Le dimanche 10 juin 2007 à 20:48 -0400, [EMAIL PROTECTED] a écrit :
> Hi everybody!  Nuxeo newbie here....
> 
Welcom :)

All web related features are tied to JSF and Seam.
> I am doing a quick prototype using the Runtime framework.  I've
> downloaded the demo, have it building and working so far.  I've added
> my own module...it even loads.  :-)  At this point I could use a bit
> of direction...demo code...something.
I will let Bogdan give you more information.
> 
> The problem I'm having so far is that there seems to be no demo code
> for accessing web app modules or resources from separate bundles. 
You can look at client modules like the workflow client or the relation
client, or audit ...
There is also a sample customization project :
http://svn.nuxeo.org/trac/nuxeo/browser/org.nuxeo.project.sample

This should can give you an example of a partial webapp that contribute
via NXRuntime extension point :
 - Document Definitions
 - Action definitions
 - Event listeners
 - JSF ActionListeners and xhtml pages

The pluggable deployemnt system of the Runtime that is used to construct
one JSF/Seam app from several jars can be used for JSP too.
For example, it lets you contribute the web.xml and application.xml from
several separated components.

The action and View system can be used in plain JSP but it will need
some modifications.

The pluggable authentification system should be directly reusable too.

All other web related features are tied to JSF and Seam in the default
implementation : Default webapp + ui-web + client plugins (wf, audit,
relations, ...)

>  What I have found is some code snippets that assume you have a
> higher base knowledge of the framework.  No real starter stuff.
> Unfortunately I have found hints that it is in the offing....just not
> here yet.   I'm looking for smaller examples not tied to ECM...and can
> be used to show that this concept will work for our intended usage.
> (Deploying bundles exposing jsp pages, xslt & scripting files,
> etc....and other stuff to come.)
> 
> Can anybody point me in the right direction.  I'm a bit sick of
> hunting through web pages and directories with nothing in them.
> 
Are you only interested in the Runtime or also in Nuxeo5 Core and
Services ?
Are you using JSF or plain JSP ?

> Thanks!!!
> 
> Steve
> 
> 
> 
> 
> 
> ______________________________________________________________________
> See what's free at AOL.com. 
> _______________________________________________
> ECM mailing list
> [email protected]
> http://lists.nuxeo.com/mailman/listinfo/ecm

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to