Click to See Complete Forum and Search --> : Is it possible to read a java file from web page?


lag26
03-07-2006, 12:57 AM
I am trying to build a small web content management system. Basically I am thinking about creating a interface to enter data(mostly strings/text) into a java object using a class that I have created. Conversly, I also want to "read" the HTML text and place it into the java class.

2 Questions:

(1)
Is it possible to "convert" or "read" the java string into HTML and how would I do that?

(2)
Is it possible to "read" the HTML text and place it into the java class?
Reply With Quote

Khalid Ali
03-07-2006, 08:30 AM
(1)
Is it possible to "convert" or "read" the java string into HTML and how would I do that?


First of all ur question is not as clear..
Second Java String can hold anything in it, it could be html or any other type of content, java does not care


(2)
Is it possible to "read" the HTML text and place it into the java class?
Reply With Quote
Yes same answer as above, the point is elaborate allot more on what is exactly that u want and then some one might be able to help...