1 2 Previous Next 20 Replies Latest reply on Jun 12, 2009 3:43 PM by michaelschuetz Go to original post
      • 15. Re: Flex and Seam Integration
        vikram.vikram.chhetry.gmail.com

        thanks Cameron,


        I need one more help from you.


        I have a project build in seam.



        Now in some reporting pages I want to put flex graphs, rest all the view will be in xhtml.



        I am not able to find out what all things do i need to do for this. I have downloaded flex sdk 3 and I have jboss-seam-2.0.1.CR1 and jboss-4.2.2.GA.


        I have also downloaded blazedDS, Flex-Booking-BlazeDS, Flex-Booking-Graniteds but still not able to get it done.


        Can you please help me out on this?


        Thanks in advance.


        Vikram


        • 16. Re: Flex and Seam Integration

          While I love seeing my post at the top. :)


          I think at this point it might be better to move this to the graniteds forums. You can get a lot of specialized help for this question. I also believe their are some post similar to yours. FYI: I think for the reporting capabilities you need to down load the Professional Edition.



          Cameron

          • 17. Re: Flex and Seam Integration
            craig

            Is is possible to integrate seam security into the flex UI so only certain components are rendered?


            Thanks


            Craig

            • 18. Re: Flex and Seam Integration

              Currently you can do some thing like this



              public var ctx:Context = Seam.getInstance().getContext() as Context;

              <mx:Panel width="100%" height="100%" layout="absolute" visible="ctx.identity.loggedIn">





              We still need to implement some more work on the client side to make the security roles available.

              • 19. Re: Flex and Seam Integration

                Hi everybody! We just released GraniteDS RC4 1.1.0. This new release includes some bug fixes and some features that you may not be aware of. if you are so inclined you check out the information here




                • 20. Re: Flex and Seam Integration
                  michaelschuetz

                  Hello,


                  see my tutorial for integrating Seam and Flex with FlamingoDS here.



                  Regards
                  Michael

                  1 2 Previous Next