How do you convert a Java file (either .java or .jar) to an applet that can be run from a server?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
How do you convert a Java file (either .java or .jar) to an applet that can be run from a server?
The conversion goes the other way. A .java file that defines an applet is used to create a .class file. The .class file in placed in a jar file that can be read from a server.
If you don't understand my answer, don't ignore it, ask a question.
These files can update databases as other programs use them, by making the databases update in real-time correct?
Not completely in real-time. There can be network and server delays.
If you don't understand my answer, don't ignore it, ask a question.
Within reason though, right? As in, the other applets could update without having to completely reload the page.
Update what? reload what page? It all depends on the application.
If you don't understand my answer, don't ignore it, ask a question.
Should I explain my project more? Would that help?
Do you have any specific java programming questions?
I know nothing about databases or most servers.
If you don't understand my answer, don't ignore it, ask a question.
Ace Java 9000 (September 25th, 2012)
No, I should probably address this problem to another thread though. Thanks!