Such as Scala is compilable lang, every change made into the snippets
requires "re-compile" and "re-deploy". This slows down development.
Are you using JRebel (formerly JavaRebel)? I have used this lib for
Java projects and it worked fine.
Are there any other tips to speed up webdev on JVM-Scala-Lift compared
to JVM-Java-XXX?
harryh
unread,
Nov 8, 2009, 11:43:25 PM11/8/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lift
I use JRebel and SBT (http://code.google.com/p/simple-build-tool/) and
very rarely have to restart my server when doing development. It's a
very quick dev-cycle. No big tips really. I save the code and reload
the page and see the results of my work.
-harryh
Alex Siman
unread,
Nov 9, 2009, 5:06:39 AM11/9/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lift
Thanx fro SBT. I have to look at this tool.
CodeSlave9000
unread,
Nov 9, 2009, 2:33:28 PM11/9/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lift
Even without JRebel the cycle isn't that bad, especially if you don't
need to alter Snippets. Often I'm only tweaking the xhtml, in which
case I don't even have to restart the server.
Chris