An application with Flex, BlazeDS, Apache Tomcat, Java and Hibernate
I want to make an applica开发者_开发技巧tion which involves technologies like Flex, Java, Hibernate, BlazeDS and the server is Apache Tomact 6.0. Can anybody help me in how to link the various files I have. I'm using Eclipse Europa currently. I want to know where to deploy the .mxml
and .class
files and where BlazeDS will come into all this.
Here is what You need step by step (unfotunately without hibernate), I won't copy & paste it ;)
http://www.adobe.com/devnet/livecycle/articles/blazeds_gettingstarted_02.html
There might be some hibernate integration in spring
http://www.springbyexample.org/examples/simple-flex-webapp.html
You can see this - http://www.adobe.com/devnet/flex/articles/flex_hibernate.html This is a tut for a demo app for exactly the same combo of technologies that you are asking for.
精彩评论