672329 members! Sign up to stay informed.

Sponsored Links


Resources

Enterprise Java
Research Library

Get Java white papers, product information, case studies and webcasts

News News News Messages: 21 Messages: 21 Messages: 21 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

Major Zope Content Management App Goes Java

Posted by: Steve Lewis on September 25, 2006 DIGG
Amidst all the discussion over Ruby and Python and Rails and Django and JRuby, Nuxeo, the company behind CPS on Zope, is switching to Java, away from Python - specifically, to JBoss AS, Seam, and the OSGi model. Reasons focus mainly on the strength of the Java EE 5 programming model and the maturity of the community.

In a lot of ways, this might be a killer application from the tools used in development, as they have a very wide array of technologies in use:
Here is the list of technologies and products we use initially in our new platform.

Technologies
  • Java EE 5 and OSGi (for POJO components)
  • JCR (JSR-170) as the internal repository API
  • EJB 3 as server-side only components
  • Java Server Faces as the UI and presentation layer
  • JMS as messaging protocol
  • Java Rules API (JSR-94) for rule engines integration
  • XMLSchema as content type/schema definition language
  • Portlets (JSR-168) for portal integration
  • JCA for data provider integration
Products
  • JBoss AS as the target application server
  • JBoss Seam as web application framework (and AJAX support framework)
  • JBoss jBPM as business process management engine
  • JBoss Cache as cache system
  • Apache MyFaces as JSF engine
  • Apache Lucene as indexing engine
  • Apache Jackrabbit as content storage
  • PostgreSQL 8 and MySQL 5 as default target RDBMS
Development tools
  • Eclipse IDE 3.2 with JBoss IDE plugin
  • IntelliJ IDEA and NetBeans as secondary IDEs

  • Maven
  • JUnit
To me the most interesting part is they want a fat client in Java. I'm not sure if they'll be using Swing or SWT-based implementation, but for them a web app by itself didn't seem to be enough for their customers.

Message was edited by: joeo@enigmastation.com

Threaded replies

·  Major Zope Content Management App Goes Java by Steve Lewis on Mon Sep 25 12:20:31 EDT 2006
  ·  Re: Major Zope Content Management App Goes Java by Mileta Cekovic on Mon Sep 25 12:57:44 EDT 2006
    ·  Re: Major Zope Content Management App Goes Java by Jose Ramon Diaz on Tue Sep 26 02:36:30 EDT 2006
  ·  Re: Major Zope Content Management App Goes Java by Will Hartung on Mon Sep 25 13:15:26 EDT 2006
    ·  Re: Major Zope Content Management App Goes Java by Steve Lewis on Mon Sep 25 13:36:47 EDT 2006
      ·  Re: Major Zope Content Management App Goes Java by Eric Barroca on Mon Sep 25 15:06:18 EDT 2006
  ·  Re: Major Zope Content Management App Goes Java by Joshua Foster on Mon Sep 25 13:50:14 EDT 2006
    ·  Re: Major Zope Content Management App Goes Java by Eric Barroca on Mon Sep 25 15:01:01 EDT 2006
      ·  Re: Major Zope Content Management App Goes Java by Konstantin Ignatyev on Mon Sep 25 15:14:29 EDT 2006
        ·  Re: Major Zope Content Management App Goes Java by Eric Barroca on Mon Sep 25 15:20:10 EDT 2006
        ·  Bullshit by Alexandru Nedelcu on Thu Sep 28 11:15:35 EDT 2006
          ·  Re: Bullshit by Konstantin Ignatyev on Thu Sep 28 17:47:56 EDT 2006
  ·  Re: Major Zope Content Management App Goes Java by Roy Russo on Mon Sep 25 14:41:16 EDT 2006
    ·  Portal != ECM by Eric Barroca on Mon Sep 25 14:58:27 EDT 2006
      ·  Re: Portal != ECM by Roy Russo on Mon Sep 25 15:09:35 EDT 2006
        ·  Re: Portal != ECM by Eric Barroca on Mon Sep 25 15:16:06 EDT 2006
          ·  Re: Portal != ECM by Roy Russo on Mon Sep 25 15:21:10 EDT 2006
  ·  Nuxio, CPS, Zope, Plone? by Frank Cohen on Tue Sep 26 01:18:22 EDT 2006
    ·  CPS & Plone by Christian Sell on Tue Sep 26 03:45:58 EDT 2006
      ·  Re: CPS & Plone by Stefane Fermigier on Tue Sep 26 05:25:26 EDT 2006
    ·  Re: Nuxio, CPS, Zope, Plone? by Stefane Fermigier on Tue Sep 26 05:22:16 EDT 2006
  ·  Re: Major Zope Content Management App Goes Java by Arne Vajhøj on Sat Sep 30 16:38:25 EDT 2006
  Message #218777 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Major Zope Content Management App Goes Java

Posted by: Mileta Cekovic on September 25, 2006 in response to Message #218766
Reasons focus mainly on the strength of the Java EE 5 programming model and the maturity of the community.


Yes, competing platforms are much less mature as well as their communities. We too are now researching what technology platfrom should be our first choice in gradually converting our existing product to be SOA based and more open for integrations. The research is not yet finished, but the maturity of the Java platform and its community is a very, very strong argument.

To me the most interesting part is they want a fat client in Java. I'm not sure if they'll be using Swing or SWT-based implementation, but for them a web app by itself didn't seem to be enough for their customers.

Good windowing desktop app instead of AJAX/DHTML crap, why not?
With the maturity of JavaWebStart and inclusion of very good SOAP stack in JavaSE 6 (we evaluated XFire, Axis 2 but JAX WS 2 currenlty leads in performance, stability, conformance...), it's even more right choice. And in the case you want binary protocol, there is a plenty of choice.

  Message #218780 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Major Zope Content Management App Goes Java

Posted by: Will Hartung on September 25, 2006 in response to Message #218766
Umm...

So, are they pulling a Netscape here?

I mean, there's no mention about the actual product performance and such.

Why not fix what they have rather than rewrite it from scratch?

I'm all for Java and all. Rah-Rah etc., but seems like abandoning a large code base and doing a complete platform switch, particularly in the saturated CMS market, doesn't seem really practical to me.

  Message #218782 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Major Zope Content Management App Goes Java

Posted by: Steve Lewis on September 25, 2006 in response to Message #218780
It looks like they ran into some limitations in attempting to use ZODB? They're now using Jackrabbit as the store in the CPS 4, inside of Zope somehow. CPS 4 seems to be a combination of Zope technology and Java (Lucene, Jackrabbit).

I'm curious as to why they didn't use a Java frontend and keep the Zope stack on the backend. Maybe there were changes to Zope that were requested that weren't happening quickly enough? Who knows.

I'm not affiliated with Zope or CPS or their respective companies. We do use Zope (as well as Java) where I work, so I thought it was interesting.

  Message #218783 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Major Zope Content Management App Goes Java

Posted by: Joshua Foster on September 25, 2006 in response to Message #218766
It looks like it will be SWT since they are using the Eclipse RCP.

Joshua

  Message #218786 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Major Zope Content Management App Goes Java

Posted by: Roy Russo on September 25, 2006 in response to Message #218766
Here is the list of technologies and products we use initially in our new platform.


For the most part, you just described JBoss Portal. ;-)

STAY METAL!
Roy Russo

  Message #218787 Post reply Post reply Post reply Go to top Go to top Go to top

Portal != ECM

Posted by: Eric Barroca on September 25, 2006 in response to Message #218786
Well, the feature-scope nor the approach are not really the same. :-)
See: http://en.wikipedia.org/wiki/ECM

  Message #218788 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Major Zope Content Management App Goes Java

Posted by: Eric Barroca on September 25, 2006 in response to Message #218783
The rich client platform is based on Eclipse RCP so we'll use SWT. In fact, core component of the platform are runnable unmodified on both JBossAS and EclipseRCP thanks to Nuxeo Runtime which will be released tomorrow (2006-09-26).

  Message #218789 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Major Zope Content Management App Goes Java

Posted by: Eric Barroca on September 25, 2006 in response to Message #218782
Hi,

Detailed reasons of the switch are explained here: Nuxeo's JavaSwitch FAQ.

CPS4 is the transition where we plugged Lucene as index engine (instead of ZCatalog) and Jackrabbit as storage engine (writing a low-level adapter for the ZODB Storage to keep ZODB persistence mechanism).

Limitations and requirements were in favor of a full switch that we begun 8 month ago (february) mainly because of attraction of the Java EE 5 development models and because of a clean architecture.

  Message #218790 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Portal != ECM

Posted by: Roy Russo on September 25, 2006 in response to Message #218787
Well, the feature-scope nor the approach are not really the same. :-)
See: http://en.wikipedia.org/wiki/ECM


I agree, until nuxeo says:

"Portlets (JSR-168) for portal integration"

So is it an ECM? A portal? A bag of spinach with ecoli?

STAY METAL!
Roy Russo

  Message #218791 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Major Zope Content Management App Goes Java

Posted by: Konstantin Ignatyev on September 25, 2006 in response to Message #218788
The rich client platform is based on Eclipse RCP so we'll use SWT.

Too bad.
Swing is faster than SWT on OSX and Linux not to mention that it works uniformly on all supported platforms. Some time ago I simply could not install Eclipse on 64-bit Linux thanks to SWT part.

Why you did not create Swing based plugin for Eclipse so it could eventually be ported to NetBeans and IDEA?

  Message #218792 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Portal != ECM

Posted by: Eric Barroca on September 25, 2006 in response to Message #218790
Hi Roy,

Maybe we just misunderstood on this point. We are providing JSR-168 compliant portlets for portal integration. There is no intention to write a portal engine. Those portlets are aimed at providing an easy way to access/display information from the ECM platform to the portal (managing content aggregation form organization's applications).

And we are using JBoss Portal as our main target portal engine.

  Message #218793 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Major Zope Content Management App Goes Java

Posted by: Eric Barroca on September 25, 2006 in response to Message #218791
In fact, core plugins (Nuxeo Core, the document repository) is not binded to any UI. We could virtually deploys RCP components on anything if an adapter for Nuxeo Runtime is available or if the platform is OSGi compliant (which is not the case for Netbeans and IDEA :-).

Maybe we'll investigate to use < href="http://swtswing.sourceforge.net/main/index.html">SWTSwing.

By the way, I didn't know that IDEA is offering a rich client platform.

  Message #218794 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Portal != ECM

Posted by: Roy Russo on September 25, 2006 in response to Message #218792
And we are using JBoss Portal as our main target portal engine.


Ah, ok. Please keep the portal team informed of your progress in this area. We're always looking for ECM's that our customers can leverage, and additional portlet providers to show our community on portletswap.com.

Good luck to you, on your upcoming release!

STAY METAL!
Roy Russo

  Message #218812 Post reply Post reply Post reply Go to top Go to top Go to top

Nuxio, CPS, Zope, Plone?

Posted by: Frank Cohen on September 26, 2006 in response to Message #218766
I use Zope and Plone to host 2 on-line community sites. The software is stable and very high quality. Developing new functions for these platforms has always been kind of daunting to me. I still don't understand the relationship between Nuxio and Zope? And for that matter what will happen to Plone with the CPS change in Zope? Also, Zope is a killer app for Python. What does this bode for the Python community?

-Frank Cohen
http://www.xquerynow.com
http://www.pushtotest.com

  Message #218814 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Major Zope Content Management App Goes Java

Posted by: Jose Ramon Diaz on September 26, 2006 in response to Message #218777
I suppose it´s easier to go to most of enterprises with Java products than with Zope. It´s a open source software, so the platform it is quite important when an enterprise has to choose the right software. It´s supposed they will choose a platform they know.
I think Java is the best option for then. But the main problem is to write it all from scratch. Good luck!

Joserra
Nuevos Modelos de Negocio basados en SW. libre

  Message #218820 Post reply Post reply Post reply Go to top Go to top Go to top

CPS & Plone

Posted by: Christian Sell on September 26, 2006 in response to Message #218812
Hello Frank,

CPS is (was) a competing product to Plone, in that it also offered advanced CMS capabilities on top of Zope. I guess the Nuxeo move will not change the way Plone takes. Maybe someone will even pick up the CPS code base. Of course that is all Python (you know, the language that makes indentation significant) stuff, and doesnt really belong here..

Yes, Plone can be very useful and productive to quickly setup community-oriented sites.

Christian

  Message #218824 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Nuxio, CPS, Zope, Plone?

Posted by: Stefane Fermigier on September 26, 2006 in response to Message #218812
Hi Frank,

the name is "Nuxeo" BTW.

Zope used to be the killer app for Python when we started our company (around 2000). Now things have changed a lot, new frameworks have appeared (Django and Turbogears, among others) in the last year and 1/2.

Nuxeo used to be a major contributor to the Zope and CMF framework, on which Plone is based. We obviously won't have time to contribute as much as we did previously.

But what we did contribute to the Python/Zope world, we intend to contribute now to the open source Java ecosystem, including "Nuxeo Runtime", an innovative, OSGi-based, component deployment and extension system that we intend to release in 1.0 form RSN.

S.

  Message #218825 Post reply Post reply Post reply Go to top Go to top Go to top

Re: CPS & Plone

Posted by: Stefane Fermigier on September 26, 2006 in response to Message #218820
Nope,

CPS was (and Nuxeo 5 is) not competing with Plone, it was competing with Documentum and eRoom.

Regards.

S.

  Message #219019 Post reply Post reply Post reply Go to top Go to top Go to top

Bullshit

Posted by: Alexandru Nedelcu on September 28, 2006 in response to Message #218791
Please stop spreading FUD.

Netbeans sucks on Linux. Swing sucks on Linux.
My eyes hurt every time I open Netbeans in Gnome ... there is no system LAF, there is no system integration, the latency when clicking on things is awfull.

SWT and Eclipse are way better on both Linux and Windows.

Maybe the situation will improve with Java SE 6 ... but I am tired of waiting. SWT is here, and it works properly.

I wish Java-heads would just stop waisting time with these stupid purity wars and concentrate on quality.

  Message #219042 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Bullshit

Posted by: Konstantin Ignatyev on September 28, 2006 in response to Message #219019
Netbeans sucks on Linux. Swing sucks on Linux.
My eyes hurt every time I open Netbeans in Gnome ... there is no system LAF, there is no system integration, the latency when clicking on things is awfull.


1. Please do not mistake NetBeans for Swing. IntelliJ-IDEA is pure Swing and it is faster than Eclipse everywhere. (And infinitely more usable IMO)

2. Application does not have to have system LnF in order to be successful and widely used: WinAmp is one example. And no popular web site/application conform to a System LnF

3. It is not about 'pure' Java, it as about pragmatism: there is less to maintain and less room for misbehavior.

4. There is more FUD about Swing these days, most or all the shortcomings of Swing which gave birth to SWT are not valid.

5. "SWT is here and works properly" - It is a joke, right?

  Message #219129 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Major Zope Content Management App Goes Java

Posted by: Arne Vajhøj on September 30, 2006 in response to Message #218766
Very interesting !

Very good for Java !!

The CMS world has been dominated by PHP and ASP.NET so far - it
would be great to see some competition from Java in that area.

New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com

Dependency Injection in Java EE 6 - Part 2

Reza Rahman continues to explore the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6. (January 21, Article)

Ted Neward Q&A: What you must know about JavaScript, Scala and more

Ted Neward is an independent consultant specializing in high-scale enterprise systems, and an authority in Java and .NET technologies. He is the author and co-author of several books, including Effective Enterprise Java. At TheServerSide Java Symposium in March, he will be presenting sessions on pragmatic architecture, ECMAScript and Scala. (January 15, Article)

Developers split on open sourcing Java

Now that Oracle is absorbing Sun Microsystems, there mixed views on what should come of the Java Community Process (JCP). While some say Oracle should become the new steward of Java and keep the JCP much as it was, others argue that it may be time to open-source this widespread language. (November 24, Article)

Dependency Injection in Java EE 6 - Part 1

Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6. (November 2, Article)

SAML: It's Not just for Web services

SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options. (September 28, Article)

Programming is Also Teaching Your Team

Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team. (September 22, Article)

Can Java EE Deliver The Asynchronous Web?

Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies. (July 14, Article)

JSF Flex

JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags. (June 29, Article)

The Rules of SOA - A Road to a Successful SOA Implementation

In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project. (June 23, Tech Talk)

Ari Zilka Talks About Terracotta 3.1

Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now. (June 15, Tech Talk)

Enterprise Application Integration, and Spring

In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements. (June 15, Tech Talk)

Google Web Toolkit: An Introduction

In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls. (June 4, Tech Talk)

Just Enough Early Architecture to Guide Development

Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable. (May 28, Tech Talk)

Productive Programmer: On the Lam from the Furniture Police

This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work. (May 26, Tech Talk)

Auto-Scaling Your Existing Web Application

Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers. (May 21, Tech Talk)

Automating Hibernate Mapping and Queries For Java Web Development

Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application. (May 19, Article)

Free Book: Jakarta-Struts Live

Download the entire book of Jakarta-Struts Live and learn about Struts MVC, Tiles, the Validator, DynaActionForms, plug-ins, internationalization, and more.
(Book PDF Download)

Application Server Matrix

The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
Java Solutions
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map