I have a complete Swing application and am looking for an easy way to
bring it on to web so that anyone can open and run the application
through a browser.
Does GWT has the functionality to convert the existing Swing app to
web app or do i have to start from scratch?
- Jiss
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
GWT would make for an easier conversion path for a swing developer to
web development but i think that you have to have a pretty solid grasp
on the fundamentals (limitations and techniques) of web development to
produce effectively in GWT. There'd be no way to do a straight
conversion of a non trivial application.
On Jan 16, 11:47 am, "Paul Grenyer" <paul.gren...@gmail.com> wrote:
> Why not just use webstart?
>
> -----Original Message-----
> From: Alexander <the.malk...@gmail.com>
> Date: Sat, 16 Jan 2010 23:37:32
> To: <google-we...@googlegroups.com>
> Subject: Re: Swing App on browser
>
> No way!!!
>
> 2010/1/16 Jiss K <jiss.ka...@gmail.com>
>
> > Hi,
>
> > I have a complete Swing application and am looking for an easy way to
> > bring it on to web so that anyone can open and run the application
> > through a browser.
>
> > Does GWT has the functionality to convert the existing Swing app to
> > web app or do i have to start from scratch?
>
> > - Jiss
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-we...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-tool...@googlegroups.com<google-web-toolkit%2Bunsu...@googlegroups.com>
> To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
>
>
--
Thanks
Paul
Paul Grenyer
e: paul.g...@gmail.com
b: paulgrenyer.blogspot.com
1. You can make your java swing application as applet, and add it to
the HTML pages.
2. There is a tool to convert automatically the Java Swing GUIs to the
WEB ones, but I don't remember the name ... I'll come back later!
Anyways, a very good Swing-ish GUI you can do with GWT, in Java ...and
the result is a javascript...
Check more GWT examples and tricks here: http://ui-programming.blogspot.com/
Cheers!