Requirements for practical use?
These are just ideas(features) for ease of RIA development based on my experiences.If you have any good idea, feel free to participate.Server side features:
- Conversion support for recursive references.
- Context driven bean converter(To reduce conversion and transportation overheads)
- Custom pre-processor for the SWX RPC request.(ex. To use a custom interface and an abstract class in the signature.)
- Support for AVM1 and AVM2 assemblers.
- Annotation configuration.
Client side features:
- AS class mapping for DTOs.
- Expression support for recursive references.
Ready to use java data types!
| Java Type | ActionScript type |
|---|---|
| java.lang.Void, void | null |
| Custom class (JavaBean) | Object |
| java.lang.String | String |
| java.lang.Boolean, boolean | Boolean |
| java.lang.Byte, byte | Number |
| java.lang.Short, short | Number |
| java.lang.Integer, int | Number |
| java.lang.Long, long | Number |
| java.lang.Float, float | Number |
| java.lang.Double, double | Number |
| java.lang.Character, char | String |
| java.util.Collection | Array |
| java.util.Map | Object |
| Array | Array |
SWX Java project page just launched!
![]()
I’m happy to announce that swx java project page just launched.
Now, SWX Java assembler and servlet gateway is almost working correctly in my environment. So I will release SWX Java beta in some days.
SWX Java provides cool features to Java developers:
Keep going with SWX!