You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Melanie Philpot <Me...@anite.com> on 2004/05/06 18:00:34 UTC

Completely new to turbine and need some help

Hi

I'm trying to get to grips with turbine and have tried the tdk and found it not much help.
Does anyone know of a tutorial which takes you step by step through setting up a simple web application in turbine?
Or could anyone send me a simple turbine application with some instructions?

Thanks very much

Melanie

===========================================================
Melanie Philpot 
Web Developer 
Central Government Division
Anite Public Sector	
110 Fleet Road
Fleet 
Hampshire 
GU51 4BL

tel:  01252 360650
ddi: 01252 360668
fax: 01252 819729

email:mailto:melanie.philpot@anite.com
web: http://www.aniteps.com
===========================================================
Registered Office: Anite Public Sector: 100 Longwater Avenue, GreenPark, Reading, Berkshire, RG2 6GP. VAT No. 732 9280 28 
Registered in England No. 4045673

This email and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please inform the sender and do not print, copy or disclose its contents to any other person nor use it for any purpose other than for what it was intended.
nor use it for any purpose other than for what it was intended.



Scanned for viruses by MessageLabs. The integrity and security of this message cannot be guaranteed. This email is intended for the named recipient only, and may contain confidential information and proprietary material. Any unauthorised use or disclosure is prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: Completely new to turbine and need some help

Posted by Martin Stolz <ms...@mstsoft.com>.
Hi Melanie,

i suppose you did try it with the TDK Version 2.3, where there is a known
error: In some XML-Files the DocType Definition maps to online DTD´s, so you
will only go through ant init when being online... or you change the DocType
Tag. Look for:

<!DOCTYPE database SYSTEM
"http://jakarta.apache.org/turbine/dtd/database_3_1.dtd">

in your XML files below webapps\newapp\WEB-INF\conf.

It took me a while to figure out ;-) For the next Steps, look at the TDK
How-To and the Velocity Site How-To.

Regards,
martin

----- Original Message ----- 
From: "Melanie Philpot" <Me...@anite.com>
To: <tu...@jakarta.apache.org>
Sent: Thursday, May 06, 2004 6:00 PM
Subject: Completely new to turbine and need some help


Hi

I'm trying to get to grips with turbine and have tried the tdk and found it
not much help.
Does anyone know of a tutorial which takes you step by step through setting
up a simple web application in turbine?
Or could anyone send me a simple turbine application with some instructions?

Thanks very much

Melanie

===========================================================
Melanie Philpot
Web Developer
Central Government Division
Anite Public Sector
110 Fleet Road
Fleet
Hampshire
GU51 4BL

tel:  01252 360650
ddi: 01252 360668
fax: 01252 819729

email:mailto:melanie.philpot@anite.com
web: http://www.aniteps.com
===========================================================
Registered Office: Anite Public Sector: 100 Longwater Avenue, GreenPark,
Reading, Berkshire, RG2 6GP. VAT No. 732 9280 28
Registered in England No. 4045673

This email and any files transmitted with it are confidential and are
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please inform the sender
and do not print, copy or disclose its contents to any other person nor use
it for any purpose other than for what it was intended.
nor use it for any purpose other than for what it was intended.



Scanned for viruses by MessageLabs. The integrity and security of this
message cannot be guaranteed. This email is intended for the named recipient
only, and may contain confidential information and proprietary material. Any
unauthorised use or disclosure is prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: Completely new to turbine and need some help

Posted by Daniel <da...@yorku.ca>.
Hi,

Here's a simple Turbine 2.3 app:

Skeleton Webapp For Turbine
http://www.yorku.ca/dkha/turbine/skeleton/index.htm

Instructions to get going is there too.

Regards,
Daniel

On Thu, 6 May 2004, Melanie Philpot wrote:

> Hi
>
> I'm trying to get to grips with turbine and have tried the tdk and found it not much help.
> Does anyone know of a tutorial which takes you step by step through setting up a simple web application in turbine?
> Or could anyone send me a simple turbine application with some instructions?
>
> Thanks very much
>
> Melanie
>
> ===========================================================
> Melanie Philpot
> Web Developer
> Central Government Division
> Anite Public Sector
> 110 Fleet Road
> Fleet
> Hampshire
> GU51 4BL
>
> tel:  01252 360650
> ddi: 01252 360668
> fax: 01252 819729
>
> email:mailto:melanie.philpot@anite.com
> web: http://www.aniteps.com
> ===========================================================
> Registered Office: Anite Public Sector: 100 Longwater Avenue, GreenPark, Reading, Berkshire, RG2 6GP. VAT No. 732 9280 28
> Registered in England No. 4045673
>
> This email and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please inform the sender and do not print, copy or disclose its contents to any other person nor use it for any purpose other than for what it was intended.
> nor use it for any purpose other than for what it was intended.
>
>
>
> Scanned for viruses by MessageLabs. The integrity and security of this message cannot be guaranteed. This email is intended for the named recipient only, and may contain confidential information and proprietary material. Any unauthorised use or disclosure is prohibited.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


RE: Completely new to turbine and need some help

Posted by Eric Pugh <ep...@upstate.com>.
Take a looksee at the example app for OSWorkflow integrated with Turbine.
It is a complete working app, not a tutorial, but you do have to build it
yourself..  I think it is much better then the TDK b/c it works!

http://jakarta.apache.org//turbine/fulcrum/sites/osworkflow.html

ERic

> -----Original Message-----
> From: Melanie Philpot [mailto:Melanie.Philpot@anite.com]
> Sent: Thursday, May 06, 2004 5:01 PM
> To: turbine-user@jakarta.apache.org
> Subject: Completely new to turbine and need some help
>
>
> Hi
>
> I'm trying to get to grips with turbine and have tried the tdk
> and found it not much help.
> Does anyone know of a tutorial which takes you step by step
> through setting up a simple web application in turbine?
> Or could anyone send me a simple turbine application with some
> instructions?
>
> Thanks very much
>
> Melanie
>
> ===========================================================
> Melanie Philpot
> Web Developer
> Central Government Division
> Anite Public Sector
> 110 Fleet Road
> Fleet
> Hampshire
> GU51 4BL
>
> tel:  01252 360650
> ddi: 01252 360668
> fax: 01252 819729
>
> email:mailto:melanie.philpot@anite.com
> web: http://www.aniteps.com
> ===========================================================
> Registered Office: Anite Public Sector: 100 Longwater Avenue,
> GreenPark, Reading, Berkshire, RG2 6GP. VAT No. 732 9280 28
> Registered in England No. 4045673
>
> This email and any files transmitted with it are confidential and
> are intended solely for the use of the individual or entity to
> whom they are addressed. If you have received this email in error
> please inform the sender and do not print, copy or disclose its
> contents to any other person nor use it for any purpose other
> than for what it was intended.
> nor use it for any purpose other than for what it was intended.
>
>
>
> Scanned for viruses by MessageLabs. The integrity and security of
> this message cannot be guaranteed. This email is intended for the
> named recipient only, and may contain confidential information
> and proprietary material. Any unauthorised use or disclosure is
> prohibited.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


RE: Completely new to turbine and need some help

Posted by David Demner <tu...@demner.com>.
Hi Melanie,

Well... The TDK IS the tutorial ;)  It comes with tomcat, all the
dependencies, and a sample webapp to get you up and running in just a few
minutes.  Are you using the 'unofficial' TDK 2.3 or the official TDK 2.2?

Did you have any specific problems with the TDK?  What didn't you find
helpful?

David

-----Original Message-----
From: Melanie Philpot [mailto:Melanie.Philpot@anite.com] 
Sent: Thursday May 6, 2004 9:01 AM
To: turbine-user@jakarta.apache.org
Subject: Completely new to turbine and need some help


Hi

I'm trying to get to grips with turbine and have tried the tdk and found it
not much help.
Does anyone know of a tutorial which takes you step by step through setting
up a simple web application in turbine?
Or could anyone send me a simple turbine application with some instructions?

Thanks very much

Melanie

===========================================================
Melanie Philpot 
Web Developer 
Central Government Division
Anite Public Sector	
110 Fleet Road
Fleet 
Hampshire 
GU51 4BL

tel:  01252 360650
ddi: 01252 360668
fax: 01252 819729

email:mailto:melanie.philpot@anite.com
web: http://www.aniteps.com
===========================================================
Registered Office: Anite Public Sector: 100 Longwater Avenue, GreenPark,
Reading, Berkshire, RG2 6GP. VAT No. 732 9280 28 
Registered in England No. 4045673

This email and any files transmitted with it are confidential and are
intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please inform the sender
and do not print, copy or disclose its contents to any other person nor use
it for any purpose other than for what it was intended.
nor use it for any purpose other than for what it was intended.



Scanned for viruses by MessageLabs. The integrity and security of this
message cannot be guaranteed. This email is intended for the named recipient
only, and may contain confidential information and proprietary material. Any
unauthorised use or disclosure is prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org