Version 1.0 of the JPublish web application framework is now available at http://www.jpublish.org/. Thank you to all developers who have contributed to the development of JPublish.
JPublish is an open source web publishing framework which merges the Velocity template engine from the Jakarta Apache group with a content repository and application control framework. Like all good web frameworks, JPublish provides a clean separation of code, content, and layout.
This release includes the following changes: Added reference to JPublishContext in JPublishError. Small amount of clean-up work in docs.
If you are interested in discussing JPublish, please join the JPublish developer mailing list at http://lists.sourceforge.net/lists/listinfo/jpublish-developer. Comments, suggestions, and flames can be sent to the same location.
-
JPublish Open Source Web App Framework 1.0 Released (14 messages)
- Posted by: Anthony Eden
- Posted on: July 22 2002 10:40 EDT
Threaded Messages (14)
- JPublish Open Source Web App Framework 1.0 Released by Maris Orbidans on July 22 2002 12:50 EDT
- JPublish Open Source Web App Framework 1.0 Released by jelmer kuperus on July 22 2002 13:03 EDT
- JPublish Open Source Web App Framework 1.0 Released by David Churchville on July 22 2002 13:08 EDT
- JPublish Open Source Web App Framework 1.0 Released by Anthony Eden on July 22 2002 13:42 EDT
-
JPublish Open Source Web App Framework 1.0 Released by Steve Lewis on July 22 2002 05:14 EDT
- JPublish Open Source Web App Framework 1.0 Released by Anthony Eden on July 23 2002 11:50 EDT
-
JPublish Open Source Web App Framework 1.0 Released by Konstantin Piroumian on July 24 2002 03:15 EDT
-
JPublish Open Source Web App Framework 1.0 Released by Anthony Eden on July 25 2002 10:38 EDT
-
JPublish Open Source Web App Framework 1.0 Released by Lester Balmaceda on July 27 2002 04:48 EDT
-
JPublish Open Source Web App Framework 1.0 Released by Anthony Eden on July 27 2002 11:26 EDT
- JPublish Open Source Web App Framework 1.0 Released by Lester Balmaceda on July 30 2002 02:46 EDT
-
JPublish Open Source Web App Framework 1.0 Released by Anthony Eden on July 27 2002 11:26 EDT
-
JPublish Open Source Web App Framework 1.0 Released by Lester Balmaceda on July 27 2002 04:48 EDT
-
JPublish Open Source Web App Framework 1.0 Released by Anthony Eden on July 25 2002 10:38 EDT
-
JPublish Open Source Web App Framework 1.0 Released by Steve Lewis on July 22 2002 05:14 EDT
- JPublish Open Source Web App Framework 1.0 Released by Anthony Eden on July 22 2002 13:42 EDT
- JPublish Open Source Web App Framework 1.0 Released by Pat Saunders on July 25 2002 03:26 EDT
- JPublish Open Source Web App Framework 1.0 Released by Anthony Eden on July 25 2002 10:53 EDT
- The difference between tapestry and normal mvc frameworks by Christoph Sturm on July 26 2002 04:18 EDT
- JPublish Open Source Web App Framework 1.0 Released by Anthony Eden on July 25 2002 10:53 EDT
-
JPublish Open Source Web App Framework 1.0 Released[ Go to top ]
- Posted by: Maris Orbidans
- Posted on: July 22 2002 12:50 EDT
- in response to Anthony Eden
Another neat WEB framework.... -
JPublish Open Source Web App Framework 1.0 Released[ Go to top ]
- Posted by: jelmer kuperus
- Posted on: July 22 2002 13:03 EDT
- in response to Maris Orbidans
Its not "just another" framework, I believe this one focusses more on websites / content publishing rather then webapps on wich struts, webwork tapestry etc. seem to focus
Does anyone know of any other frameworks like this
-
JPublish Open Source Web App Framework 1.0 Released[ Go to top ]
- Posted by: David Churchville
- Posted on: July 22 2002 13:08 EDT
- in response to Anthony Eden
How does this compare to Apache Cocoon?
-
JPublish Open Source Web App Framework 1.0 Released[ Go to top ]
- Posted by: Anthony Eden
- Posted on: July 22 2002 13:42 EDT
- in response to David Churchville
Cocoon is based on XML and transformations. JPublish is based on Velocity. Cocoon seems like a fine solution if you and your development team are confortable with XML and XSL. JPublish is a good solution if you and your development team are comfortable with Velocity and either a BSF-supported scripting language or Java for action logic.
Sincerely,
Anthony Eden -
JPublish Open Source Web App Framework 1.0 Released[ Go to top ]
- Posted by: Steve Lewis
- Posted on: July 22 2002 17:14 EDT
- in response to Anthony Eden
How would this compare to Zope? Zope is implemented in Python, but I saw that JPublish could also use .py.
Thanks,
Steve -
JPublish Open Source Web App Framework 1.0 Released[ Go to top ]
- Posted by: Anthony Eden
- Posted on: July 23 2002 11:50 EDT
- in response to Steve Lewis
Zope is implemented in Python whereas JPublish is implemented in Java and allows the use of Java or any BSF (Bean Scripting Framework) supported scripting languages, which includes Python, Perl (through ActivePerl), BeanShell and more.
Zope includes a powerful web-based administrative interface whereas JPublish does not (yet). Zope includes an object database, web server, application server, etc. It is a complete package. JPublish on the other hand provides only the framework.
I imagine that in the long run JPublish will move in many of the same development directions as Zope, ultimately becoming a powerful content management solution.
Sincerely,
Anthony Eden -
JPublish Open Source Web App Framework 1.0 Released[ Go to top ]
- Posted by: Konstantin Piroumian
- Posted on: July 24 2002 03:15 EDT
- in response to Anthony Eden
Reply to the answer about comparison with Cocoon.
Cocoon _has_ possibility to use either Velocity, XML/XSLT or any other templating engine. Velocity samples in Cocoon you'll find here: http://cocoon.wiserlabz.com/sample-dynamic.
Are there any other advantages compared to Cocoon? -
JPublish Open Source Web App Framework 1.0 Released[ Go to top ]
- Posted by: Anthony Eden
- Posted on: July 25 2002 10:38 EDT
- in response to Konstantin Piroumian
Thanks for the URL http://cocoon.wiserlabz.com/sample-dynamic , it shows some really interesting ways of using Cocoon.
Cocoon and JPublish are really designed differently. Cocoon uses a pipeline system to allow you to transform XML using XSLT. Yes you can use any means for producing XML, such as Velocity or even Python, you are still dealing with XML and the transformation of XML.
JPublish uses only Velocity and does not do transformations. JPublish based on templates, pages, actions and static elements.
Both systems work. Which you choose is a matter of which one "feels" better to your development team. Try them both and then see which works better for you.
Sincerely,
Anthony Eden -
JPublish Open Source Web App Framework 1.0 Released[ Go to top ]
- Posted by: Lester Balmaceda
- Posted on: July 27 2002 16:48 EDT
- in response to Anthony Eden
JPublish is more comparable to Slide (http://jakarta.apache.org/slide). Slide has more complete content repository and WebDAV support. But I disagree from the "blob" content model of JPublish & Slide.
Maybe the future specs on java content repository improve this (http://jcp.org/jsr/detail/170.jsp)
-
JPublish Open Source Web App Framework 1.0 Released[ Go to top ]
- Posted by: Anthony Eden
- Posted on: July 27 2002 23:26 EDT
- in response to Lester Balmaceda
What exactly do you mean by the "blob" content model? I am interested in hearing about other means for defining content.
Sincerely,
Anthony Eden -
JPublish Open Source Web App Framework 1.0 Released[ Go to top ]
- Posted by: Lester Balmaceda
- Posted on: July 30 2002 14:46 EDT
- in response to Anthony Eden
I used the term "blob" like relational db concept...
The problem how I can implement structured content model, may be the answer of apache-slide developers sounds like "slide is a framework", but reality is that there is not the required foundation for define and "manage" structured content.
Thanks for asking, this topic is really interesting... -
JPublish Open Source Web App Framework 1.0 Released[ Go to top ]
- Posted by: Pat Saunders
- Posted on: July 25 2002 03:26 EDT
- in response to Anthony Eden
Two words:
Try Tapestry.
Some more words:
Once you get your head around it you won't go back.
In my opinion, Tapestry has leapfrogged many of these
frameworks (Velocity/Turbine/JPublish etc..) and gone to where they are heading - object oriented J2EE web apps.
It may not be for everyone, but I like it.
Patrick. -
JPublish Open Source Web App Framework 1.0 Released[ Go to top ]
- Posted by: Anthony Eden
- Posted on: July 25 2002 10:53 EDT
- in response to Pat Saunders
First, Velocity is not a framework, its a template language. Second, not all frameworks are heading towards object-oriented web apps, because not all frameworks are specifically about building web apps. JPublish and cocoon are both examples of publishing frameworks which support application development. In both JPublish and Cocoon, content is king. Even so, it doesn't mean that building a web application is not a possibility as well.
I am all for multiple frameworks, hence Wafer Project. Howard seems to agree with me on this as he has already submitted an implementation of the example app written with Tapestry.
I am also glad that you like Tapestry - if it works for you and increases your productivity, then more power to you. Perhaps you can explain how Tapestry leapfrogs JPublish? Explain how you tried JPublish and Turbine and why they did not meet your needs, whereas Tapestry does. I would be very happy to read a more informed post which actually provides a comparison as opposed to a general statement with no facts to back it up. I am happy to take criticism, its how I improve. But you need to provide some details to back up your opinions.
Sincerely,
Anthony Eden -
The difference between tapestry and normal mvc frameworks[ Go to top ]
- Posted by: Christoph Sturm
- Posted on: July 26 2002 04:18 EDT
- in response to Anthony Eden
IMHO the difference is that Tapestry encourages component reuse. All other frameworks that I tried have always one controller for the whole page. In tapestry the request gets dispatched to the component that created it, so its easier to create a page that contains more than one active component.
Tapestry is a very heavy weight framework, I think there are also people that prefer to have a simple mvc dispatcher, and take care of their component infrastructure themselves.