学习 Flex Java Web 服务的建议

发布于 2024-10-04 10:34:08 字数 168 浏览 5 评论 0 原文

我是一名 Flex 开发人员,想要学习 Java 服务方面的知识。我想在我现在编写的应用程序中使用 Spring、BlazeDS 和 Hibernate。我编写了几个简单的 Java 应用程序,但从未编写过服务、使用过 Spring 或 BlazeDS。您建议我从哪里开始?我应该如何学习以及您推荐哪些资源来实现这一目标?

I am a flex dev that is wanting to learn the Java services side of things. I am wanting to use Spring, BlazeDS, and Hibernate in an application I am writing now. I have written a couple simple Java applications but have never written a service, used Spring, or BlazeDS. Where do you recommend I get started? How should I learn and what resources do you recommend for accomplishing this?

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

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

发布评论

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

评论(2

丢了幸福的猪 2024-10-11 10:34:08

我为此整理了一份资源列表:
http://www.jamesward.com/flex-and-java-resources/

另请查看我共同撰写的关于 Spring、BlazeDS 和 Flex 集成的 Refcard:
http://refcardz.dzone.com/refcardz/flex-4-and -spring-3

I've put together a list of resources for exactly this:
http://www.jamesward.com/flex-and-java-resources/

Also check out a Refcard that I co-authored on Spring, BlazeDS and Flex integration:
http://refcardz.dzone.com/refcardz/flex-4-and-spring-3

暮光沉寂 2024-10-11 10:34:08

对于 RIA,您很可能会使用 Spring 后端作为数据服务。 《Spring Persistence with Hibernate》一书(链接文本)向您介绍了 Spring 和 Hibernate然后向您展示如何构建持久层(域模型、DAO、事务、缓存...)。重要的一点是它是最近的,因此它涵盖了 Spring 3、Hibernate 3.5 和 JPA 2.0(新的 Criteria API)。

Spring BlazeDS 集成项目,用于通过 BlazeDS 将 Flex 应用程序与 Spring 后端连接起来(链接文本)。

BlazeDS 开发人员指南中的数据序列化部分有助于理解数据如何在 java 和 actionscript 之间序列化 (链接文本)。

As for a RIA you will most likely use your spring backend as a data service. The book Spring Persistence with Hibernate (link text) introduces you to spring and hibernate and then shows you how to build your persistence layer (Domain model, DAO, transactions, caching...). An important point is that it is very recent so it covers Spring 3, Hibernate 3.5 and JPA 2.0 (new Criteria API).

Spring BlazeDS integration project to connect your flex app with a Spring backend through BlazeDS (link text).

From the BlazeDS developer guide, the data serialization section is helpful to understand how data is serializated between java and actionscript (link text).

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