The Power of Three - Eclipse, Tomcat, and Struts
Java(TM) Boutique - The Power of Three - Eclipse, Tomcat, and Struts
Introduction
As a programmer it's important to be productive, and as any other craftsman you need good tools to be productive. In this article I'll present a set of tools, which can really help you get your job done. What's more, they're all free, open source, and well documented. I've been using these tools in several real-life projects and have found that they often outdo expensive development tools. This is because they're simple to install, simple to use, reliable and have good performance.
The names of the tools are Eclipse, Tomcat, and Struts.
You've probably heard about all of them, and maybe you have used them in your work, but anyway: here's a short description of each:
- Eclipse is an IDE from eclipse.org, which can be used for programming in Java and many other programming languages.
- Tomcat is a J2EE web server from the Apache Jakarta project
- Struts is a framework--also from Apache Jakarta--for building MVC-type servlet applications
So, these tools are made for making web applications based on the servlet specification. They don't cover EJB's, since Tomcat is not an EJB-server, and standard Eclipse does not cover EJB's.
Eclipse has a project type for Java development, but strangely enough not for Java web application development. A Java web application is characterized by a special directory structure (war-file structure), and a set of specialized files: jsp-files, XML configuration files, servlets, etc. To fill this gap, a very nice Eclipse plug-in from sysdeo.com is at hand. It not only gives us the web application project but also a way of managing the Tomcat server from within Eclipse. Below we'll see how to install and use this plug-in.
Struts gives you a way of building modular, de-coupled web applications. How Struts is included in Eclipse is another topic that'll be covered later in this article.
How to debug Jsp, servlet etc.
[@more@]The Sysdeo Tomcat plug-in:來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/4082/viewspace-1002352/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Eclipse中配置tomcat三種方式EclipseTomcat
- 在eclipse中配置tomcat伺服器EclipseTomcat伺服器
- 02 eclipse中配置Web專案(含eclipse基本配置和Tomcat的配置)EclipseWebTomcat
- eclipse中Maven工程使用Tomcat7以上外掛EclipseMavenTomcat
- Eclipse怎樣配置tomcat? 8分鐘視訊講清楚!EclipseTomcat
- eclipse能正常啟動tomcat,但是網頁訪問不了EclipseTomcat網頁
- Eclipse/tomcat 如何實現應用熱部署和熱啟動EclipseTomcat熱部署
- Eclipse裡Tomcat報錯:Document base ……does not exist or is not a readable directory(圖文詳解)...EclipseTomcat
- Java(JDK/Tomcat/Maven)執行環境配置及工具(idea/eclipse)安裝JavaJDKTomcatMavenIdeaEclipse
- Struts框架_9 Struts2的驗證框架
- 實戰分析Tomcat的類載入器結構(使用Eclipse MAT驗證)TomcatEclipse
- 【struts2】
- 79、概述struts,以及struts如何實現MVC架構的?MVC架構
- Struts2所有依賴關係(struts-2.5.14.1)
- Struts2 Tomcat class.classLoader.resources.dirContext.docBase賦值造成的DoS及遠端程式碼執行利用!TomcatContext賦值
- Shichikuji and Power Grid
- struts 結果型別型別
- 初識Struts2
- Struts2配置-1
- struts2的使用
- 【Three.js】Three.js學習記錄JS
- three.jsJS
- spring_threeSpring
- Eclipse SymphonyEclipse
- Maven EclipseMavenEclipse
- goodbye eclipse~GoEclipse
- struts2總結(三)--官網下載struts2的jar包JAR
- eclipse安裝教程配置 2021最新eclipse教程Eclipse
- E. Expected Power
- UFS之Power Mode
- Leetcode 231 Power of TwoLeetCode
- Struts學習筆記zz筆記
- Struts2【與Spring整合】Spring
- Struts2配置後ClassNotFoundExceptionException
- tomcat跳轉到自己的servlet,網頁一直載入,並且會彈出自己的eclipseTomcatServlet網頁Eclipse
- Project Three: Simple WorldProject
- 013 Three Div Sequences
- three.js WebGLRenderTargetJSWeb
- Eclipse快捷鍵Eclipse