开发者

Java EE real world open source applications [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

What 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/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜