Fri 29 Jun 2007
Today, I successfully created a Flex Data Grid, using nothing but Java! It took me a while to get all the pieces working together however it finally works and allows me to evaluate Jseamless as a potential option for my Web 2.0 Projects. In order to do this yourself, you need:
- Jseamless.jar
- Jseamless-flex.jar
- Jseamlessx.jar
These can be obtained from www.jseamless.org - you may need latest build or you may need to build from jseamless svn repository.
My sample code is using a StoreProductManager service class which uses StoreProductDAO to query database. You can use an array or any other simpler implementation. It was frustrating to say the least, to get to this point however, now that I am here, I can move on to doing more advanced works such as creating Flex Forms, using nothing but Java (Powered by JSeamless, ofcourse).
See code: ProductBrowser.java, StoreProductManager.java
Leave a Reply
You must be logged in to post a comment.