Re: ofbiz desktop client ?

2008-01-09 Thread BJ Freeman
to parametrize is not the REST WAY. :) and for machine to machine millions of links is not bad. for using for a UI, the time lag is beyond what most users would tolerate. Jacques Le Roux sent the following on 1/9/2008 2:30 AM: > Interesting, thanks for comment BJ, > > Note that you might also us

Re: ofbiz desktop client ?

2008-01-09 Thread Jacques Le Roux
Though Google seems to deal easily with such things (Billions links), and the Web is the proof of the REST architecture high value, your comment stills make me wondering... Thanks Jacques From: "BJ Freeman" <[EMAIL PROTECTED]> Actually there is a key concept that is missing here. in REST the

Re: ofbiz desktop client ?

2008-01-09 Thread Jacques Le Roux
Interesting, thanks for comment BJ, Note that you might also use a parametrised URI like http://www.parts-depot.com/parts?00345 which may avoid link repetitions, though I'm not sure how yet. This is how Amazon's OpenSearch works : http://www.opensearch.org/Home Maybe better explained here http

Re: ofbiz desktop client ?

2008-01-08 Thread BJ Freeman
Actually there is a key concept that is missing here. in REST the example http://www.parts-depot.com"; xmlns:xlink="http://www.w3.org/1999/xlink";> http://www.parts-depot.com/parts/00345"/> http://www.parts-depot.com/parts/00346"/> http://www.part

Re: ofbiz desktop client ?

2008-01-08 Thread Jacques Le Roux
From: "David E Jones" <[EMAIL PROTECTED]> On Jan 7, 2008, at 12:53 PM, Jacques Le Roux wrote: On Jan 7, 2008, at 5:14 AM, Jacques Le Roux wrote: From: "David E Jones" <[EMAIL PROTECTED]> REST is a more general architectural concept... what does it have to do with this? In other words, I'm no

Re: ofbiz desktop client ?

2008-01-07 Thread David E Jones
On Jan 7, 2008, at 12:53 PM, Jacques Le Roux wrote: On Jan 7, 2008, at 5:14 AM, Jacques Le Roux wrote: From: "David E Jones" <[EMAIL PROTECTED]> REST is a more general architectural concept... what does it have to do with this? In other words, I'm not quite sure what you mean by "REST along w

Re: ofbiz desktop client ?

2008-01-07 Thread Jacques Le Roux
On Jan 7, 2008, at 5:14 AM, Jacques Le Roux wrote: From: "David E Jones" <[EMAIL PROTECTED]> REST is a more general architectural concept... what does it have to do with this? In other words, I'm not quite sure what you mean by "REST along with other ways". -David As BJ suggested in http://www

Re: ofbiz desktop client ?

2008-01-07 Thread BJ Freeman
In the same format of UPS, FedEx, USPS web tools. and leave the UI up to further interpretation. By using templates both for sending and receiving the actual format of the data does not have to conform to Ofbiz. Use of URL redirects to java or simple methods allows the return data to be recieved. S

Re: ofbiz desktop client ?

2008-01-07 Thread David E Jones
On Jan 7, 2008, at 5:14 AM, Jacques Le Roux wrote: From: "David E Jones" <[EMAIL PROTECTED]> REST is a more general architectural concept... what does it have to do with this? In other words, I'm not quite sure what you mean by "REST along with other ways". -David As BJ suggested in http://ww

Re: ofbiz desktop client ?

2008-01-07 Thread Jacques Le Roux
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 o

Re: ofbiz desktop client ?

2008-01-05 Thread David E Jones
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

Re: ofbiz desktop client ?

2008-01-05 Thread BJ Freeman
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'

Re: ofbiz desktop client ?

2008-01-04 Thread Jacques Le Roux
mpleRemoteClient -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

Re: ofbiz desktop client ?

2008-01-04 Thread Jacques Le Roux
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 user

Re: ofbiz desktop client ?

2008-01-04 Thread Rodrigo Souza
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 attra

Re: ofbiz desktop client ?

2008-01-04 Thread David E Jones
tcher 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 som

ofbiz desktop client ?

2008-01-04 Thread Mohammed Hagag
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 ? --