Java EE real world open source applications [closed]
We don’t allow questions seeking recommend开发者_运维问答ations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionWhat are good Java EE real world (not like learning projects like PetStore) open source applications? In particular I'm looking for examples of using ORM (JPA-Hibernate), Spring (IoC, transaction managment, security) in a real world environment
ps a good example what I'm looking for - ASP.NET starter applications (for .net platform)
Alfresco uses Spring/Hibernate. I believe OpenNMS does as well.
The Java EE 6 homepage has several samples: Java EE 6 Sample Applications. Further there's the Appfuse which gives you the possibility to compose a kickoff Java EE application together yourself.
Update: I realize that you're rather looking for an overview of all "3rd party" open source Java EE based ecommerce/business/CMS systems. You can find pretty complete overviews at Java-Source.net. For example all ERP-CRM systems and CMS systems.
Found myself looking for a substantial demonstration of JPA. I came accross a CRM tool called "BroadLeaf Commerce", built on Spring and JPA. It's available on github, personally I've found it to be an invaluable learning tool with respect to JPA.
http://www.broadleafcommerce.org/
精彩评论