简体   繁体   English

无需 Maven 和 Ide 即可创建 Project Java Web

[英]Create Project Java Web without maven and Ide

I am trying to create an application for creating java web projects in a personalized, automated way, without maven, without IDE, but so far I have not seen anything on the internet that would suit me.我正在尝试创建一个应用程序,以个性化、自动化的方式创建 java web 项目,没有 maven,没有 IDE,但到目前为止,我还没有在互联网上看到任何适合我的东西。


Could someone guide me or tell me how I can do it?有人可以指导我或告诉我该怎么做吗?

I consider your question differently that you want to create an application which when run can automatically create web projects !!我以不同的方式考虑您的问题,即您想要创建一个应用程序,该应用程序在运行时可以自动创建 Web 项目!! If that is correct you need to write set of programs which would make files necessary for your web project like generate java files, Jsp files, XML, properties etc depending on complexity of your web projects, also if customized with parameters it can make different kinds of projects.如果这是正确的,您需要编写一组程序,这些程序将使您的 Web 项目所需的文件如生成 java 文件、Jsp 文件、XML、属性等取决于您的 Web 项目的复杂性,此外,如果使用参数进行自定义,它可以生成不同类型的文件的项目。 Then you will need to make war file which is going to be the final deploy-able component with these files.然后你需要制作war文件,这将是这些文件的最终可部署组件。 This is all that you would do manually through IDE and maven would be the jar files you would need if any.这就是您可以通过 IDE 手动执行的所有操作,而 maven 将是您需要的 jar 文件(如果有)。 Let me know if you need any more help.如果您需要更多帮助,请告诉我。

Please accept and like if you appreciate my gesture to help with my ideas n experience.如果您欣赏我的姿态以帮助我的想法和经验,请接受并喜欢。

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

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