sean
14 Apr 2008, 5:13 PM
Hello all,
I've recently been playing around with integrating Ext and the Seam framework. I've seen at least one other solution posted here (http://extjs.com/forum/showthread.php?t=23533) so it looks like there are some folks out there using Seam. In any case my approach was somewhat different. For this approach I wanted to keep it simple so I elected to use JSON as the return format instead of the Seam remoting Java - JS object serialization mechanism. I have 3 postings on my site that deal with the integration. Thanks to the great design of Ext the solution was very simple.
Integrating ExtJS with Seam: Loading stores with Json (http://mcdconsultingllc.com/node/18)
Integrating ExtJS with Seam: The SeamRemotingJsonStore (http://mcdconsultingllc.com/node/20)
Integrating ExtJS with Seam: Error Handling (http://mcdconsultingllc.com/node/21)
There is still a lot for me to learn with Seam but this was a good starting point.
I've recently been playing around with integrating Ext and the Seam framework. I've seen at least one other solution posted here (http://extjs.com/forum/showthread.php?t=23533) so it looks like there are some folks out there using Seam. In any case my approach was somewhat different. For this approach I wanted to keep it simple so I elected to use JSON as the return format instead of the Seam remoting Java - JS object serialization mechanism. I have 3 postings on my site that deal with the integration. Thanks to the great design of Ext the solution was very simple.
Integrating ExtJS with Seam: Loading stores with Json (http://mcdconsultingllc.com/node/18)
Integrating ExtJS with Seam: The SeamRemotingJsonStore (http://mcdconsultingllc.com/node/20)
Integrating ExtJS with Seam: Error Handling (http://mcdconsultingllc.com/node/21)
There is still a lot for me to learn with Seam but this was a good starting point.