简体   繁体   English

部署Java Web服务的要求

[英]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. 我的Web应用程序是基于Servlet和JSP构建的,该Servlet和JSP部署在JBoss 4 EAP服务器和Apache2作为Web服务器上。

I have to build a java based web service. 我必须建立一个基于Java的Web服务。 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 ? 我的问题是,除了JBoss和apache之外,我是否还需要硬件,软件或中间件等其他任何东西来将Web服务部署到生产环境中?

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. 不,您不需要中间件就可以创建Web服务,因为您已经拥有可以在其中部署应用程序的应用程序服务器(JBOSS),并且我假设您将其放在Apache的前面以确保安全性或充当您应用的SSL引擎。

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). 为了自己开发Web服务,您将需要一种可用的库(例如Apache CXF,Jersey或Spring Web Services)中的技能来帮助您。

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

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