Expand my Community achievements bar.

SujitG
SujitG
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,All you need to do is to set the new URL to the HTTPServiceand invoke the send() method of the HTTPService when the userclicks the button. Please find details on how to invoke aHTTPService in ActionScript below.var service:HTTPService = new HTTPService();service.url = <your url>;service.method = ...

    Type

    Discussions

    Views

    544

    Likes

    0

    Replies

    0
  • Hi,All you need to do is to set the new URL to the HTTPServiceand invoke the send() method of the HTTPService when the userclicks the button. Please find details on how to invoke aHTTPService in ActionScript below.var service:HTTPService = new HTTPService();service.url = <your url>;service.method = ...

    Type

    Discussions

    Views

    544

    Likes

    0

    Replies

    0
  • Hi,Yes you can do that. Create a servlet/JSP page which willinvoke the Hibernate classes and give the URL to the servlet/JSP tothe HTTPService component.Hope this helps.

    Type

    Discussions

    Views

    300

    Likes

    0

    Replies

    0
  • Hi,You don't need LCDS/FDS/BlazeDS to consume a web service. Allyou need to do is to use the WebService component.Hope this helps.

    Type

    Discussions

    Views

    349

    Likes

    0

    Replies

    0
  • Hi,Are you talking about creating menus in Flex ?? How thisrelated to PHP ??

    Type

    Discussions

    Views

    363

    Likes

    0

    Replies

    0
  • Hi,There is no way you can invoke EJBs from Flex applicationwith out a Java class (POJO or BlazeDS remoting service) in themiddle. Flex is a client side application and will need some serverside script to invoke the EJB.Hope this helps.

    Type

    Discussions

    Views

    418

    Likes

    0

    Replies

    0
  • Hi,Using BlazeDS you can definitely achieve this. BlazeDS willnot query the records from the database, you will have to write aJava class which will do the same. Once you get the record from thedatabase, you can push the same to a particular client applicationusing Messaging service of BlazeDS. Chec...

    Type

    Discussions

    Views

    325

    Likes

    0

    Replies

    0
  • Hi,If you are debugging your Flex application and have a breakpoint in the fault event handler, then you can try checking out theevent.target and then check out the properties of the event.target.Hope this helps.

    Type

    Discussions

    Views

    327

    Likes

    0

    Replies

    0
  • Hi,Firstly you should not be compiling your your Java classeswith Flex project. Java classes have to be in the classes folder ofthe web application, which has BlazeDS/LCDS jar files deployed. Please visit the URL below for details on how to useRemoteObject to invoke methods on Java classes on the se...

    Type

    Discussions

    Views

    347

    Likes

    0

    Replies

    0
  • Hi,There are ways to secure destinations. Please visit the URLbelow for details on how to secure destinations.http://livedocs.adobe.com/blazeds/1/blazeds_devguide/services_config_3.htmlHope this helps.

    Type

    Discussions

    Views

    341

    Likes

    0

    Replies

    0
Top badges earned by SujitG
Customize the badges you want to showcase on your profile