简体   繁体   中英

Requirement to deploy Java web service

My web application is built on servlet and JSP deployed on JBoss 4 EAP server and Apache2 as web server.

I have to build a java based web service. My question is, do i need anything else in terms hardware, software or middle ware to deploy web service for production except the JBoss and apache ?

Thanks in advance

No you don't need anything else in terms of middleware to create a web service as you already have an application server (JBOSS) into which you can deploy your application, and I assume you are fronting it with Apache for security or to act as the SSL engine for your app.

For developing the web services themselves you will need skills in one of the available libraries that can help you with this (eg Apache CXF, Jersey or Spring Web Services).

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