I had a quick look and it looks very promising , looking forward to the
final release of the hibernate example and the visual eclipse plugin.

PS: I am attaching a small patch to get it working under linux

also the following line (76) in TurbinePipeline.java

       "web-inf/conf/turbine-classic-pipeline.xml";
should be
       "WEB-INF/conf/turbine-classic-pipeline.xml";

this is already fixed in the turbine cvs  head

best regards

Akmal

Am Mo, den 10.05.2004 schrieb Ben Gidley um 20:48:
> As someone who works for a company with quite a few Turbine developers 
> we have had the same problem - so we recently decided to solve it by 
> writing our own sample application (called Antelope).
> 
> Although it is aimed primarily at demonstrating Turbine using the Zebra 
> Workflow engine it also will show Hibernate and the soon to be released 
> Turbine Review (which makes forms easier)
> 
> It is still being written - but we aim to finish the basics in the next 
> couple of weeks. Currently this is available at http://zebra.tigris.org
> (see antelope section) and contains
> 
> - Turbine 2.4 Dev
> - Fulcrum Security
> - Turbine Review (with forms pull tool)
> 
> It will (hopefully by the end of the week) contain a Hibernate sample 
> and maybe even some workflow depending on how we get on.
> 
> Thanks
> 
> Ben
> 
> Lester Ward wrote:
> 
> >For those who saw this:
> >  
> >
> >>As a guide to using maven turbine etc. you might like to check out the
> >>example application in the jakarta-turbine-fulcrum cvs tree. It is under
> >>the osworkflow component. I have not used this personally, but I believe
> >>that it does build and run.
> >>    
> >>
> >
> >Here is a link that would have been extremely helpful to have had in the
> >original mail:
> >http://jakarta.apache.org/turbine/fulcrum/fulcrum-osworkflow-example/index.h
> >tml
> >
> >Unfortunately, as near as I can tell, this example does not use Hibernate.
> >The good news is that this example does seem to build with no problem, and
> >is way easier to use than the TDK seems to be, particularly if you are
> >already using Maven.
> >
> >Does anyone know how easy it is to get Hibernate working in this example?
> >Does the how-to document
> >(http://jakarta.apache.org/turbine/turbine-2.3/howto/hibernate-howto.html)
> >apply?
> >
> >Thanks,
> >Wordman
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >  
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> !EXCUBATOR:409fce8192421345326646!
> 
Index: LoginUser.java
===================================================================
RCS file: /cvs/zebra/src/java/antelope/src/java/com/anite/antelope/modules/actions/LoginUser.java,v
retrieving revision 1.2
diff -u -r1.2 LoginUser.java
--- LoginUser.java	7 May 2004 13:02:35 -0000	1.2
+++ LoginUser.java	11 May 2004 08:55:19 -0000
@@ -92,7 +92,7 @@
 	        data.save();
 	        
 	        // set the index page
-	        data.setScreenTemplate("index.vm");
+	        data.setScreenTemplate("Index.vm");
 			
 		} else { // the user did not exist
 			data.setMessage("No such user");						

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to