[Lift] Incomplete Site: Missing JavaDoc

2009-03-04 Thread Paul Stickney

I don't mean to be incredibly picky, but the LiftWeb site is /NOT/
doing any justice to the LiftWeb framework.

At the very least I would expect working online JavaDoc.
(http://scala-tools.org/mvnsites/liftweb/ right now appears to be much nothing)

Even throwing an older/less pretty javadoc (I know I've seen this
somewhere before) back up would be a better solution than this limbo
that makes LiftWeb appear unloved :(

--~--~-~--~~~---~--~~
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: IDE

2009-03-04 Thread Paul Stickney

Paulo,

I use the Eclipse Scala Plugin; the continuous build integration is a
major factor to me in selecting it over the NB plugin (but I haven't
used NB in several months now).

If you do use, it, I would recommend keeping up with the /latest/
2.8.0.whatever development snapshot (or at least something recent). In
my experience (which may not be quantitative) the 2.8.0.x builds work
a good bit better than the older versions.  Maybe one of these days it
will have nice auto-formatting support and be less aggressive about
parenthesis and not get the bug where...

The 'mvn compile' phase for LiftWeb largely negates the version
differences unless you hit corners.

Happy Coding,
Paul


On Wed, Mar 4, 2009 at 6:54 PM, Caoyuan dcaoy...@gmail.com wrote:

 I'm currently using Scala for NetBeans to develop Erlang plugins for
 NetBeans, I'm continually improving it as I'm the daily user too.

 Hope to release a new one when NetBeans 6.7 is released.

 Bug reports can be put on issue track which link can be found in
 http://wiki.netbeans.org/Scala

 -Caoyuan

 On Thu, Mar 5, 2009 at 3:49 AM, Miles Sabin mi...@milessabin.com wrote:

 On Wed, Mar 4, 2009 at 7:13 PM, Jon Hancock shellsha...@gmail.com wrote:
 I thought eclipse would be the best supported.  But so far, I'm still
 wrestling with it.

 Which in particular is blocking you? Pointers to the issues in Trac
 would be helpful and might save me and David a little time next week
 :-)

 Cheers,


 Miles

 --
 Miles Sabin
 tel:    +44 (0)1273 720 779
 mobile: +44 (0)7813 944 528
 skype:  milessabin

 


 


--~--~-~--~~~---~--~~
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] Is there a reason why the getting started PDF is for version 0.1.0?

2009-03-03 Thread Paul Stickney

The instructions provided in the getting started PDF
(http://static.liftweb.net/StartingWithLift.pdf) show downloading Lift
0.1.0.
(I think these same old values are also present in other instructions?)

While it's just a matter of updating the version pinning, this seems
like really erroneous information...

Oh, well, I'm new to this entire LiftWeb thing; please disregard if I
missed a related posted in my hasty search.

--~--~-~--~~~---~--~~
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: ORM Framework

2009-03-03 Thread Paul Stickney

Cayenne may be another alternative to look at; it at least partially
support JPA (among other things, it has a native HTTP client request
access mechanism).
Just use it would like you would in Java...
(Cayenne's primary configuration is through a simple GUI to generate
XML meta files vs. using annotations.)

Happy Coding,
Paul

On Sun, Feb 22, 2009 at 8:10 PM, Paulo Cheque pauloche...@gmail.com wrote:

 Thank you!
 Jorge, do you have any example or tutorial of how to do this?

 []s
 Paulo



 On Sun, Feb 22, 2009 at 10:11 PM, Jorge Ortiz jorge.or...@gmail.com wrote:
 I've used Mapper on desktop apps that don't do http. You lose a lot of the
 features but it's still usable and sometimes even convenient.

 YMMV,

 --j

 On Sun, Feb 22, 2009 at 4:23 PM, David Pollak
 feeder.of.the.be...@gmail.com wrote:


 On Sun, Feb 22, 2009 at 3:45 PM, Paulo Cheque pauloche...@gmail.com
 wrote:

 Thanks by the fast answer David, and congratulations by the good work!

 I think this relationship is very strange (domain + http), is there
 any idea to change this in the future?

 Lift's Mapper stuff relies of classes in the HTTP framework for access
 control, form generation, etc.  It would significantly detract from the
 Mapper classes to remove this kind of functionality.  Plus, Lift's OR Mapper
 stuff is nice for simple projects (like ActiveRecord), it's not meant to
 replace the functionality of a JPA solution (caching, etc.)
 So, no, there's no plan to remove the dependency between mapper and
 webkit.


 Thanks in advance again
 []s
 Paulo



 On Sun, Feb 22, 2009 at 8:24 PM, David Pollak
 feeder.of.the.be...@gmail.com wrote:
  Paulo,
  Lift's Mapper depends on the HTTP framework.  I would suggest using JPA
  as a
  stand-alone alternative.
  Thanks,
  David
 
  On Sun, Feb 22, 2009 at 11:04 AM, Paulo Cheque pauloche...@gmail.com
  wrote:
 
  Like GORM in Grails, it is possible to use the ORM framework of Lift
  separately?? There is any tutorial or documentation avaiable?
 
  Thanks in advance
 
  []s
  Paulo
 
 
 
 
 
  --
  Lift, the simply functional web framework http://liftweb.net
  Beginning Scala http://www.apress.com/book/view/1430219890
  Follow me: http://twitter.com/dpp
  Git some: http://github.com/dpp
 
  
 





 --
 Lift, the simply functional web framework http://liftweb.net
 Beginning Scala http://www.apress.com/book/view/1430219890
 Follow me: http://twitter.com/dpp
 Git some: http://github.com/dpp




 


 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---