简体   繁体   中英

java web services

I am new to java web services and I want to ask about the following

I would like to build a web services for existing web page (existing in the internet I did not build it)

to allow client to search through the containt of the web page

what steps can I follow ? I would like to use net beans if there are examples for it

That is not what Java Web Services means. It deals with servers and clients that are specifically made for programmatic access to data. What you need is a content scraper, that accesses pages made for human consumption and extracts useful data.

Look at the screen-scraping and webscraping tags here for some starting points.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM