pdurbin / addressbookmvc

http://todomvc.com but for the back end
4 stars 5 forks source link

Java EE example #3

Open pdurbin opened 9 years ago

pdurbin commented 9 years ago

I have some experience in Java EE and JSF so I've contributed an example. The idea with my example is to use "stock" Java EE and JSF without any addons such as Primefaces or PrettyFaces.

To do:

pdurbin commented 9 years ago

This is how my implementation looks as of 4cff202. Obviously, I'm keeping the bar low. :)

java_ee_7_addressbookmvc_example_-_2015-04-02_07 37 51


edit_-_2015-04-02_07 37 32

I'm actually most proud of my tests: https://github.com/pdurbin/addressbookmvc/blob/4cff20209ae38b6bafedcf56b87f120caa5d461a/examples/javaee7/src/test/java/com/greptilian/addressbookmvc/javaee7/api/PeopleIT.java :)