1

In my project file, I've created two different applets. They both work upon same database but my problem after deployment there'll be two different files for separate applet. The working is supposed to be like: get some input data from first applet. store it in database. Hit the continue button & the second applet gets invoked . The second applet should read from database written by first applet and process.

first applet

second applet (P.S. its not complete yet, connectivity issues(this question))

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
ANiK3T
  • 47
  • 1
  • 8
  • 3
    Don't use applets, they are deprecated technology which will stop working soon as browsers are starting to remove support. – Mark Rotteveel Jul 24 '16 at 11:17
  • college complusions :| – ANiK3T Jul 25 '16 at 06:15
  • 1) Please refer the teacher to [Why CS teachers should **stop** teaching Java applets](http://programmers.blogoverflow.com/2013/05/why-cs-teachers-should-stop-teaching-java-applets/). 2) See [Java Plugin support deprecated](http://www.gizmodo.com.au/2016/01/rest-in-hell-java-plug-in/) and [Moving to a Plugin-Free Web](https://blogs.oracle.com/java-platform-group/entry/moving_to_a_plugin_free). .. – Andrew Thompson Jul 25 '16 at 08:49
  • .. 3) Better than the current approach would be to have a single applet using a [`CardLayout`](http://download.oracle.com/javase/8/docs/api/java/awt/CardLayout.html) as shown in [this answer](http://stackoverflow.com/a/5786005/418556). – Andrew Thompson Jul 25 '16 at 08:49

0 Answers0