I want to build a JApplet application, consists of 5 pages. Given data in one page will be input for next page. Based on given data I have to show different options in next page.
I am completely new to applets, previously worked with web applications. I need something similar to MVC but should completely with applets (Swing JApplet
). Is there any framework like struts to implement it?
Please give me some ideas. How do I proceed?