Search code examples
javaangularapache-flexblazeds

How to use Blaze DS software for angular 2?


Blaze DS enables Flex to invoke remote Java methods. It supports translation of object returned from the server into corresponding action-script object and conversion of action-script object to java object as method argument.More details: https://dzone.com/refcardz/getting-started-blazeds

How can I use it for angular-Java which can automatically map angular type-script object to java bean object while making a server call. It can avoid hassle of converting json-string to Java Bean Object and vice versa.

I have got the following by googling on SO: how can I talk to a blazeds endpoint without flash

Still looking for more information on the same.


Solution

  • I think question still makes sense to Java/Flex developers. Flex had AMF binary serialization protocol and there was excellent BlazeDS java implementation which was really convenient to use.

    Angular is limited to web standards: XML/JSON/Text/... data over HTTP protocol or WebSocket, so the answer is No.