I have been working on android But havent worked on java web based project. I have to work on a java project which takes the data from a webpage , render its latex code and insert it in database at server.

I have no idea where to start with .If someone could direct me a way to startup?

link|improve this question

67% accept rate
This will get you started with reading webpage. vogella.de/articles/JavaNetworking/article.html#web_readpage There are several other libs that you can use to read contents. Just google it up. The big question is how do you render its latex code. – CppLearner Feb 21 at 5:39
Do you have the latex webpage? It is hard to say how to render it without knowing what is present in the data. What kind of data? Do you have the sample? – CppLearner Feb 21 at 5:41
Actually I have my own webpage which shows different fields to enter data .I want just those fields not the HTML. – Navdroid Feb 21 at 5:42
feedback

closed as not constructive by BalusC, Tim Post Feb 21 at 6:35

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

For that you need to create web project. Following things are required to create web project.

1) Web Server. 2) DB Server. 3) Java Web Project. 4) It would be good for you if you are using any of java framework like struts, spring.

link|improve this answer
I am having all of these ..can u give any further help – Navdroid Feb 21 at 5:45
I have googled my problem I think using JSP would be good!!! – Navdroid Feb 21 at 6:12
Do you know Jsp?How can i know that my server supports JSP? – Navdroid Feb 21 at 6:13
which web server you are using? – Jwalin Shah Feb 21 at 6:27
I am using bravehost.com – Navdroid Feb 21 at 6:29
show 1 more comment
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.