Json Queries

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Json Queries

Baiju-4
Hi All,

How can I invoke a jsonsimple event from a java class?, How to put the
parameters?.

Thanks & Regards
Baiju C.John
Reply | Threaded
Open this post in threaded view
|

Re: Json Queries

Anil Patel-3
Baiju,
jsonsimple event handlers are designed for calls from web-browser  
client.

Can you please give some details about Why you need to call jsonsimple  
event from java class?

Regards
Anil Patel

On Feb 25, 2009, at 12:30 AM, Baiju wrote:

> Hi All,
>
> How can I invoke a jsonsimple event from a java class?, How to put  
> the parameters?.
>
> Thanks & Regards
> Baiju C.John

Reply | Threaded
Open this post in threaded view
|

Re: Json Queries

Baiju-4
Hi Anil,

Thanks for the response,

 I need to store customer shipping , billing and credit card details .I
have got all  the information in to my java class and need to store that
informations for checkout process.

But in Ofbiz checkout process they are using json event for storing the
particular details...

Regards
Baiju C.John


Anil Patel wrote:

> Baiju,
> jsonsimple event handlers are designed for calls from web-browser client.
>
> Can you please give some details about Why you need to call jsonsimple
> event from java class?
>
> Regards
> Anil Patel
>
> On Feb 25, 2009, at 12:30 AM, Baiju wrote:
>
>> Hi All,
>>
>> How can I invoke a jsonsimple event from a java class?, How to put
>> the parameters?.
>>
>> Thanks & Regards
>> Baiju C.John
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Json Queries

Anil Patel-3
If you already have Java classes that have required information then  
call ofbiz services directly using local dispatcher. If you look at  
these simple event handlers, they are nothing but in return calling  
lower level services.

Regards
Anil Patel


On Feb 25, 2009, at 2:25 AM, Baiju wrote:

> Hi Anil,
>
> Thanks for the response,
>
> I need to store customer shipping , billing and credit card  
> details .I have got all  the information in to my java class and  
> need to store that informations for checkout process.
>
> But in Ofbiz checkout process they are using json event for storing  
> the particular details...
>
> Regards
> Baiju C.John
>
>
> Anil Patel wrote:
>> Baiju,
>> jsonsimple event handlers are designed for calls from web-browser  
>> client.
>>
>> Can you please give some details about Why you need to call  
>> jsonsimple event from java class?
>>
>> Regards
>> Anil Patel
>>
>> On Feb 25, 2009, at 12:30 AM, Baiju wrote:
>>
>>> Hi All,
>>>
>>> How can I invoke a jsonsimple event from a java class?, How to put  
>>> the parameters?.
>>>
>>> Thanks & Regards
>>> Baiju C.John
>>
>>
>