views:

810

answers:

2

I want to make an application 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.

+1  A: 

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

bua
A: 

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.

Vatsala