Skip to content

This simple example shows how make a CRUD with Angular and a Java EE Restful webservice.

License

Notifications You must be signed in to change notification settings

myrfa/Angular-Rest-JPA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java EE Restful webservice with JPA and AngularJS

This simple example shows how make a CRUD with Angular and a Java EE Restful webservice.

How to run

  1. Create a database for your DataSource.
  2. Create a new DataSource in your server (i've use WildFly 9.1)
  3. Modify the persistence.xml file and change the DataSource name: <jta-data-source>your datasource jndi name here</jta-data-source>.
  4. Compile and run.

About

This simple example shows how make a CRUD with Angular and a Java EE Restful webservice.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.9%
  • Java 23.9%
  • JavaScript 8.5%
  • CSS 7.7%