[Yanel-dev] DOM alternative [WAS: Re: Yanel Workshop at Wyona

Michael Wechner michael.wechner at wyona.com
Thu Feb 3 15:02:21 CET 2011


Hi Cedric

On 2/2/11 3:09 PM, Michael Wechner wrote:
>
> Less:
> - DOM for XML


you suggested to use less DOM, but I have forgotten what you have 
suggested as alternative.

What did you have in mind as alternative?

Thanks

Michael
>
> Stop:
> - No strings for XML (e.g. special characters problem) and 
> re-factoring of existing code
> - Jelly (alternative JSF?)
> - Handcrafted databinding
>
> Technical Aspects
> -----------------
>
> - Prio 1: JAXB (Simple XML)
>     - XMLBindableRepository repo = (XMLBindableRepository) 
> getRealm().getRepository();
>       Person person = (Person) repo.getObject("/people/alice.xml"); 
> (using JAXB as default implementation)
>     - Person person = (Person) 
> com.zwischengas.XMLBindingHelper#getObject(getRealm().getRepository().getNode("/people/alice.xml").getInputStream());
> - Prio 2: XForms
>     - XML Schema
>     - JAXB or JAXP as Form generation implementation
>     - Requirement: AJAX
>     - Research JSF (MyFaces by Apache, IceFaces)
> - Sitetree
> - Yanel specific annotations
> - Prio 3: Cluster
>
> Functional Aspects
> ------------------
>
> - Sitetree/Navigation Editor
> - Link Checker
> - Sexy Editing Tools
> - Tagging
>
> Community Aspects / Development
> -------------------------------
>
> - Review Process
> - Documentation
>    - Data migration
>    - Login Link
>    - Accounts
>    - Wiki migration
>    - Suche
>    - Optional: Register user
>    - Migrate Layout
>    - Roadmap Update (no more releases): OSGi, ...
>
>
> Product Marketing
> -----------------
>
> - yanel.org Wikiable:
>    - User Registration
>    - SVN Sync
>    - Simplify Page Creation
>
> - Demo and "from scratch" realm
>
> - More sexy features
>
> Next Meeting
> ------------
>
> May 2011 or sooner



More information about the Yanel-development mailing list