[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-17 Thread Tobias Daub

Hi Eric,

By the way, is there any documentation about the different maven2 
lift-archetype-something "options"?

I wanted to setup a lift project that has the login stuff already 
included, but since I didn't know why, I used the ToDo project and 
modified it.

Are there other solutions?

thanks
Tobias
> Jeff,
>
> I am assuming that you are referring to "Starting with Lift" by
> Chen-Becker, Danciu, Pollak, and Weir.
>
> Chapter 1 introduces a simple application that is created from
> lift-archetype-blank and has no support for databases. In Chapter 2,
> that application is thrown away and a new application is created with
> lift-archetype-basic which does have support for databases.
>
> I think you are still trying to use a lift-archetype-blank application
> when following along with examples that require a lift-archetype-basic
> application.
>
> Hope this helps.
> Eric
>
> On Wed, Mar 4, 2009 at 9:12 PM, jeff.chen.gr...@gmail.com
>  wrote:
>   
>> Hi All - I am new and pardon me if this is really a naive question. I
>> am following GetStartedGuide and working on the todo app. However in
>> 2.4, I cannot find the Schemifier statement in the Boot.scala file.
>> Did I miss anything? I also didn't find the part on how to connect
>> Lift with a backend database.
>>
>> Thanks,
>> Jeff
>>
>> 
>
> >
>   


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-05 Thread Timothy Perrett

Deployed.

On Mar 5, 5:30 pm, Derek Chen-Becker  wrote:
> I fixed the typo in the PDF. Tim, can you deploy it?
>
> Derek
>
> On Thu, Mar 5, 2009 at 8:35 AM, Jeff Chen  wrote:
> > Eric and Tyler,
> > That is indeed the problem (using lift-archetype-blank rather than
> > lift-archetype-basic)! Now I am able to follow through the todo tutorial,
> > though I need sometime to digest the code before moving on to the draft
> > book.
>
> > PS. a small typo in the guide: first line in section 2.9, should be
> > liftworkshop rather than liftcode.
>
> > Thank you both!
>
> > Jeff
> > - Show quoted text -
>
> > On Wed, Mar 4, 2009 at 9:58 PM, Eric Lavigne wrote:
>
> >> Jeff,
>
> >> I am assuming that you are referring to "Starting with Lift" by
> >> Chen-Becker, Danciu, Pollak, and Weir.
>
> >> Chapter 1 introduces a simple application that is created from
> >> lift-archetype-blank and has no support for databases. In Chapter 2,
> >> that application is thrown away and a new application is created with
> >> lift-archetype-basic which does have support for databases.
>
> >> I think you are still trying to use a lift-archetype-blank application
> >> when following along with examples that require a lift-archetype-basic
> >> application.
>
> >> Hope this helps.
> >> Eric
>
> >> On Wed, Mar 4, 2009 at 9:12 PM, jeff.chen.gr...@gmail.com
> >>  wrote:
>
> >> > Hi All - I am new and pardon me if this is really a naive question. I
> >> > am following GetStartedGuide and working on the todo app. However in
> >> > 2.4, I cannot find the Schemifier statement in the Boot.scala file.
> >> > Did I miss anything? I also didn't find the part on how to connect
> >> > Lift with a backend database.
>
> >> > Thanks,
> >> > Jeff
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-05 Thread Derek Chen-Becker
I fixed the typo in the PDF. Tim, can you deploy it?

Derek

On Thu, Mar 5, 2009 at 8:35 AM, Jeff Chen  wrote:

> Eric and Tyler,
> That is indeed the problem (using lift-archetype-blank rather than
> lift-archetype-basic)! Now I am able to follow through the todo tutorial,
> though I need sometime to digest the code before moving on to the draft
> book.
>
> PS. a small typo in the guide: first line in section 2.9, should be
> liftworkshop rather than liftcode.
>
> Thank you both!
>
> Jeff
> - Show quoted text -
>
>
> On Wed, Mar 4, 2009 at 9:58 PM, Eric Lavigne wrote:
>
>>
>> Jeff,
>>
>> I am assuming that you are referring to "Starting with Lift" by
>> Chen-Becker, Danciu, Pollak, and Weir.
>>
>> Chapter 1 introduces a simple application that is created from
>> lift-archetype-blank and has no support for databases. In Chapter 2,
>> that application is thrown away and a new application is created with
>> lift-archetype-basic which does have support for databases.
>>
>> I think you are still trying to use a lift-archetype-blank application
>> when following along with examples that require a lift-archetype-basic
>> application.
>>
>> Hope this helps.
>> Eric
>>
>> On Wed, Mar 4, 2009 at 9:12 PM, jeff.chen.gr...@gmail.com
>>  wrote:
>> >
>> > Hi All - I am new and pardon me if this is really a naive question. I
>> > am following GetStartedGuide and working on the todo app. However in
>> > 2.4, I cannot find the Schemifier statement in the Boot.scala file.
>> > Did I miss anything? I also didn't find the part on how to connect
>> > Lift with a backend database.
>> >
>> > Thanks,
>> > Jeff
>> >
>> > >
>> >
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-05 Thread Jeff Chen
Eric and Tyler,
That is indeed the problem (using lift-archetype-blank rather than
lift-archetype-basic)! Now I am able to follow through the todo tutorial,
though I need sometime to digest the code before moving on to the draft
book.

PS. a small typo in the guide: first line in section 2.9, should be
liftworkshop rather than liftcode.

Thank you both!

Jeff


On Wed, Mar 4, 2009 at 9:58 PM, Eric Lavigne  wrote:

>
> Jeff,
>
> I am assuming that you are referring to "Starting with Lift" by
> Chen-Becker, Danciu, Pollak, and Weir.
>
> Chapter 1 introduces a simple application that is created from
> lift-archetype-blank and has no support for databases. In Chapter 2,
> that application is thrown away and a new application is created with
> lift-archetype-basic which does have support for databases.
>
> I think you are still trying to use a lift-archetype-blank application
> when following along with examples that require a lift-archetype-basic
> application.
>
> Hope this helps.
> Eric
>
> On Wed, Mar 4, 2009 at 9:12 PM, jeff.chen.gr...@gmail.com
>  wrote:
> >
> > Hi All - I am new and pardon me if this is really a naive question. I
> > am following GetStartedGuide and working on the todo app. However in
> > 2.4, I cannot find the Schemifier statement in the Boot.scala file.
> > Did I miss anything? I also didn't find the part on how to connect
> > Lift with a backend database.
> >
> > Thanks,
> > Jeff
> >
> > >
> >
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-05 Thread TylerWeir

Oh, ok, can you copy in the contents of your Boot.scala here?

And what Eric says is accurate, could that be the issue for you?

Tyler

On Mar 4, 10:00 pm, Jeff Chen  wrote:
> Thanks for the reply - but my problem is that I cannot seem to find Listing
> 2.3 in my Boot.scala to replace with Listing 2.4. Do I simply add this
> statement somewhere?
> Jeff
>
> On Wed, Mar 4, 2009 at 9:54 PM, TylerWeir  wrote:
>
> > Hi Jeff,
>
> > I just downloaded the pdf.  If you look for section 2.4 named "Boot
> > and Schemifier" you'll see:
>
> > Listing 2.4: Updated Schemifier line
> > Schemifier.schemify(true, Log.infoF _, User, ToDo)
>
> > Does that help?
> > Ty
>
> > On Mar 4, 9:12 pm, "jeff.chen.gr...@gmail.com"
> >  wrote:
> > > Hi All - I am new and pardon me if this is really a naive question. I
> > > am following GetStartedGuide and working on the todo app. However in
> > > 2.4, I cannot find the Schemifier statement in the Boot.scala file.
> > > Did I miss anything? I also didn't find the part on how to connect
> > > Lift with a backend database.
>
> > > Thanks,
> > > Jeff
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-04 Thread Eric Lavigne

Jeff,

I am assuming that you are referring to "Starting with Lift" by
Chen-Becker, Danciu, Pollak, and Weir.

Chapter 1 introduces a simple application that is created from
lift-archetype-blank and has no support for databases. In Chapter 2,
that application is thrown away and a new application is created with
lift-archetype-basic which does have support for databases.

I think you are still trying to use a lift-archetype-blank application
when following along with examples that require a lift-archetype-basic
application.

Hope this helps.
Eric

On Wed, Mar 4, 2009 at 9:12 PM, jeff.chen.gr...@gmail.com
 wrote:
>
> Hi All - I am new and pardon me if this is really a naive question. I
> am following GetStartedGuide and working on the todo app. However in
> 2.4, I cannot find the Schemifier statement in the Boot.scala file.
> Did I miss anything? I also didn't find the part on how to connect
> Lift with a backend database.
>
> Thanks,
> Jeff
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-04 Thread Jeff Chen
Thanks for the reply - but my problem is that I cannot seem to find Listing
2.3 in my Boot.scala to replace with Listing 2.4. Do I simply add this
statement somewhere?
Jeff

On Wed, Mar 4, 2009 at 9:54 PM, TylerWeir  wrote:

>
> Hi Jeff,
>
> I just downloaded the pdf.  If you look for section 2.4 named "Boot
> and Schemifier" you'll see:
>
> Listing 2.4: Updated Schemifier line
> Schemifier.schemify(true, Log.infoF _, User, ToDo)
>
> Does that help?
> Ty
>
>
> On Mar 4, 9:12 pm, "jeff.chen.gr...@gmail.com"
>  wrote:
> > Hi All - I am new and pardon me if this is really a naive question. I
> > am following GetStartedGuide and working on the todo app. However in
> > 2.4, I cannot find the Schemifier statement in the Boot.scala file.
> > Did I miss anything? I also didn't find the part on how to connect
> > Lift with a backend database.
> >
> > Thanks,
> > Jeff
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-04 Thread TylerWeir

Hi Jeff,

I just downloaded the pdf.  If you look for section 2.4 named "Boot
and Schemifier" you'll see:

Listing 2.4: Updated Schemifier line
Schemifier.schemify(true, Log.infoF _, User, ToDo)

Does that help?
Ty


On Mar 4, 9:12 pm, "jeff.chen.gr...@gmail.com"
 wrote:
> Hi All - I am new and pardon me if this is really a naive question. I
> am following GetStartedGuide and working on the todo app. However in
> 2.4, I cannot find the Schemifier statement in the Boot.scala file.
> Did I miss anything? I also didn't find the part on how to connect
> Lift with a backend database.
>
> Thanks,
> Jeff
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---