Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
他们有什么方法可以使用创建桌面应用程序
Spring, Hibernate.
请帮助我,我想为桌面用户规划示例应用程序..
因为我在想如果我们通过浏览器运行我们的应用程序,那么它们不依赖于操作系统。
请帮助我如何创建通过浏览器运行的桌面应用程序?
编辑:我在想同样的应用程序就像..WampServer
WampServer
在 Windows WampServer 应用程序仅在我们的系统中运行并通过浏览器运行。
Hibernate 是一个对象到关系映射的工具。您可以明确地创建桌面应用程序,Hibernate因为它们所做的是将数据库表表示为 java 对象。
Hibernate
Spring的核心概念是依赖注入,即在运行时将对象注入程序。Spring 框架也可用于创建桌面应用程序。
你可以在这里找到一个很好的春天链接
和休眠
您绝对可以通过浏览器制作桌面应用程序。
检查帮助
http://www.onjava.com/pub/a/onjava/2003/09/17/macosxjava.html