-
1. Re: Need a sample app
Ronald van Kuijk Oct 1, 2007 2:57 AM (in response to ARM)look in e.g. the seam project.
-
2. Re: Need a sample app
ARM Oct 1, 2007 4:35 AM (in response to ARM)no seam . pure jsf.
(i can`t write english exactly). -
3. Re: Need a sample app
ARM Oct 1, 2007 4:42 AM (in response to ARM)i want to learn how i can access to jBPM and deploy processdefinition and start it without seam or gravel or jbpm4jsf ... .
i mean, if i want to use a jBPM app and i don`t want use jBPM console how to i can use jbmp(for deploy and start ,...).
tanxxxx -
4. Re: Need a sample app
Ronald van Kuijk Oct 1, 2007 5:31 AM (in response to ARM)then take the source of jbpm and see how the console uses jsf and do that yourself.
Besides that, for deployment etc... read the docs... play with jBPM etc... -
5. Re: Need a sample app
ARM Oct 1, 2007 5:56 AM (in response to ARM)<ui:composition template="../sa/t_loggedin.xhtml">
<ui:define name="actions">
<ga:responseActions>
<j4j:listProcesses target="#{proclist}"/>
<ga:parameter name="page" target="#{page}" default="1">
<f:convertNumber integerOnly="true"/>
this is a part of jbpm-console -->processes.xhtml
which tag in jsf replaced by <j4j:listProcesses or <ga: .....?? -
6. Re: Need a sample app
Ronald van Kuijk Oct 1, 2007 6:51 AM (in response to ARM)I have no idea what you mean...
-
7. Re: Need a sample app
ARM Oct 1, 2007 7:14 AM (in response to ARM)????
what i can to do.
i dont want use gravel(ga:...) or jbpm4jsf(j4j:..) which tag in JFS can replace with this tags.
jbpm4jsf-----> <j4j:listProcesses
jsf------------>?
:(( -
8. Re: Need a sample app
ARM Oct 1, 2007 7:36 AM (in response to ARM)which ide do you use for develope jBPM , seam and jsf?.
for seam ,i use myeclipse 5.0.1 and SeamTools-2.0.0.beta3 .but doset work seam.
and do you have gravel and j4j plugin for eclipse?
tanx a lot for your response. -
9. Re: Need a sample app
Ronald van Kuijk Oct 1, 2007 8:11 AM (in response to ARM)gravel and j4j are JSF components. If you do not want to use those, look at the code that implements them and develop your own. (But I think that is a wrong decision)
I use eclipse 3.3 with the jboss tools 2.0 beta -