• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to create Scala Lift web app

 
Ranch Hand
Posts: 689
Scala Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have tried to create Scala Lift Project since last 1-2 week but every time I was getting some error. Sometimes having maven Archetype null pointer, some times build error not having all dependent jar using maven project in Eclipse IDE. Please let me know how can I create sample web application using Scala Lift with Eclipse IDE.

 
Bartender
Posts: 2407
36
Scala Python Oracle Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry - I haven't used Lift yet. Have you tried following the instructions for creating Lift projects for the Scala IDE (Eclipse)?

The Lift documentation seems a bit patchy/confusing to me, but it may be easier to start out using the command-line (SBT) to create your Lift project, then convert it to an Eclipse project - that seems to be the approach in the online cookbook.
 
Nishan Patel
Ranch Hand
Posts: 689
Scala Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Thanks for you reply...I have tried everything they have listed on the web using SBT and using maven archetype, but everytime I am getting some error. I found it's poor documentation for Scala lift.

reply
    Bookmark Topic Watch Topic
  • New Topic