[seam-dev] Seam and Tide?

Gavin King gavin at hibernate.org
Tue Jun 3 13:05:42 EDT 2008


Great, very nice! :-)

On Tue, Jun 3, 2008 at 10:08 AM, Cameron Ingram <CIngram at pscufs.com> wrote:
> Hi All!
>
>                  We(GraniteDS) have released our Flex Seam integration. Tide
> significantly advances on my first implementation of combining the two
> techs. We would really be interested in being considered to be included in
> your examples distro. Tide currently in RC 1  has been integrated with Seam
> booking using the Seam code provided by the booking example with no changes.
>  We got rid of all of those annoying issues that my first iteration
> had(constant updating of the flex-config, having to provide a declaration in
> AS for each Seam comp, no bijection integration, raw code). We think that we
> exemplify the concept of just using Seam.
>
>
>
>                 All Seam components can be accessed from the Flex side
> without any additional configuration. What this means is that once you add
> the configuration files, which can be copied from project to project you
> never need to touch them again. Tide is very similar to Seam remoting.
>
>
>
> i.e. (abbreviated to just include the interesting parts. )
>
>
>
> <s:remote include="customerAction,accountAction"/>
>
>
>
> Seam.Component.getInstance("helloAction").sayHello(name, sayHelloCallback);
>
>
>
> The Tide flex code would look something like this
>
>
>
> Seam.getInstance().getSeamContext().helloAction.sayHello(txtName.txt,
> sayHelloCallback);
>
>
>
> Works in progress
>
> - Tighter integration with Seam events(Synchronous and Asynchronous)
>
> - An option to use Strong typing instead of dynamic
>
> - A better Lazy loading implementation, on the Flex side
>
> - Tighter security
>
>
>
> Thanks for your time!
>
>
>
> Cameron Ingram
>
>
> ________________________________
> -----------------------------------------------------------------------
> This e-mail is intended for the addressee shown.
> It contains information that is confidential and
> protected from disclosure. Any review, dissemination
> or use of this transmission or its contents by persons
> or unauthorized employees of the intended organizations
> is strictly prohibited.
>
> The contents of this email do not necessarily represent
> the views or policies of PSCU Financial Services.
>
> _______________________________________________
> seam-dev mailing list
> seam-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/seam-dev
>
>



-- 
Gavin King
gavin.king at gmail.com
http://in.relation.to/Bloggers/Gavin
http://hibernate.org
http://seamframework.org



More information about the seam-dev mailing list