Tuesday December 27, 2005
Insert Witty Irony Herevince kraemer's Weblog
All
|
5 in 5
|
Compile Time
|
Ease of Evolution
|
General
|
GlassFish
|
Gotchas
|
Java
|
Music
|
NetBeans
|
Sailfin
Java Web Start fast and easy... I wrote my entry about creating a Java Web Start-able application client, without really knowing much about Java Web Start. So, I read through the white paper that Eduardo cited on The Aquarium to learn more about it. After I read through the paper, I realized how much work NetBeans 5 and the GlassFish Project's is doing for the developer...
Then I got to thinking, does an application client need to access resources from the server? The answer is no. It might, but doesn't have to. That means that a developer could create a "plain old java application", wrap it up in an Enterprise Application and let the GlassFish Project's deployment mechanism do the tedious housekeepinng. Their app would be JWS enabled with hardly any effort. Sweet! (2005-12-27 12:07:23.0) Permalink Comments [2] Post a Comment: Comments are closed for this entry. |
Calendar
RSS Feeds
All /5 in 5 /Compile Time /Ease of Evolution /General /GlassFish /Gotchas /Java /Music /NetBeans /Sailfin About Me![]() Short Bio SearchLinks
Navigation
ReferersToday's Page Hits: 313 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Posted by Petr Blaha on December 30, 2005 at 10:40 AM PST #
I had heard that there was folks working on a module for creating Web Start-able projects from NetBeans. I actually was not refering to that effort, though.
My original entry wasn't very clear, so I will try to clarify it here....
By taking a plain old java application, packaging it in an enterprise application and deploying that app into a GlassFish domain, you get a lot of the work done to create a web start-able application done for you. NetBeans doesn't do it. The GlassFish domain does it.
There is a down-side to this strategy for creating web start-able applications: loss of flexibility.
Posted by vince kraemer on December 30, 2005 at 11:00 AM PST #