Re: Can a JSF page be in database?

2008-04-11 Thread Dave
The servlet container should have a PageLocator layer that makes JSP page location transparent to upper layer, so that JSP can be in filesystem, database or internet. Jason King [EMAIL PROTECTED] wrote: Theoretically you could, but then you'd have to write it to the filesystem and

RE: Can a JSF page be in database?

2008-04-11 Thread hermod.opstvedt
compilers will see that a change has been made and then recompile it. You would be better off looking at (Shale) Clay or Facelets. Hermod -Original Message- From: Dave [mailto:[EMAIL PROTECTED] Sent: Friday, April 11, 2008 7:26 AM To: users@myfaces.apache.org Subject: Can a JSF page

Re: Can a JSF page be in database?

2008-04-11 Thread Anton Gavazuk
made and then recompile it. You would be better off looking at (Shale) Clay or Facelets. Hermod -Original Message- From: Dave [mailto:[EMAIL PROTECTED] Sent: Friday, April 11, 2008 7:26 AM To: users@myfaces.apache.org Subject: Can a JSF page be in database? Hi, Normally

Re: Can a JSF page be in database?

2008-04-11 Thread Martin Marinschek
11, 2008 7:26 AM To: users@myfaces.apache.org Subject: Can a JSF page be in database? Hi, Normally JSF pages are package in a war file. Is it possbile to put a JSF page in database, and loaded dynamically and rendered? What I like to achieve is layout design that can

Re: Can a JSF page be in database?

2008-04-11 Thread Gary VanMatre
From: Dave [EMAIL PROTECTED] The servlet container should have a PageLocator layer that makes JSP page location transparent to upper layer, so that JSP can be in filesystem, database or internet. The an issue here is that it breaks the deployment model for an enterprise application.

Can a JSF page be in database?

2008-04-10 Thread Dave
Hi, Normally JSF pages are package in a war file. Is it possbile to put a JSF page in database, and loaded dynamically and rendered? What I like to achieve is layout design that can be dynamically added. Thanks for any idea. Dave

Re: Can a JSF page be in database?

2008-04-10 Thread Jason King
Theoretically you could, but then you'd have to write it to the filesystem and recompile. It would make for a very slow system. Dave wrote: Hi, Normally JSF pages are package in a war file. Is it possbile to put a JSF page in database, and loaded dynamically and rendered? What I like to