8 Replies Latest reply on Aug 23, 2006 11:08 PM by remider

    using table in JBPM

    remider

      Hi,
      i am using JBPM and eclipse 3.1. i want use "table", "commandButton" on eclipse 3.1 , does JBPM support it?

        • 1. Re: using table in JBPM
          kukeltje

          what table? Database? or jsf datatable? Same for the commandbutton. Please be more specific.

          • 2. Re: using table in JBPM
            remider

            Hi Kukeltje,
            i want to creat table which user can input data (unrelate with database), only interface for users. i am using eclipse and graphic programming . It don't support interface program, i.e: i can't creat inteface which i want, the interface had already and can't change (i am think so). And if i want creat new inteface, i must write code jsf in jbpm.war package?

            • 3. Re: using table in JBPM
              kukeltje

              Sorry, I have still no idea what your intentions are... please describe in more detail, with examples or create mock screens somewhere on a site.

              My initial response would be: you can develop your own ui, separate of the jbpm war. Just use the jbpm ui as an example.

              • 4. Re: using table in JBPM
                remider

                Hi Kukeltje,
                And now, i understanded.
                i am using JBPM with document: http://docs.jboss.com/jbpm/v3/gpd/index.html. So, i am using JBPM GDP. And GDP procedures a unchangeable interface. and if i want design a intefaces with my idea, i can't use it?

                • 5. Re: using table in JBPM
                  kukeltje

                  GPD does not design ANY userinterface. It declares variables. The pages in the war use this info to display something. You cal also build your own ui and use that variable info.

                  • 6. Re: using table in JBPM
                    remider

                    Hi Kukeltje,
                    i think that languages of JBPM, such as: jDPL, BPEL,... , don't support userinterface design. i am surprise why people use JBPM very much.
                    Do you explain for me?

                    • 7. Re: using table in JBPM
                      kukeltje

                      userinterface design is done in JSF or in struts or tapestry or whatever framework people already have in house. the userinterface in the console of jbpm was in 3.1 automagically generated, but limited in use. In 3.2 it will be much more customizable, but still in many cases it does not integrate well with things people already have . It can be used then as an example of how things *can* bew done.

                      • 8. Re: using table in JBPM
                        remider

                        Thanks you Kukeltje for your help very much. And now, i understand about JBPM and know what i must do. Best wish to you.