Correct. JSON is not AJAX. JSON is a (very good) way to serialize your data and send it to the client. IMHO turbine should leverage the pipeline concept in order to promote reuse on modules for classic and ajax requests. I've done this on Guara, a small framework based on Turbine. In Guara, you can execute the exact same action, for instance, ListUsers or AddUser, but send a totally different response to the browser because the pipeline for ajax does not render the layout, for example.
-- Leandro Rodrigo Saad Cruz software developer - certified scrum master :: scrum.com.br :: db.apache.org/ojb :: guara-framework.sf.net :: xingu.sf.net On 10/5/06, Jürgen Hoffmann <[EMAIL PROTECTED]> wrote:
Hi Thomas, JSON <> AJAX JSON is a layer upon AJAX. Scott, correct me if I am wrong. What do you need this for? Real World Implementation, or Research Project? Kind regards Juergen [EMAIL PROTECTED] schrieb: > Hi All, > > Thanks for your quick answer. I am also trying to write > something on that after research as someone who get started > on that subject. (a kind of "getting started ajax with turbine") > > Best Regards, > Thomas > > ---------- Initial Header ----------- > > From : Jürgen Hoffmann <[EMAIL PROTECTED]> > To : Turbine Users List > <[email protected]> > Cc : > Date : Fri, 06 Oct 2006 01:27:04 +0200 > Subject : Re: TURBINE AND AJAX > > Hi Scott, > > I am using JSON-RPC 1.0 myself, and would be willing to do > that. Could > you raise a JIRA Issue for that and assign it to me? I will > do it then. > > Kind regards > > Juergen > > Scott Eade schrieb: >> I have a JSON-RPC 1.0 based implementation that I have in > the last >> couple of days provided to a guy in China off-list. I > asked him to >> request the code via the mailing list, but I wouldn't be > surprised if he >> ran into moderation problems. >> >> I don't really mind providing the code, but what I would > really like is >> for someone to take the code and write up some > documentation on how to >> use it on the wiki so that we can all review it. >> >> The code is currently maintained for turbine 2.3.x and was > originally >> based on Brad's code. I have not contributed it yet > because my >> preference would be to update it for 2.4-dev (i.e. turn it > into a >> fulcrum component) and add it there instead (if only there > were more >> hours in the day). I guess I could commit something under > proposals so >> it is at least publicly available. >> >> I seem to recall someone else mentioning they had an > implementation - it >> is probably recorded in the dev list archives somewhere. >> >> Scott >> >> Jürgen Hoffmann wrote: >>> Hi Thomas, >>> >>> maybe this will help you >>> > http://www.folkens.com/brad/2005/01/howto-setup-json-rpc-like-google.html >>> kind regards >>> >>> Juergen Hoffmann >>> >>> [EMAIL PROTECTED] schrieb: >>> >>>> Hi All, >>>> >>>> I am interresting using AJAX with Turbine framework. Is >>>> there anyone having some ideas on this, the way to deal > with. >>>> Just launching this talk. I am making some research on my >>>> side and will share my though in few days. >>>> >>>> Many thanks, >>>> Thomas >>>> >> >> > --------------------------------------------------------------------- >> To unsubscribe, e-mail: > [EMAIL PROTECTED] >> For additional commands, e-mail: > [EMAIL PROTECTED] >> !EXCUBATOR:1,4525938653071646817173! > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > --------------------- ALICE SECURITE ENFANTS --------------------- > Protégez vos enfants des dangers d'Internet en installant Sécurité Enfants, le contrôle parental d'Alice. > http://www.aliceadsl.fr/securitepc/default_copa.asp > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > !EXCUBATOR:1,4525996053071400033241! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
