Web Interface

A

azzamqazi

Hey guys,

I was wondering about something. Is it possible for me to build an
application in Java and then some how give access to that application
via the web, if so how can i do that?

Thanks a lot guys!!
 
M

Michael Rauscher

Hey guys,

I was wondering about something. Is it possible for me to build an
application in Java and then some how give access to that application
via the web, if so how can i do that?

E.g. using Java WebStart?

Bye
Michael
 
G

gpl

Hey guys,

I was wondering about something. Is it possible for me to build an
application in Java and then some how give access to that application
via the web, if so how can i do that?

Thanks a lot guys!!

Write a small applet that then calls the application. You can the
access it from the web.

Robert
 
A

Andrew Thompson

Write a small applet that then calls the application. You can the
access it from the web.

Sure you can, but if the applet is untrusted, the
application will be as well.

I do not see the point of adding the extra complication
of an applet, when you might simply link directly to a
..jar file containg a manifest that names the 'main'.

That will get the application on-screen (or downloaded)
faster and more effectively than an applet.

Java WebStart is a good way to do *versioning* for an
application, but you would probably need to sign it to
get back the kind of access (full) that people generally
expect from applications.

But ..a question for the OP.

Did you mean, how can you have your application
*stay* on the server, and only give back HTML
(web pages with program results) to the user?

Andrew T.
 

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

Members online

Forum statistics

Threads
474,265
Messages
2,571,069
Members
48,771
Latest member
ElysaD

Latest Threads

Top