sammso / poc-angular-portlet

Proof of Concept how to build AngularJS portlets with Liferay
16 stars 21 forks source link

Add sample CRUD operations #2

Open FeinesFabi opened 9 years ago

FeinesFabi commented 9 years ago

I think it would be cool to show simple CRUD operations in this poc to see how we can connect the service-builder generated services with angular.

sammso commented 9 years ago

May be subject to another blog

satish-mukku commented 7 years ago

Can you please add how to run this application, Installed all maven decencies using `mvn install -Dmaven.test.skip=true' it completed successfully,

help me to run this application

sammso commented 7 years ago

Are you saying that mvn package does not compile this?

You just copy resulted var file from target directory to Liferay's <liferay-home>/deploy dir.

satish-mukku commented 7 years ago

@sammso It has compiled and war has been generated but unable to use this war file after deploying to tomcat7, its throwing some error firefly

kiranavs commented 7 years ago

I have copied the war file to Liferay home/ deploy directory. It has been deployed successfully, i can see that in log. But, in the UI i cannot see the angular portlet. Can you help me in that?

screen shot 2016-11-18 at 5 42 19 pm