Thread: [activegrid-developers] Changing the view of Activegrid applications
Brought to you by:
activegrid,
geremycohen
|
From: <pa...@gm...> - 2005-08-03 02:34:48
|
Hi all, I'm planning to use something different for the frontend of activegrid=20 applications and was wondering how can i do that.=20 Into this context, some questions came to my mind:(1)How does activegrid=20 generates html (and jsp, css etc) code or the client code? (2) How it connects to the server-side?=20 Can anyone point to me the way? :-) I know that the question is 'vague' ... but i just want some pointers to,= =20 essentially, how i can change the view of my application without losing the facilities of activegrid (connection to database, web=20 service, workflow (bpel) etc).=20 If this is feasible i intend to generate Laszlo <http://openlaszlo.org>code= =20 for the interface and integrate Laszlo and Activegrid. Cheers, Paulo S=E9rgio. |
|
From: <pa...@gm...> - 2005-08-05 21:28:33
|
Hi all, I'm planning to use something different for the frontend of activegrid=20 applications and was wondering how can i do that.=20 Into this context, some questions came to my mind:(1)How does activegrid=20 generates html (and jsp, css etc) code or the client code? (2) How it connects to the server-side?=20 Can anyone point to me the way? :-) I know that the question is 'vague' ... but i just want some pointers to,= =20 essentially, how i can change the view of my application without losing the facilities of activegrid (connection to database, web=20 service, workflow (bpel) etc).=20 If this is feasible i intend to generate Laszlo <http://openlaszlo.org>code= =20 for the interface and integrate Laszlo and Activegrid. Cheers, Paulo S=E9rgio. |
|
From: Lawrence B. <lbr...@ac...> - 2005-08-09 18:16:00
|
Hi Paulo, So currently you can't use your own front-end to render the HTML for an Activegrid Application. The ActiveGrid runtime interpets the application and executes it in the runtime language of choice (Python, PHP, etc.) and renders the HTML to go in the HTTP response, which is returned to Apache to send back to the client. Remember that for a deployed application, the ActiveGrid runtime actually runs inside Apache, hosted by the corresponding Apache module (modpython, modphp). In the new 1.0 release of ActiveGrid, the user has more control over the look and feel of the application, including stylesheet editing and layouts. But we're still not at the point where you can embed your own HTML in every desirable location or write your own rendering code/dispatch to some other XForms rendering engine. I hope this answers your question. - Lawrence ---------- Forwarded message ---------- From: Paulo Sérgio Medeiros <pa...@gm...> Date: Aug 2, 2005 7:34 PM Subject: [activegrid-developers] Changing the view of Activegrid applications To: act...@li... Hi all, I'm planning to use something different for the frontend of activegrid applications and was wondering how can i do that. Into this context, some questions came to my mind:(1)How does activegrid generates html (and jsp, css etc) code or the client code? (2) How it connects to the server-side? Can anyone point to me the way? :-) I know that the question is 'vague' ... but i just want some pointers to, essentially, how i can change the view of my application without losing the facilities of activegrid (connection to database, web service, workflow (bpel) etc). If this is feasible i intend to generate Laszlo code for the interface and integrate Laszlo and Activegrid. Cheers, Paulo Sérgio. |
|
From: Brian Y. <bri...@ha...> - 2005-08-09 21:42:29
|
Lawrence, I took a look at the Laslo s stuff and it looks like a great fit for ActiveGrid. You guys should try to figure out a way to work together. In this case, 1+1 seems to equal 4. BY --- Lawrence Bruhmuller <lbr...@ac...> wrote: > Hi Paulo, > > So currently you can't use your own front-end to > render the HTML for an Activegrid Application. The > ActiveGrid runtime interpets the application and > executes it in the runtime language of choice > (Python, PHP, etc.) and renders the HTML to go in > the HTTP response, which is returned to Apache to > send back to the client. Remember that for a > deployed application, the ActiveGrid runtime > actually runs inside Apache, hosted by the > corresponding Apache > module (modpython, modphp). > > In the new 1.0 release of ActiveGrid, the user has > more control over the look and feel of the > application, including stylesheet editing and > layouts. But we're still not at the point where you > can embed your own HTML in every desirable location > or write your own rendering code/dispatch to some > other XForms rendering engine. > > I hope this answers your question. > > - Lawrence > > ---------- Forwarded message ---------- > From: Paulo Sérgio Medeiros <pa...@gm...> > Date: Aug 2, 2005 7:34 PM > Subject: [activegrid-developers] Changing the view > of Activegrid applications > To: act...@li... > > > Hi all, > > I'm planning to use something different for the > frontend of activegrid > applications and was wondering > how can i do that. > > Into this context, some questions came to my > mind:(1)How does > activegrid generates html (and jsp, css etc) code or > the > client code? (2) How it connects to the server-side? > > > Can anyone point to me the way? :-) > > I know that the question is 'vague' ... but i just > want some pointers > to, essentially, how i can change the view of my > application > without losing the facilities of activegrid > (connection to database, > web service, workflow (bpel) etc). > > If this is feasible i intend to generate Laszlo code > for the interface > and integrate Laszlo and Activegrid. > > Cheers, > Paulo Sérgio. > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software > Conference & EXPO > September 19-22, 2005 * San Francisco, CA * > Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects > & Teams * Testing & QA > Security * Process Improvement & Measurement * > http://www.sqe.com/bsce5sf > _______________________________________________ > activegrid-developers mailing list > act...@li... > https://lists.sourceforge.net/lists/listinfo/activegrid-developers > |