[Lift] Re: your first Lift application on GAE/J

2009-06-08 Thread Amit Kumar Verma
$ appengine-java-sdk-1.2.0/bin/appcfg.sh update target/test-1.0- SNAPSHOT where is this appengine-java-sdk-1.2.0 is located ??? Thanks & Regards Amit Kumar Verma --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Li

[Lift] Re: [scala] Google App Engine for Scala!

2009-06-08 Thread Amit Kumar Verma
Hi All, I have made a simple test project http://testinggwe.appspot.com/ . For new development it good we can use Datastore and JPA but can we deploy existing project on GAE. Thanks & Regards Amit Kumar Verma On Apr 20, 7:40 pm, Atsuhiko Yamanaka wrote: > Hi, > > On Mon, Apr 20,

[Lift] Re: Object typecast to Mapper

2009-04-27 Thread Amit Kumar Verma
Hi All, Thanks again, for support. Made many things more clear. Thanks Amit Kumar Verma On Apr 22, 1:35 am, David Pollak wrote: > Amit, > Class.forName(...) is called reflection in Scala/Java land.  It allows you > to get a class based on a String.  You can then create a new instan

[Lift] Re: Object typecast to Mapper

2009-04-20 Thread Amit Kumar Verma
ry { objOutput = Class.forName(className.getName ()).newInstance(); } catch (Exception e1) { e1.printStackTrace(); } } return objOutput; } Thanks to all for kind support.. Amit Kumar Verma On Apr 18, 8:51 pm, Timothy Perrett

[Lift] Re: Object typecast to Mapper

2009-04-18 Thread Amit Kumar Verma
hat String. " But we use this feature in Java for casting the objects. I will write this to scala group. I have also written you about the road map of lift. Thanks for your support Amit Kumar verma On Apr 17, 8:30 pm, David Pollak wrote: > On Fri, Apr 17, 2009 at 2:00 AM, Amit

[Lift] Road Map of Lift

2009-04-17 Thread Amit Kumar Verma
. Thanks Amit Kumar Verma --~--~-~--~~~---~--~~ 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 liftwe

[Lift] Re: Object typecast to Mapper

2009-04-17 Thread Amit Kumar Verma
Hi David, thanks, this is working fine. Problem is resolved. But dynamic binding is feature of java then why Scala don't support this. This is an important feature. Thanks again Amit Kumar Verma On Apr 13, 10:10 pm, David Pollak wrote: > I think it's best to use the built-in

[Lift] Re: Object typecast to Mapper

2009-04-13 Thread Amit Kumar Verma
ONString = sJSONString.substring(0,sJSONString.length-1); // for slicing the last comma sJSONString += "]}"; Text(sJSONString); } I changed the code as you suggested but getting the error as I posted. Please advise. Thanks Amit Kumar Verma On Apr 10, 9:46 pm, David Pollak wro

[Lift] Re: Object typecast to Mapper

2009-04-09 Thread Amit Kumar Verma
} sJSONString = sJSONString.substring(0,sJSONString.length-1); // for slicing the last comma sJSONString += "]}"; Text(sJSONString); } but not getting a way of doing this. Please advise. Thanks Amit Kumar Verma On Apr 9, 6:14 pm, David Pollak wrote: > How

[Lift] Object typecast to Mapper

2009-04-09 Thread Amit Kumar Verma
go here } Text("any string") } but i am getting erroe as "expected [ but found (" on line 2. please help me to typecast the object to its mapper object. Thanks Amit Kumar Verma --~--~-~--~~~---~--~~ You receiv

[Lift] Re: Removing xmlns:lift="http://liftweb.net/" in rendered page

2009-03-02 Thread Amit Kumar Verma
Hi David. HTML validator throws one error because of this line . In this way our application will never pass W3C html validation. thanks Amit Kumar Verma On Feb 28, 4:20 am, David Pollak wrote: > Marc, > > It's possible that an Ajax transaction could take place subsequent to

[Lift] Re: Postgre DB connection issue

2009-02-25 Thread Amit Kumar Verma
t; Thanks, > > David > > On Wed, Feb 25, 2009 at 5:28 AM, Amit Kumar Verma wrote: > > > > > > > Hi > > all, > > Boot.scala is costomised for jndi connection. Web.xml is also correct. > > I am using apache-tomcat -6.0.10 and have context like this &

[Lift] Snippet issue

2009-02-25 Thread Amit Kumar Verma
Hi All, By default lift calls is bind in the way /* some HTML code here */ which means the class "OperatorLoginAction" should be in snippet folder. But I want to make is more structureded and my hierarchy is like this snippet - entity - operator

[Lift] Postgre DB connection issue

2009-02-25 Thread Amit Kumar Verma
Hi all, Boot.scala is costomised for jndi connection. Web.xml is also correct. I am using apache-tomcat -6.0.10 and have context like this - I have p6spy.jar both in my lib and endorsed folder of tomcat, and even in lib of project but I am not able to connect to the postgre db. I am getting follo

[Lift] Re: lift with MS Sequel

2009-02-17 Thread Amit Kumar Verma
ur home dir, "~/.m2" I don't know about Windows, > I think your need to set it explicitly. > > Poke around in your ~/.m2/ and you'll see how things are laid out. > > As for eclipse, I have no idea, I use vim, so I can't help. > > Tyler > > On Feb

[Lift] Re: lift with MS Sequel

2009-02-16 Thread Amit Kumar Verma
, eclipse 3.3.0 and scala 2.7.0 for my development. Actually I don't know where lift is installed or jar s kept. I mean this was created in stone age and now I am not using maven for compiling or creating lift application. will you please tell me how to update lift. Thanks Amit Kumar Verma

[Lift] lift with MS Sequel

2009-02-09 Thread Amit Kumar Verma
Hi, do lift support MSSQL db ? Thanks Amit Kumar Verma --~--~-~--~~~---~--~~ 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