Basic Java Web Start question

N

Novice

I am interested in experimenting with Java Web Start a bit but I'm hitting
a rather formidable obstacle that is keeping me from getting started.

As I understand it, I need to set up some space on a server and set up a
JNLP MIME type.

I don't have such a server and the two hosting services I use for web stuff
won't add the MIME type for me. (I realize that I could set up a server on
my PC but if my experiments are successful, I'd like the code delivered by
Java Web Start to be accessible 24x7. I don't want to leave my own computer
up that much of every day.)

Therefore, is there any free place you know of where I could set the JNLP
MIME type (or have the administrator do it for me) and set up the Java Web
Start infrastructure?

I don't plan to go into Java Web Start in a big way with lots of
applications and/or users but I would be interested in delivering a handful
of programs to a handful of people this way.

I can't afford to spend money on this so if there are no free places,
that's fine, I'll just abandon the idea of Java Web Start until somewhere
further down the road.
 
M

markspace

I am interested in experimenting with Java Web Start a bit but I'm hitting
a rather formidable obstacle that is keeping me from getting started.

As I understand it, I need to set up some space on a server and set up a
JNLP MIME type.

For first testing you can just download and install Apache on your own
PC. Works fine, and it's what I used to play around with JWS some time ago.
 
N

Novice

markspace said:
For first testing you can just download and install Apache on your own
PC. Works fine, and it's what I used to play around with JWS some
time ago.

Fair enough. I can certainly start there. But I'd still be interested in
knowing of a free place that is up close to 24x7 where I can park my code
once I get JWS figured out.
 
A

Arne Vajhøj

Fair enough. I can certainly start there. But I'd still be interested in
knowing of a free place that is up close to 24x7 where I can park my code
once I get JWS figured out.

Both the jar file and the JNLP file are just bytes server side, so
any free web server should work (only potential problem is if
MIME types will be a problem).

Arne
 
R

Roedy Green

As I understand it, I need to set up some space on a server and set up a
JNLP MIME type.

see http://mindprod.com/jgloss/isp.html

that migt be a good place to start your search.

another way to track one down is to search for JWS apps and see which
servers they are hosted on.

If you find some, please let me know to add to the list.

I could also help you. You could email me your jnlp and *.jar and I
could post them at http://mindprod.com/dropoff

That would be a pretty slow loop though.
--
Roedy Green Canadian Mind Products
http://mindprod.com
For me, the appeal of computer programming is that
even though I am quite a klutz,
I can still produce something, in a sense
perfect, because the computer gives me as many
chances as I please to get it right.
 
D

David Segall

Novice said:
Fair enough. I can certainly start there. But I'd still be interested in
knowing of a free place that is up close to 24x7 where I can park my code
once I get JWS figured out.

I use my own machine, which is supposed to be up 24x7, because it is
faster (for me) than the free server at 000WebHost
<http://www.000webhost.com/>. I use 000WebHost as a failover server
when mine is down. The free version of 000WebHost is slow and FTP
transfers often fail because of that. They also insist that someone
visits your site regularly and you visit your account once a year. I
use the free Montastic <http://www.montastic.com/> for the former.
ZoneEdit <http://www.zoneedit.com/> handles the dynamic DNS at no
charge and their failover service costs one dollar a year.
 
N

Novice

see http://mindprod.com/jgloss/isp.html

that migt be a good place to start your search.

another way to track one down is to search for JWS apps and see which
servers they are hosted on.

If you find some, please let me know to add to the list.

I could also help you. You could email me your jnlp and *.jar and I
could post them at http://mindprod.com/dropoff

That would be a pretty slow loop though.

Thanks, Roedy.

I think I'll start by hosting the Java Web Start on my own machine so that
I can get up to speed with what is involved. Based on what Arne said, I'll
try my free hosting guys next and see if the lack of a JNLP MIME type poses
a problem. If that doesn't work out, I'll follow your suggestions and see
where that takes me.
 
R

Roedy Green

Thanks, Roedy.

I think I'll start by hosting the Java Web Start on my own machine so that
I can get up to speed with what is involve

you can have a look at my JNLP for
http://mindprod.com/webstart/esper.html
http://mindprod.com/webstart/setclock.html
http://mindprod.com/webstart/replicator.html

It is lot easier to tweak something that already works than compose it
from scratch.
--
Roedy Green Canadian Mind Products
http://mindprod.com
For me, the appeal of computer programming is that
even though I am quite a klutz,
I can still produce something, in a sense
perfect, because the computer gives me as many
chances as I please to get it right.
 
N

Novice

you can have a look at my JNLP for
http://mindprod.com/webstart/esper.html
http://mindprod.com/webstart/setclock.html
http://mindprod.com/webstart/replicator.html

It is lot easier to tweak something that already works than compose it
from scratch.

You're absolutely right about that. Well, most of the time anyway ;-)
Sometimes, an example can be more confusing than helpful if it is too
complex. But I'll give your examples the benefit of the doubt and take a
look when I get a minute....

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top