Desktop or Web? and How?
Submitted by ahmadshokr on Thu, 2007-01-25 10:53.
Salaam All,
i
have requested to make project that simulate a search engine that user will
enter URL of search engine and word to search for. and application should
retrieve search result web page and make some processing. can this application be Desktop, or must be web
application?
Best Regards,
Ahmad Gomaa






in JSP/Servlet i want to
in JSP/Servlet i want to send parameters how can i send it in Desktop?
You can use a specially
You can use a specially designed library for simulating web browsers HTMLUnit or HTTPUnit .
Michael's eHome :: Free Coder ...
Thank you very much
Thank you very much
These packages doesn't
These packages doesn't support URLs that uses outside javascript file
Do you how to over come this problem?
HttpURLConnection
you can use java.net.HttpURLConnection;
Bassel
i have already use
i have already use java.net.HttpURLConnection but it doesn't support me sending parameters in form. i found HTTPUnit suitable
Thank you