views:

212

answers:

2

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)

+2  A: 

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.

BalusC
BalusC, they are real-world? (i.e. they can be used for some business cases without modification?) I'm not looking for a bunch of examples that solves some particular task. I'm interested how business problems can be solved using all this technologies together
kilonet
Yes, I now see what you mean. I updated my answer.
BalusC
+2  A: 

Alfresco uses Spring/Hibernate. I believe OpenNMS does as well.

Nik