简体   繁体   English

Java Web服务

[英]java web services

I am new to java web services and I want to ask about the following 我是Java Web服务的新手,我想问以下问题

I would like to build a web services for existing web page (existing in the internet I did not build it) 我想为现有网页构建一个Web服务(存在于Internet中,但我没有构建它)

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. 那不是Java Web Services的意思。 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. 在此处查看屏幕抓取和网络抓取标签,以了解一些起点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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