473,383 Members | 1,813 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Is JNLP simpler than it looks?

I've read through the JNLP programmer docs a few times, and am
wondering - is a web start app simply a plain old signed JARed app
with an extra JNLP file to aid web browsers in deploying it? If so,
does it make sense to make the jar executable via it's manifest?

Mark McKay
--
http://www.kitfox.com
Jul 17 '05 #1
1 1560
On Tue, 05 Aug 2003 08:21:42 -0700, Mark McKay wrote:
I've read through the JNLP programmer docs a few times, and am
wondering - is a web start app simply a plain old signed JARed app
with an extra JNLP file to aid web browsers in deploying it? If so,
does it make sense to make the jar executable via it's manifest?

Hey Mark-

You could do that, sure. But the main benefit (imo) of webstart is
the ability to distribute updated jars to the client automagically.
If you ship out signed executable jars, you've conquered the problem
of getting your application executing on the desktop. But what do
you do when you need to drop a patch release? Call up every person
that you ever shipped to and give them a new copy? Webstart can
help you in this regard, because clients automatically download
updated jars from the server.

-c
Jul 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: roy | last post by:
Hi, I created a jnlp file, a jar file and a html on my local disk. Clicking the link of jnlp from the webpage, my Java Web Start launches. Everything is ok. But after I've uploaded all the...
18
by: Erik Arner | last post by:
Hi, I really need some help here. After upgrading to g++ 3.4 I have run into all sorts of troubles that I'm sure depends on my lack of proper understanding of C++. I would now like to get it right...
1
by: Roy Gourgi | last post by:
Hi, Here is a much simpler version of my time scheduling program. As you can see in the GV (Global Variable class) I have 2 arrays gaSumWorkDays (already initialized with the values) and ...
3
by: MJ | last post by:
I'm trying to stream the contenttype of "application/x-java-jnlp-file" via asp.net/c#, but the client only sees it as a plain text file. Example: Response.Clear(); Response.ClearHeader();...
36
by: phil-news-nospam | last post by:
Here is a simpler (no drop shadows) example of the padding bug I see: http://phil.ipal.org/usenet/ciwas/2006-05-08/buttons-1.html So far I find nothing in the CSS2 document that says I should...
7
by: Paul Furman | last post by:
I want to have urls that work like the php.net pages where there's just a word after a slash, maybe a few folders deep. Right now I've got urls & code like this:...
4
by: Lars Johansen | last post by:
I have a function that looks like this: def Chooser(color): if color == "RED": x = term.RED elif color == "BLUE": x = term.BLUE elif color == "GREEN": x = term.GREEN
6
by: mcse jung | last post by:
Here is asample program that writes a program and then executes it. Do you knowof a much simpler way of writing a program that writes a program? """...
3
by: cckramer | last post by:
Hi, I have a file which has contents like this : Indicators : for issues with indicators contact a@x.com for access to indicators contact b@x.com
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.