Develop Screen as Google Web Toolkit

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

Re: Develop Screen as Google Web Toolkit

Young Gu
One question, why not integrate into the official ofbiz source
repository? just as the jQuery branches, I thinks that would be more
make sense.

Please be free to contact with me for any question or suggestion.

Thanks & Best Regards .

----------------------------------------------------------------------------

Young Gu | Software Engineer | http://www.infor.com


On 11/25/2010 3:47 PM, Jacques Le Roux wrote:

> BTW, there is also http://code.google.com/p/ofbizify/
>
> Maybe http://code.google.com/p/ofbiz-gwt/ and
> http://code.google.com/p/ofbizify/ could work together?
>
> My 2 cts
>
> Jacques
>
> From: "Chatree Srichart" <[hidden email]>
>> I added the changing language feature to the
>> OFBiz-GWT<http://code.google.com/p/ofbiz-gwt/>project. It would get
>> different languages from exist UI label files. To try
>> this please apply ofbiz-patches and re-compile again.
>>
>> Regards,
>> Chatree Srichart
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Develop Screen as Google Web Toolkit

Bilgin Ibryam-2
In reply to this post by Jacques Le Roux
Good points Jacques.

In case both projects are doing the same thing, it would make reviewing and
eventual inclusion of gwt to ofbiz sooner than later.
(btw it is no my todo list to check both projects)

Bilgin

On Thu, Nov 25, 2010 at 7:47 AM, Jacques Le Roux <
[hidden email]> wrote:

> BTW, there is also http://code.google.com/p/ofbizify/
>
> Maybe http://code.google.com/p/ofbiz-gwt/ and
> http://code.google.com/p/ofbizify/ could work together?
>
> My 2 cts
>
> Jacques
>
> From: "Chatree Srichart" <[hidden email]>
>
>  I added the changing language feature to the
>> OFBiz-GWT<http://code.google.com/p/ofbiz-gwt/>project. It would get
>> different languages from exist UI label files. To try
>> this please apply ofbiz-patches and re-compile again.
>>
>> Regards,
>> Chatree Srichart
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Develop Screen as Google Web Toolkit

Chatree Srichart
Hi community,
I have created the normal form/screen widgets into the
OFBiz-GWT<http://code.google.com/p/ofbiz-gwt/>as much as I could for
now. I also created the header and footer for showing
the main menu and secondary menu. I created the Report widget which render a
BIRT report. You can see the Report widget as example how to create a
customer widget to be a GWT widget by specify widget's model in FTL file and
create a GWT widget class to handle the model.

For testing please don't forget reapply the OFBiz patches.

Regards,
Chatree Srichart
Reply | Threaded
Open this post in threaded view
|

Re: Develop Screen as Google Web Toolkit

Chatree Srichart
In reply to this post by Bilgin Ibryam-2
        I don't think these projects are doing the same thing. I see the
http://code.google.com/p/ofbizify/ is working on a way that how GWT call
OFBiz. There are new event handlers which receive a request from GWT then
call OFBiz resources: Groovy, Java, Service. There also is a example user
interface which was wrote from GWT widget that show the result of requesting
from GWT to OFBiz.

        But the  http://code.google.com/p/ofbiz-gwt/ is working on a way
that how to render screen, form, menu widgets and custom FTL to GWT widgets.
The request-response process use the original resources in OFBiz. There are
many instant GWT widgets that handle the screen, form and menu widgets. The
Developers just need to customize screen, form and menu widgets then this
project will convert the widgets to GWT widgets.

Regards,
Chatree Srichart

On Fri, Nov 26, 2010 at 4:32 PM, Bilgin Ibryam <[hidden email]> wrote:

> Good points Jacques.
>
> In case both projects are doing the same thing, it would make reviewing and
> eventual inclusion of gwt to ofbiz sooner than later.
> (btw it is no my todo list to check both projects)
>
> Bilgin
>
> On Thu, Nov 25, 2010 at 7:47 AM, Jacques Le Roux <
> [hidden email]> wrote:
>
> > BTW, there is also http://code.google.com/p/ofbizify/
> >
> > Maybe http://code.google.com/p/ofbiz-gwt/ and
> > http://code.google.com/p/ofbizify/ could work together?
> >
> > My 2 cts
> >
> > Jacques
> >
> > From: "Chatree Srichart" <[hidden email]>
> >
> >  I added the changing language feature to the
> >> OFBiz-GWT<http://code.google.com/p/ofbiz-gwt/>project. It would get
> >> different languages from exist UI label files. To try
> >> this please apply ofbiz-patches and re-compile again.
> >>
> >> Regards,
> >> Chatree Srichart
> >>
> >>
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Develop Screen as Google Web Toolkit

Jacques Le Roux
Administrator
Thanks for the explanation Chatree,

But does this means that they can't work together, as complementary?
Maybe my question is dumb. Sorry about my ignorance on the subject. I did not look yet into details at either projects...

Thanks

Jacques

From: "Chatree Srichart" <[hidden email]>

>        I don't think these projects are doing the same thing. I see the
> http://code.google.com/p/ofbizify/ is working on a way that how GWT call
> OFBiz. There are new event handlers which receive a request from GWT then
> call OFBiz resources: Groovy, Java, Service. There also is a example user
> interface which was wrote from GWT widget that show the result of requesting
> from GWT to OFBiz.
>
>        But the  http://code.google.com/p/ofbiz-gwt/ is working on a way
> that how to render screen, form, menu widgets and custom FTL to GWT widgets.
> The request-response process use the original resources in OFBiz. There are
> many instant GWT widgets that handle the screen, form and menu widgets. The
> Developers just need to customize screen, form and menu widgets then this
> project will convert the widgets to GWT widgets.
>
> Regards,
> Chatree Srichart
>
> On Fri, Nov 26, 2010 at 4:32 PM, Bilgin Ibryam <[hidden email]> wrote:
>
>> Good points Jacques.
>>
>> In case both projects are doing the same thing, it would make reviewing and
>> eventual inclusion of gwt to ofbiz sooner than later.
>> (btw it is no my todo list to check both projects)
>>
>> Bilgin
>>
>> On Thu, Nov 25, 2010 at 7:47 AM, Jacques Le Roux <
>> [hidden email]> wrote:
>>
>> > BTW, there is also http://code.google.com/p/ofbizify/
>> >
>> > Maybe http://code.google.com/p/ofbiz-gwt/ and
>> > http://code.google.com/p/ofbizify/ could work together?
>> >
>> > My 2 cts
>> >
>> > Jacques
>> >
>> > From: "Chatree Srichart" <[hidden email]>
>> >
>> >  I added the changing language feature to the
>> >> OFBiz-GWT<http://code.google.com/p/ofbiz-gwt/>project. It would get
>> >> different languages from exist UI label files. To try
>> >> this please apply ofbiz-patches and re-compile again.
>> >>
>> >> Regards,
>> >> Chatree Srichart
>> >>
>> >>
>> >
>>
>

12