学习Java ee...我应该编写什么样的测试应用程序

发布于 2025-01-01 05:53:56 字数 456 浏览 3 评论 0原文

我正在尝试在业余时间学习Java ee。我不想编写端到端的应用程序,包括可能的 Oracle 11g 后端(我可能不得不选择 MySQL...它属于 Oracle)。这包括编写 Oracle 模式、表、视图和存储过程、某种持久性技术(如 NHibernate)以及编写 Web 服务逻辑。再加上编写一个客户端来访问所述服务并以完整的方式呈现数据。在使用 .net 技术之前,我已经编写了端到端的应用程序,因此我对自己想要做什么有一定的了解。我基本上想编写一个任何应用程序都能够访问的 Java Web 服务(.net 或 Java),但我将尝试使用 Android 应用程序(希望使用 MVC 设计模式)来访问它。这本质上不仅仅是一个 Hello World 端到端应用程序。我希望它是半实用的,我可以向使用该技术的人展示,让他们至少有半印象。由于我对 Java EE 基本上是新手,所以我给自己一些时间来完成所有编码。但我需要考虑一个像样的应用程序,它既不简单,又不会复杂到影响我学习技术的程度。

I am attempting to learn Java ee in my spare time. I wan't to write an application end-to-end, including a possible Oracle 11g back end (I may have to settle for MySQL... Which is owned by Oracle). That would include writing Oracle Schema's, Tables, View's and Stored procs, some kind of persistence technology like NHibernate, as well as writing the webservice logic. Plus writing a client to hit said service and present the data in a use full way. I have written applications end-to-end before using .net technologies so I kind of have an idea of what I want to do. I basically want to write a Java web-service that any application will be able to hit (.net, or Java) but I will be attempting to hit it using an android application (hopefully using an MVC design pattern). This is essentially going to be a little bit more than a Hello World end-to-end application. I want it to be something semi-use full that I can show to people who use the technology and let them be at least semi-impressed. Since I am basically new to Java EE I am giving myself some time to get all of the coding done. But I need to think of a decent application that isn't trivial, but that isn't so complex that it takes away from me learning the technology.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

够运 2025-01-08 05:53:56

您可能想看看 Adam Bien 的 Java EE 模式项目 -> http://kenai.com/projects/javaee-patterns 他提供了不同的示例,并且还参考了阅读他关于 Java EE 的书。

You might want to have a look at Adam Bien's Java EE Patterns project -> http://kenai.com/projects/javaee-patterns He provides different examples, and also refers to his book on Java EE.

醉生梦死 2025-01-08 05:53:56

假设您可以尝试开发一个货币转换应用程序,该应用程序由一些在线外汇 API 支持,并在互联网不可用的情况下支持数据库! :)

Say you can try developing a currency conversion application backed by some online forex API and support for database in situations where Internet is unavailable! :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文