Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Newbie to Flex Http Services

Avatar

Former Community Member
Hi,



I am trying to Integrate Flex with Hibernate and want to use
Http Service to communicate with the back end. Most of the related
articles I read mention about Flex Data services. But I don't want
to use them.

Is it possible to build an application that integrates with
Hibernate without using Data services?



Thanks in advance

1 Reply

Avatar

Level 2
Hi,



Yes you can do that. Create a servlet/JSP page which will
invoke the Hibernate classes and give the URL to the servlet/JSP to
the HTTPService component.



Hope this helps.