File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Sample Servlets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Sample Servlets" Watch "Sample Servlets" New topic
Author

Sample Servlets

Barry Andrews
Ranch Hand

Joined: Sep 05, 2000
Posts: 523

Hi All,
Does anyone know of a web site(s) that has uses servlets. The main things I am interested in seeing is servlets that have Menu bars and TextAreas using JScrollPane. I really do not care of the content of these sites. I just want to see how other servlets look and work. Thanks!!!

Barry
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
You seem to be looking for servlets which use Swing Graphical user interface widgets. I think you won't find any. Servlets are typically run on a web server to generate web pages or other information to download to client browsers. The best you can usually hope for by way of user interface is HTML and JavaScript.
If you really need a Swing UI, you will need to create and download an applet. Is this what you are looking for?


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
Rob Levo
Ranch Hand

Joined: Oct 01, 2000
Posts: 167
Frank,
I have heard of, but do not know the mechanism for Applet-Servet communication. Perhaps this is what the original poster would need.
What would be the best reference for learning about Applet-Servet communication. Also, is this a good way to go, or should HTML and Javascript GUI stuff usually be enought to get the job done?
Thanks and great job answering questions on this thread. I am a beginner, but this site has already helped me get over some initial basic hurdles.
Thanks,
Rob
Marilyn de Queiroz
Sheriff

Joined: Jul 22, 2000
Posts: 9001
Originally posted by Rob Levo:
What would be the best reference for learning about Applet-Servet communication.


Check out this page. Java Developers guide to Servlets and JSP has a section covering this topic.

Also check out this page.

JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
 
IntelliJ Java IDE
 
subject: Sample Servlets
 
Threads others viewed
WA #1.....word association
Completed SCWCD 1.4
special characters
Un-downloadable Applets
Downloading HTML page
developer file tools