Re: Swing App on browser

2010-01-18 Thread Kenny G

The tool is called AjaxSwing.  Creamtec, I believe.

On Jan 17, 2:03 pm, Sorinel C scristescu...@hotmail.com wrote:
 There are 2 methods:

 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!
-- 
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-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Swing App on browser

2010-01-17 Thread Sorinel C
There are 2 methods:

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!
-- 
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-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Swing App on browser

2010-01-16 Thread Jiss K
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-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Swing App on browser

2010-01-16 Thread mariyan nenchev
no

On Sat, Jan 16, 2010 at 12:20 AM, Jiss K jiss.ka...@gmail.com wrote:

 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-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@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-web-tool...@googlegroups.com.

To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Swing App on browser

2010-01-16 Thread Alexander
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-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.






-- 
Regards,
Alexander
-- 

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-web-tool...@googlegroups.com.

To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Swing App on browser

2010-01-16 Thread Paul Grenyer
Why not just use webstart?
-Original Message-
From: Alexander the.malk...@gmail.com
Date: Sat, 16 Jan 2010 23:37:32 
To: google-web-toolkit@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-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.






-- 
Regards,
Alexander

-- 

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-web-tool...@googlegroups.com.

To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Swing App on browser

2010-01-16 Thread Trevis
2nd vote for webstart. Webstart is the answer.

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-web-toolkit@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-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

 --
 Regards,
 Alexander
-- 
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-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Re: Swing App on browser

2010-01-16 Thread Paul Grenyer
If anyone needs a head start: http://www.paulgrenyer.net/Java_Web_Start.pdf

On Sat, Jan 16, 2010 at 5:59 PM, Trevis trevistho...@gmail.com wrote:
 2nd vote for webstart. Webstart is the answer.

 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-web-toolkit@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-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

 --
 Regards,
 Alexander

 --
 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-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@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.gren...@gmail.com
b: paulgrenyer.blogspot.com
-- 
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-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.