简体   繁体   English

如何在托管切片/专用服务器上设置Java Web体系结构?

[英]How to setup java web architecture on hosting slice/dedicated server?

I want to build web application that is based on java technology (tomcat ) Can I get please suggestions on how to set up the servers (apache – mod_jk – tomcat ? ) And what are the right frameworks to use or not . 我想构建基于Java技术(tomcat)的Web应用程序,请问关于如何设置服务器(apache – mod_jk –tomcat?)的建议,以及可以使用或不使用哪些正确的框架。 For memory and ease of work from the development side ( to use plain jsp or mvc frame works? ) 为了从开发方面简化内存工作(使用普通的jsp或mvc框架工作?)

Although you didn't ask for alternatives to tomcat, if you are starting to look into web development you should have a look at Caucho's Resin . 尽管您并未要求使用tomcat的替代产品,但如果您开始研究Web开发,则应该看看Caucho的Resin I find it is a better alternative than tomcat and makes it very easy to setup a system for test and development. 我发现它是比tomcat更好的选择,并且可以很容易地设置用于测试和开发的系统。 It is completely built in Java and the open source version is free. 它完全用Java构建,并且开源版本是免费的。

From development point of view always use an IDE such as Eclipse or Netbeans, makes the job easier n much faster. 从开发的角度来看,始终使用诸如Eclipse或Netbeans之类的IDE,这使工作变得更加轻松快捷。 Here's a nice tutorial to get you started on developing web applications on Eclipse with Tomact integration - WTP Tutorials 这是一个很好的教程,可帮助您开始在具有Tomact集成的Eclipse上开发Web应用程序-WTP 教程

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

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