 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Sat Dec 13, 2008 2:11 pm Post subject: RCP and Applets |
|
|
Hi All !
I have to develop some Java application and this application should
be made as applet. I had good experience in working with NetBeans
platform and would like to use something like on NB rcp here. But I
didn't find something usefull to do that. For example Spring RCP would
be good choice but it's ApplicationLauncher works only with JFrame and
not with JApplet. I don't want to use separate JFrame windows in my
applet.
Could anybody give me advice in my question ?
--dmitry |
|
| Back to top |
|
 |
John B. Matthews Guest
|
Posted: Sat Dec 13, 2008 11:01 pm Post subject: Re: RCP and Applets |
|
|
In article
<e1343bb7-7401-4276-80f7-94aa175399dc (AT) t26g2000prh (DOT) googlegroups.com>,
dmitry.ema (AT) gmail (DOT) com wrote:
| Quote: | Hi All !
I have to develop some Java application and this application should
be made as applet. I had good experience in working with NetBeans
platform and would like to use something like on NB rcp here. But I
didn't find something usefull to do that. For example Spring RCP would
be good choice but it's ApplicationLauncher works only with JFrame and
not with JApplet. I don't want to use separate JFrame windows in my
applet.
Could anybody give me advice in my question ?
|
As an alternative to applets, consider Java Web Start:
<http://pscode.org/jws/>
<http://java.sun.com/javase/6/docs/technotes/guides/javaws/>
<http://www.ibm.com/developerworks/java/library/j-webstart/>
Here is a comprehensive article from an experienced applet developer:
<http://mindprod.com/jgloss/applet.html>
Here is a simple example of doing both from a single code base:
<http://sites.google.com/site/drjohnbmatthews/subway>
--
John B. Matthews
trashgod at gmail dot com
http://home.roadrunner.com/~jbmatthews/ |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Dec 16, 2008 1:39 pm Post subject: Re: RCP and Applets |
|
|
Hi !
John, thank you for detailed answer I have found a lot of interesting
information in your links. I considered possibility of using WebStart
instead of applets but 'applet' is requirement of my customer .
Anyway I didn't find any usefull framework like an reach client
platform that could be used in applet. It seems that there is single
way to do everything in pure Swing.
|
|
| Back to top |
|
 |
Guest
|
Posted: Tue Dec 16, 2008 1:39 pm Post subject: Re: RCP and Applets |
|
|
Hi !
John, thank you for detailed answer I have found a lot of interesting
information in your links. I considered possibility of using WebStart
instead of applets but 'applet' is requirement of my customer .
Anyway I didn't find any usefull framework like an reach client
platform that could be used in applet. It seems that there is single
way to do everything in pure Swing.
|
|
| Back to top |
|
 |
Lew Guest
|
Posted: Tue Dec 16, 2008 7:45 pm Post subject: [OT] Avoiding double posts (Was: RCP and Applets) |
|
|
dmitry.ema (AT) gmail (DOT) com wrote:
| Quote: | Hi !
John, thank you for detailed answer I have found a lot of interesting
information in your links. I considered possibility of using WebStart
instead of applets but 'applet' is requirement of my customer .
Anyway I didn't find any usefull framework like an reach client
platform that could be used in applet. It seems that there is single
way to do everything in pure Swing.
|
Suggestions for all:
If you use a web interface to Usenet (WITUN), don't refresh the browser when
you have a response on the screen; use the WITUN's links to navigate. This
will avoid double-posting.
Also, instead of top-posting, post in line with the quotes to which you are
responding, and trim your replies for clarity.
--
Lew |
|
| Back to top |
|
 |
Andrew Thompson Guest
|
Posted: Tue Dec 16, 2008 11:13 pm Post subject: Re: RCP and Applets |
|
|
On Dec 17, 12:39 am, dmitry....@gmail.com wrote:
| Quote: | ...I considered possibility of using WebStart
instead of applets but 'applet' is requirement of my customer .
|
That does not make sense. You do not have
to choose between applets *or* webstart, since
webstart can *launch* applets.
The advantages of launching applets via webstart
are many.
The only issue is whether the the customer wants
their applet supplied with a (mostly useless)
browser window/tab wrapped around it.
If the customer wants the browser window, please
ask them exactly what that is supposed to do for
the user.
--
Andrew Thompson
http://pscode.org/ |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|