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
Bookmarks