Re: Case Study: XMLC vs. Velocity

David Li <[email protected]> Wed, 17 Sep 2003 18:17:52 +0900
Newsgroups gmane.comp.java.enhydra.xmlc
Message-ID <[email protected]>
High initial learning curve seems to be the most often cited of the 
disadvantage of XMLC. I guess the same would apply to other DOM based 
presentation framework system such as Jivan. I remember someone mention 
in this list about Sun's updating the J2EE blue print to acknowledge 
the DOM based approach (can someone provide the link?).

I wonder if we should try to work on a higher level API over the DOM 
based approach and try to reduce the high initial learning curve and 
also the tedious low level DOM manipulation.

David Li


On Tuesday, Sep 16, 2003, at 07:51 Asia/Tokyo, Stefan Flick wrote:

> It funny to find out that other developers have the same acceptance
> problems
> with XMLC. The company I worked for started our project about four 
> years
> ago. It was the first web-project and there for we have the free choice
> of the technologie. We start with Servlet/JSP but I switched to XMLC in
> early 2001. Meanwhile a bunch of other web-related project starts and
> guess what - not one of them uses (or reuses) our existing, well tested
> XMLC framework. They prefer JSP/Taglib or XSLT because of the 
> complexity
> of DOM navigation and all the arguments you figure out...
> ...and run into a lot of problems. As we compare the stability and the
> performance of the different web-apps/web-app-technologies we figure
> out, that the XMLC way seams to be harder for the developers (in the
> beginning), but the result is a high performance and really stable
> web-app.
> Meanwhile our project becomes a "development platform standard" and new
> projects has to follow the XMLC way :)
>