posted 9 months ago
-
1
-
-
-
-
Hi Robby,
So Java EE is a huge specification, so it really depends on what task you want to accomplish.
I would recommend you to start probably by creating a REST Web Service using JAXRS, use EJB for your CRUD Facade , and JPA for persisting your entities.
You may also look at CDI spec.
They are a few resources i think might help you.
1. Adam Bien's blog
2. Koushik Kothagal JavaBrains site
3. Andrew Lee Rubinger, and Bill Burke's book Enterprise JavaBeans 3.1, 6th Edition
4. Antonio Goncalves blog
Hope this will help
So Java EE is a huge specification, so it really depends on what task you want to accomplish.
I would recommend you to start probably by creating a REST Web Service using JAXRS, use EJB for your CRUD Facade , and JPA for persisting your entities.
You may also look at CDI spec.
They are a few resources i think might help you.
1. Adam Bien's blog
2. Koushik Kothagal JavaBrains site
3. Andrew Lee Rubinger, and Bill Burke's book Enterprise JavaBeans 3.1, 6th Edition
4. Antonio Goncalves blog
Hope this will help