Java War Files 设计所需的基本技巧
我对此不太确定,但我的一位客户要求他从某个人那里开发了战争文件,并希望我设计他的应用程序的界面。
我是java新手,不知道他的意思。他也不是一个技术健全的人。我还想在接受他的工作之前在我自己的系统上测试一下。
我是netbeans用户。
对此问题的任何帮助将不胜感激。
I am not sure about this, but a client of me asked that he had developed the war files from some one and want me to design the interface to his application.
I am new to java and dont know what he meant. He is also not a technical sound person. I also want to test the things on my own system before going to accept his work.
I am a netbeans users.
Any help in this matter will be highly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果他想让你设计图形用户界面;
WAR 文件是一个 Web 应用程序存档,其中包括在 Java Web 服务器上运行的文件; glassfish、tomcat 等。将其部署在 Web 服务器上并运行。
您可以使用 WinRAR 打开 WAR 文件,并在其中查看 css 和其他 gui 文件(如 html、js、jsp 等)进行设计,只是不要触摸 WEB-INF 文件夹下的文件,它们与 GUI 设计无关。
If he wants from you to design Graphical User INTERFACE;
A WAR file is a web application archive which includes files to run on a java web server for example; glassfish, tomcat etc. Deploy it on web server and it runs.
You could open WAR files with WinRAR and see css and other gui files like html, js, jsp etc. in there to design just don't touch files under WEB-INF folder, they are not about GUI design.