It seems like most commercial J2EE-providers provide the following (more or less well integrated) stack of products:
- J2EE-server
- Portal-server
- Integration/workflow-server
- WebServices-support
- Design time support for all the parts in an IDE
Is it possible to assemble a production ready platform like this using open source products only? How well do the products integrate? How much wiring of the products do I have to do myself? Has anyone released a fully integrated open source platform (where I don't have to do the wiring myself)?
/Rasmus
-
How to assemble an open source J2EE-based platform? (3 messages)
- Posted by: Rasmus Lund
- Posted on: April 08 2004 08:45 EDT
Threaded Messages (3)
- How to assemble an open source J2EE-based platform? by Erik Sliman on April 08 2004 09:02 EDT
- well for CMS by Diarmuid on April 08 2004 11:24 EDT
- Gluecode by Sean Sullivan on April 09 2004 01:18 EDT
-
How to assemble an open source J2EE-based platform?[ Go to top ]
- Posted by: Erik Sliman
- Posted on: April 08 2004 09:02 EDT
- in response to Rasmus Lund
Both http://www.OpenStandards.net and http://as.JoshuaBranch.com run on open source using JBoss, Apache HTTPD, Tomcat-JK (connects Apache with JBoss), and MySQL.
For content management, you could try Apache:
http://jakarta.apache.org/ Apache's Java projects
They have web application frameworks and content management solutions.
For workflow applications, I'd check out sourceforge:
http://sourceforge.net/
Searching for "J2EE workflow" reveals some interesting projects.
Erik Sliman
http://as.JoshuaBranch.com application security today -
well for CMS[ Go to top ]
- Posted by: Diarmuid
- Posted on: April 08 2004 11:24 EDT
- in response to Erik Sliman
You should try http://www.infoglue.org -
Gluecode[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: April 09 2004 01:18 EDT
- in response to Rasmus Lund