File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes reading a dynamic page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "reading a dynamic page" Watch "reading a dynamic page" New topic
Author

reading a dynamic page

atoshi chakraborty
Greenhorn

Joined: Mar 27, 2005
Posts: 3
i want to read a dynamic page thru a java program. what i need to do?
will it be possible to do it with core java or some additional technology is required?
Layne Lund
Ranch Hand

Joined: Dec 06, 2001
Posts: 3061
What type of dynamic page? I assume you mean a webpage, first of all. Is the dynamic page generated on the server side with ASP, CGI, JSP, etc.? Or is it dynamic through client side scripting with JavaScript or something similar? If it's the former, you can probably just read the body of the HTTP response the same as you do for static web pages. The later might be a bit trickier.

Layne


Java API Documentation
The Java Tutorial
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: reading a dynamic page
 
Similar Threads
how to show a dynamic page in a java componenent
Applet to HTML
Dynamic web page
dynamic page throught tile
Simple examples of JSP