We are developing a swing based tool, which will initially be used as a stand alone application and after some time it would be web enabled.Hence the architecture is based on n-tier and we have clear seperation of GUI and server side logics.
Currently, the starting class is a JApplet and all other classed are derived from JFrame/JInternalFrame. I have read thru some of the Webstart articles. I would appreciate if you can clarify the following doubts.
#1 Can I use Webstart to install my Stand alone application and is there any guidelines?
#2 When my app become web enabled in the future, I can use Webstart and I can configure my JNLP file to invoke the main() method on my starting
applet class.
Does it mean that I need NOT use JApplet at all to make my app web enabled.
#3 When I launch an app using Webstart, does it care about the browser on the client machine and how the webstart is linked with the browser on a client machine?
BTW I have just ordered the book written by Mauro.
Thanks in Advance
SR