使用 Java 创建具有数据库访问功能的 Web 应用程序
我必须使用 Java 创建一个简单的 Web 应用程序,它显示一个登录对话框,在显示一些文本字段后,从数据库(Sybase)中获取一些数据,用它做一些事情并将新记录插入数据库。现在我正在寻找一个好的教程,它向我解释了如何设置所需的环境,并向我展示了如何使用 Java 创建 Web 应用程序。谁能给我一些此类教程的良好链接? - 非常感谢。
I have to create a simple WebApplication with Java which shows a Login Dialog and after it shows some textfields, gets some Data out of a Database (Sybase) do something with it and insert a new record to the database. Now I am looking for a good tutorial, which explains me, how to setup the needed environment and shows me the start for creating a WebApplication with Java. Can anyone give me some good links to such tutorials? - Many Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
1- BalusC 博客 - 更专注于 JSF,但拥有一切。不使用Spring。
2- Appfuse 很棒的入门应用程序以及使用 spring 的教程。
3- LULU - 有趣的是没有社区存在或至少没有同名。使用 Spring
4- Java Passion - 虽然不是免费的,但非常值得。自从它是免费的以来我一直是会员,现在每年支付年度订阅费。不是基于 spring,但确实为那些感兴趣的人提供了 spring。
5- Spring Roo 这是 youtube 链接,但你也可以通过 google 搜索热门内容,但不是我个人的
6- Jboss - 这是提示链接有进一步的链接。不使用 spring 并希望它们都死掉(双关语,但希望不会)
7- Netbeans 没有 spring,可能对任何初学者来说都是最好的
我可以去等等,但这应该足够了。另外我有一种感觉,一旦西北半球的人们醒来,这个问题可能就会结束:)
1- BalusC blog - more JSF focused but has every thing . Does not use Spring.
2- Appfuse great starter application plus tutorials uses spring.
3- LULU - Interestingly does not have community presence or atleast not with same name.Uses Spring
4- Java Passion - But not free but very well worth it. I have been member since it was free and now pay annual subscription every year.Not based on spring but does have spring for those who are interested.
5- Spring Roo this is youtube link but you can google as well popular but not my personal choice.
6- Jboss - This is tips link which has further links.Does not use spring and wish they will all die (pun intended and hope not)
7- Netbeans No spring and probably best for any starter
I can go on and on but this should be enough . Also I have a feeling that this question might be closed as soon as people in North-Western Hemisphere wake up :)
如果你想看看如何使用 Spring(现在看起来很流行)也许你应该看看这个问题:
Spring 3 Web MVC 入门 - 设置一切< /a>
If you want to look at using Spring (which seems very popular these days) maybe you should check out this question:
Getting started with Spring 3 Web MVC - Setting everything up
Play 框架 就是您所需要的。它提供了创建 Web 应用程序的最简单方法。从hello world应用程序开始,您将找到其他可以帮助您的手册和示例实现您的目标。
Play framework is what you need. It provides the simplest way to create a web application. Starting with hello world application you'll find another manuals and samples that will help you to achieve your goals.