1 2 Previous Next 22 Replies Latest reply on Feb 26, 2013 4:00 AM by enda Go to original post
      • 15. Re: Form Builder seam-gen extension announcement
        umajeric

        We were making enhancements to our seam-gen to. You can see test application at Test App (you don't have to input username and password), it is completely generated with seam-gen. But it's not finished yet, some improvement are needed (and expected in future). maybe will some of you have some idea.


        It has also read-only or editable model, depending on status, like form seam-gen builder.


        seam-gen:
        My Seam-gen


        Project:
        Project in JBoss Developer

        • 16. Re: Form Builder seam-gen extension announcement
          umajeric

          We were making enhancements to our seam-gen to. You can see test application at Test App (you don't have to input username and password), it is completely generated with seam-gen. But it's not finished yet, some improvement are needed (and expected in future). maybe will some of you have some idea.


          It has also read-only or editable model, depending on status, like form seam-gen builder.


          seam-gen:
          My Seam-gen


          Project:
          Project in JBoss Developer

          • 17. Re: Form Builder seam-gen extension announcement
            enda

            Hello Uroš,


            it looks very good!!! I think that you have made great improvements to seam-gen. I will be happy to help you with some stuff I made.
            The best think is probably if you can contact directly to my email that is available at the guide (link in the first record).


            What would be the advantage in the integration (form extension):



            1. rich forms reflecting entity beans

            2. no code replication for forms.

            3. client-side validation

            4. integration of formBuider for later manual development



            Let me know


            Tomas

            • 18. Re: Form Builder seam-gen extension announcement

              Uros,


              Your additions to seam-gen would help me a lot.


              However I ran into issues after running it.


              I am running 2.0.1 GA


              I replaced the entire seam-gen folder with your seam-gen folder.


              I am only running seam generate-ui because I generated entities separately.


              After running seam generate-ui, it did not create EntityNameListFrm.xhtml view files.


              It seems like listFrm.xhtml.ftl is never called anywhere in your seam-gen source. Can you help me figure out where the problem is ?


              Thanks
              Franco

              • 19. Re: Form Builder seam-gen extension announcement
                enda

                add this to your build.xml file


                <hbmtemplate filepattern="{class-name}ListFrm.xhtml"
                                           template="view/listFrm.xhtml.ftl"
                                             destdir="${project.home}/view"
                                           foreach="entity"/>



                • 20. Re: Form Builder seam-gen extension announcement
                  enda

                  version 1.10 available



                  1. annotations - FormType, Collection, Label

                  2. variable    - DataType, DataTypeLower

                  3. header and tail can use $entityBean



                  download

                  • 21. Re: Form Builder seam-gen extension announcement
                    enda

                    Finally sourceforge.net


                    see form builder at
                    sourceforge


                    Tomas

                    • 22. Re: Form Builder seam-gen extension announcement
                      enda

                      Introducing the new latest work: AspectFaces

                       

                      http://www.aspectfaces.com/

                       

                      Playground here live:

                       

                      http://showcase.aspectfaces.com/

                       

                      Will be very happy for your feedback too..

                       

                      Besides the code-inspection we untangle concerns and mix them through an aspect weaver.

                      The UI can be customized through facelet-like templates. Thus user richfaces, primefaces, icefaces, trinidad, etc. are supported.

                      Furthermore, it works in runtime, thus consider adaptive UIs that adjust to users.

                       

                      Thank you,

                      Tomas

                       

                      Message was edited by: Tomas Cerny

                      1 2 Previous Next