I hear I thought the web came from SGML. :) here is another link http://www.xfront.com/REST-Web-Services.html
Jacques Le Roux sent the following on 1/4/2008 11:52 PM: > Of course if you know nothing about REST (like me last week) this may > *really* help : http://tomayko.com/articles/2004/12/12/rest-to-my-wife > > Jacques > > From: "Jacques Le Roux" <[EMAIL PROTECTED]> >> What about using REST along with other ways ? >> I know this is possible in OFBiz. My question is more because I wonder >> why I did not see any use of this word but in questions from Vedam in >> November. >> >> Jacques >> >> From: "David E Jones" <[EMAIL PROTECTED]> >> It is certainly possible, and I'm aware of a few efforts to create >> things like this based on OFBiz. >> >> The term "client server" usually refers to a heavier client >> application talking directly to the database server, and that is >> basically what the POS application is (using a Swing UI, based on XUI). >> >> Another, generally better, approach is to have a lighter application >> that talks to service on an application server. The OFBiz framework >> supports this easily as well talking to the server in limited ways >> using SOAP or XML-RPC, or more flexibly with a remote dispatcher for >> the OFBiz Service Engine. For example code and comments describing how >> to use it see the java file for: >> >> org.ofbiz.service.rmi.ExampleRemoteClient >> >> -David >> >> >> On Jan 4, 2008, at 1:11 PM, Mohammed Hagag wrote: >> >>> Hi all, >>> i'm thinking if there's an ofbiz desktop client based on some >>> technology like eclipse RCP it will attract more users and >>> organizations, is there any project like this? >>> and if not, does ofbiz supports this model of development client / >>> server, is it easy or hard to be done ? >>> >>> -- >>> Mohamed M. Hagag >>> Ù.ØÙ.د Ù.ØÙ.Ù^د ØØ¬Ø§Ø¬ >>> http://bintoo.sf.net/drpl/ >>> http://mohamedhagag.wordpress.com >> >> > > > >
