[Lift] Re: JPA and annotations

2008-09-01 Thread Viktor Klang
of arguments for constructor Column: ()javax.persistence.Column Same thing for a @Table(tableName) Any ideas? cheers Oliver -- Viktor Klang Rogue Software Architect --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Lift] Re: JPA and annotations

2008-09-01 Thread Viktor Klang
PROTECTED] wrote: Viktor Well spotted - I shouldn't rely on my memory to write emails. Unfortunately, @Column(name = NAME) gives me exactly the same error. On Mon, Sep 1, 2008 at 6:32 PM, Viktor Klang [EMAIL PROTECTED]wrote: Hi Oliver! I think you need to qualiify the parameter: @Column

[Lift] Re: One further: JPA + JTA + Lift

2008-09-09 Thread Viktor Klang
On Tue, Sep 9, 2008 at 3:59 PM, Oliver Lambert [EMAIL PROTECTED] wrote: Now, now lets not get testi ;-) *laugh* It's chill ;) Cheers, On 09/09/2008, at 9:34 PM, Viktor Klang wrote: On Tue, Sep 9, 2008 at 10:09 AM, Oliver [EMAIL PROTECTED] wrote: Actually, is this the essence

[Lift] Re: JPA w/Scala (and hibernate validator)

2008-09-10 Thread Viktor Klang
) at java.lang.reflect.Method.invoke(Method.java:585) at org.hibernate.annotations.common.reflection.java.JavaXMethod.invoke(JavaXMethod.java: 33) -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you

[Lift] Re: [scala] A Lift and Scala presentation at SAP TechEd

2008-09-12 Thread Viktor Klang
Managementhttp://much4.us Follow me:http://twitter.com/dpp Git some:http://github.com/dpp -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group

[Lift] Re: JPA and enumerations

2008-09-21 Thread Viktor Klang
On Sat, Sep 20, 2008 at 6:14 PM, Oliver Lambert [EMAIL PROTECTED] wrote: I need this too so I might have a go at implementing it. Does lift persist enumerations (cant see a mapper it) On 21/09/2008, at 12:29 AM, Viktor Klang wrote: Yo man, all you've gotto do is to write your own UserType

[Lift] Re: HTTP Client?

2008-09-24 Thread Viktor Klang
with a PDT payload or IPN payload */ paypal.execute(pdt) Anything else / different way of doing it people think I should build in? Tim On Sep 23, 6:24 pm, Derek Chen-Becker [EMAIL PROTECTED] wrote: Tim, you rock :) -- Viktor Klang Senior Systems Analyst

[Lift] Re: Image Submit Buttons fail to Submit (in IE)

2008-09-26 Thread Viktor Klang
://www.evotech.net/blog/2007/07/browser-detection-versus-object-d. .. Chas. Tim Perrett wrote: Am I being dumb here - could we not just run some checks on the user- agent header and respond appropriately? It would be very cool if SHtml was browser aware. Cheers Tim -- Viktor

[Lift] Re: NetBeans and complex parser combinator files

2008-10-09 Thread Viktor Klang
? Thanks, David PS -- There's a separate problem editing these files, but I'm not worried about that right now... I'm happy to use emacs to edit the files. -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you

[Lift] Re: Please welcome Kris Nuttycombe as a Lift committer

2008-10-14 Thread Viktor Klang
! Thanks, David -- Lift, the simply functional web frameworkhttp://liftweb.net Collaborative Task Managementhttp://much4.us Follow me:http://twitter.com/dpp Git some:http://github.com/dpp -- Viktor Klang Senior Systems Analyst

[Lift] Re: Preview form (JPA)

2008-10-18 Thread Viktor Klang
Any ideas on how to do this? Anyone else? Chas. -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb

[Lift] Re: JPA and hiberated generated fields in Lift app

2008-10-22 Thread Viktor Klang
. Derek Chen-Becker wrote: Yeah, I think you want insertable to be true on the first one (just omit the insertable val) and on the second one you want to omit both insertable and updatable to make them both true. Derek On Tue, Oct 21, 2008 at 6:00 AM, Viktor Klang [EMAIL PROTECTED

[Lift] Re: Scala+Lift Philosophical Question

2008-10-22 Thread Viktor Klang
/JSF/whatnot most likely means less than half time-to-market. And that means lower development-costs, better ROI and more possibilities. But I guess that's nothing compared to feeling really secure. So perhaps they should go for COBOL + COBOL On Cogs. ;) Cheers, Viktor -- Viktor Klang

[Lift] Re: Thanks!

2008-10-22 Thread Viktor Klang
application is turning out so far! -Josh -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ 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

[Lift] Re: Scala+Lift Philosophical Question

2008-10-22 Thread Viktor Klang
off perl years ago), but there are an equal number of people (and therefore companies) who want to explore the edgy new technology. IMO, its about having balance in your toolset. Cheers Tim -- Viktor Klang Senior Systems Analyst

[Lift] WAS [Lift committers] Re: Adding JPA scaffolding to lift?

2008-11-25 Thread Viktor Klang
a new lift-jpa module to hold common classes? Derek -- Lift, the simply functional web frameworkhttp://liftweb.net Collaborative Task Managementhttp://much4.us Follow me:http://twitter.com/dpp Git some:http://github.com/dpp -- Viktor Klang Senior

[Lift] Re: WAS [Lift committers] Re: Adding JPA scaffolding to lift?

2008-11-25 Thread Viktor Klang
the mapping? Thanks, Derek On Tue, Nov 25, 2008 at 1:24 PM, Viktor Klang [EMAIL PROTECTED]wrote: Derek, I still humbly suggest writing an implementation of PropertyAccessorhttp://www.hibernate.org/hib_docs/v3/api/org/hibernate/property/PropertyAccessor.htmlto map the values between JPA

[Lift] Re: WAS [Lift committers] Re: Adding JPA scaffolding to lift?

2008-11-25 Thread Viktor Klang
On Tue, Nov 25, 2008 at 11:21 PM, Viktor Klang [EMAIL PROTECTED]wrote: yes, if we resort into using xml configt' really just a matter of providing implmentations that work with the different JPA providers. What doyou think Derek? Sorry, that email turned out to get mangled. Basically

[Lift] Re: WAS [Lift committers] Re: Adding JPA scaffolding to lift?

2008-11-25 Thread Viktor Klang
custom coding for each vendor, but as long as there was a uniform interface that wouldn't be an issue. Spoken by a smart man! :) Derek On Tue, Nov 25, 2008 at 4:23 PM, Viktor Klang [EMAIL PROTECTED]wrote: On Tue, Nov 25, 2008 at 11:21 PM, Viktor Klang [EMAIL PROTECTED]wrote: yes

[Lift] Re: JPA and Record

2008-11-29 Thread Viktor Klang
be () = MyType --j -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ 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

[Lift] Re: Using TemplatePf for JPA powered templates

2008-11-29 Thread Viktor Klang
Tim -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ 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

[Lift] Re: Using TemplatePf for JPA powered templates

2008-11-30 Thread Viktor Klang
://dev.mysql.com/tech-resources/articles/hierarchical-data.html http://dev.mysql.com/tech-resources/articles/hierarchical-data.html A little more work on updates than an adjacency model, but a lot more efficient. Derek -- Viktor Klang

[Lift] Re: JPA find or create new

2008-11-30 Thread Viktor Klang
in the database? Sort of a... val user: User = Model.createNamedQuery( findUserByUsername, username - hal ).findOr(new User()) (Can ! (yourQuery.uniqueResult)).openOr(new User()) Should work? or something like that? That would be very useful. Thanks, Chas. -- Viktor Klang

[Lift] Re: *** MAJOR BREAKING CHANGES *** LiftRules abstractions

2008-12-14 Thread Viktor Klang
On Sun, Dec 14, 2008 at 11:42 AM, Marius marius.dan...@gmail.com wrote: On Dec 14, 12:10 pm, Viktor Klang viktor.kl...@gmail.com wrote: On Sun, Dec 14, 2008 at 9:28 AM, Marius marius.dan...@gmail.com wrote: On Dec 14, 3:02 am, Jorge Ortiz jorge.or...@gmail.com wrote: Not to beat

[Lift] Re: *** MAJOR BREAKING CHANGES *** LiftRules abstractions

2008-12-14 Thread Viktor Klang
On Sun, Dec 14, 2008 at 12:54 PM, Marius marius.dan...@gmail.com wrote: On Dec 14, 12:53 pm, Viktor Klang viktor.kl...@gmail.com wrote: On Sun, Dec 14, 2008 at 11:42 AM, Marius marius.dan...@gmail.com wrote: On Dec 14, 12:10 pm, Viktor Klang viktor.kl...@gmail.com wrote: On Sun

[Lift] Re: *** MAJOR BREAKING CHANGES *** LiftRules abstractions

2008-12-14 Thread Viktor Klang
they will throw an exception. If there are compelling reasons not to do this please let us know. This is just a mechanism to enforce the use of these functions on startup. Br's, Marius -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received

[Lift] Re: *** MAJOR BREAKING CHANGES *** LiftRules abstractions

2008-12-14 Thread Viktor Klang
. Thanks, David On Sun, Dec 14, 2008 at 3:54 AM, Marius marius.dan...@gmail.com wrote: On Dec 14, 12:53 pm, Viktor Klang viktor.kl...@gmail.com wrote: On Sun, Dec 14, 2008 at 11:42 AM, Marius marius.dan...@gmail.com wrote: On Dec 14, 12:10 pm, Viktor Klang viktor.kl...@gmail.com

[Lift] Re: *** MAJOR BREAKING CHANGES *** LiftRules abstractions

2008-12-14 Thread Viktor Klang
On Sun, Dec 14, 2008 at 4:01 PM, David Pollak feeder.of.the.be...@gmail.com wrote: On Sun, Dec 14, 2008 at 6:51 AM, Viktor Klang viktor.kl...@gmail.comwrote: David, sounds reasonable. So being able to call prepend/append after boot() makes no sense. In the light of htis, it shouldn't

[Lift] Re: *** MAJOR BREAKING CHANGES *** LiftRules abstractions

2008-12-15 Thread Viktor Klang
secure that everything is used properly. Cheers, Viktor Otherwise not a bad idea ... Br's, Marius On Dec 14, 5:21 pm, Viktor Klang viktor.kl...@gmail.com wrote: On Sun, Dec 14, 2008 at 4:01 PM, David Pollak feeder.of.the.be...@gmail.com wrote: On Sun, Dec 14, 2008 at 6:51

[Lift] Re: liftweb xml schema location

2008-12-17 Thread Viktor Klang
...@gmail.comwrote: It's not an external link nor a link to a schema but the definition of a namespace : lift On Wed, Dec 17, 2008 at 10:07, Oliver Lambert ola...@gmail.com wrote: Don't I need the xsd or dtd specification? On 17/12/2008, at 7:50 PM, Viktor Klang wrote: Why not just add a hosts entry

[Lift] Re: Can or Box or something else

2008-12-28 Thread Viktor Klang
http://liftweb.net Collaborative Task Management http://much4.us Follow me: http://twitter.com/dpp Git some: http://github.com/dpp -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Lift] Re: pom.xml

2008-12-30 Thread Viktor Klang
-- 1 required artifact is missing. Chas. -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received

[Lift] Re: Scala 2.7.3 and Lift testing

2009-01-13 Thread Viktor Klang
update tomorrow around 9am PST. Thanks, David -- Lift, the simply functional web frameworkhttp://liftweb.net Collaborative Task Managementhttp://much4.us Follow me:http://twitter.com/dpp Git some:http://github.com/dpp -- Viktor Klang Senior Systems Analyst

[Lift] Re: [ANN] Lift 0.10

2009-01-14 Thread Viktor Klang
Awesome guys! Simply and stunningly awesome! On Thu, Jan 15, 2009 at 2:57 AM, Matt Harrington mbh.li...@gmail.comwrote: Hats Off to you all. Looking forward to 1.0 and the books! Matt -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You

[Lift] Re: jQuery 1.3

2009-01-19 Thread Viktor Klang
the jQuery API integration? DaveB or Marius? Cheers, Viktor Cheers, Tim Sent from my iPhone On 19 Jan 2009, at 10:19, Viktor Klang viktor.kl...@gmail.com wrote: Hey guys! After upgrading from 1.2.3 to jQuery 1.3 on the company system, I can really recommend lift to upgrade. Here's

[Lift] Re: Firefox issue: anybody seen this?

2009-01-19 Thread Viktor Klang
redundant since it works fine in safari) and indeed jetty served the js up just fine. Anybody encounter this or have any ideas? Thanks -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Lift] Re: Additions to JqJsCmds

2009-01-21 Thread Viktor Klang
certain elements. I was able to work around it by only replacing the contents of ceertain elements. (TR, TABLE, THEAD etc cause intermittent IE6 crashes when replaced) -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received

[Lift] Re: [ANN] Beginning Scala by David Pollak (published by APress)

2009-01-21 Thread Viktor Klang
?/archives/88-Announcing-Beginning-Scala.html -- Lift, the simply functional web framework http://liftweb.net Collaborative Task Management http://much4.us Follow me: http://twitter.com/dpp Git some: http://github.com/dpp -- Viktor Klang Senior Systems Analyst

[Lift] Re: Jorge's birthday ...

2009-01-30 Thread Viktor Klang
-- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ 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

[Lift] Re: JTA showSQL

2009-02-10 Thread Viktor Klang
(findByEmail, Log.info(emailQuery.getQueryWithParams()) ) You can add the functionality if you find it useful cheers Oliver -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Lift] Re: JTA showSQL

2009-02-10 Thread Viktor Klang
, Viktor Klang viktor.kl...@gmail.com wrote: Otherwise you can enable it in the logging: log4j.logger.org.hibernate.SQL=DEBUG On Tue, Feb 10, 2009 at 7:50 AM, Derek Chen-Becker dchenbec...@gmail.com wrote: Interesting idea. I'll look into adding something like this (configurable at boot

[Lift] Re: IMPORTANT: Library Upgrades

2009-02-12 Thread Viktor Klang
. (See below for the complete list.) PLEASE CHECK YOUR APPS to make sure nothing breaks. You only have a couple of weeks to get bug reports in before our major 1.0 release. -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received

[Lift] Re: IMPORTANT: Library Upgrades

2009-02-12 Thread Viktor Klang
anyone tested / tried the comet stuff with 1.31? Just wondering if we'll see any noticeable speed improvement? Cheers Tim -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Lift] Re: thanks

2009-02-13 Thread Viktor Klang
be used as a stand-alone library. If this is something you'd be interested in, let me know and I'll try to prioritize it. That'd be quite nifty actually. cheers Oliver -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received

[Lift] Re: strange interaction with jQuery

2009-02-15 Thread Viktor Klang
How about a defect as a result of upgrading jQuery to 1.3.1? Viktor, Rogue Software Architect 15 feb 2009 kl. 14.43 Meredith Gregory lgreg.mered...@gmail.com skrev: Marius, Agreed on two points: JsRaw is not the culprit -- it seems to be a bad interaction with version of JavaScript

[Lift] Re: Fwd: [jquery-dev] Re: Namespace failure

2009-02-16 Thread Viktor Klang
: http://twitter.com/dpp Git some: http://github.com/dpp -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb

[Lift] Re: uh, oh... can't find classes

2009-02-18 Thread Viktor Klang
jlcane...@gmail.com mailto:jlcane...@gmail.com -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ 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

[Lift] Re: uh, oh... can't find classes

2009-02-18 Thread Viktor Klang
be the way to go however - this would be a massive breaking change though, as this would screw every lift app in existence! Cheers, Tim On Feb 18, 10:38 am, Viktor Klang viktor.kl...@gmail.com wrote: Ok, what about this: Why not have addToPackages take an actual Package? usage

[Lift] Re: Regression!

2009-02-19 Thread Viktor Klang
some: http://github.com/dpp -- L.G. Meredith Managing Partner Biosimilarity LLC 806 55th St NE Seattle, WA 98105 +1 206.650.3740 http://biosimilarity.blogspot.com -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received

[Lift] Re: Static pages vs. Lift-served pages

2009-02-19 Thread Viktor Klang
and/or behavior differently between the two modes. Thanks, David -- 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 -- Viktor Klang Senior Systems

[Lift] Re: A round of thanks to Marius for better GC

2009-02-20 Thread Viktor Klang
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 -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received

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

2009-02-27 Thread Viktor Klang
if it is possible to remove the xmlns:lift=http:// liftweb.net/ attribute on the html element in the rendered page? Thanks. Ross. -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Lift] Re: Testing Help for Oracle?

2009-03-02 Thread Viktor Klang
database and everything went well. So, my question is: do you have any solution for setting primary key after object is saved? Of course using oracle database :) Cheers, Radek -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received

[Lift] Re: chaining servlets

2009-03-02 Thread Viktor Klang
rendering support. This is why we made Lift a Filter :) Best wishes, --greg -- L.G. Meredith Managing Partner Biosimilarity LLC 806 55th St NE Seattle, WA 98105 +1 206.650.3740 http://biosimilarity.blogspot.com -- Viktor Klang Senior Systems Analyst

[Lift] Re: [Jersey] jersey as filter

2009-03-03 Thread Viktor Klang
://biosimilarity.blogspot.com -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ 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

[Lift] Re: [Jersey] jersey as filter

2009-03-03 Thread Viktor Klang
that in the sources jar and if you include it in a scala/lift project and reflect it does the right thing. Best wishes, --greg On Tue, Mar 3, 2009 at 1:46 AM, Viktor Klang viktor.kl...@gmail.comwrote: Unfortunately, https://jersey.dev.java.net/source/browse/*checkout*/jersey/tags/jersey-1.0.1/api

[Lift] Re: [Jersey] jersey as filter

2009-03-04 Thread Viktor Klang
the process of debugging. Best wishes, --greg On Tue, Mar 3, 2009 at 7:04 AM, Viktor Klang viktor.kl...@gmail.comwrote: Greg, Great, then it was just me finding the wrong API docs online :) But the real question is: Does it work? :) Cheers, Viktor On Tue, Mar 3, 2009 at 4:00 PM

[Lift] Re: url encoded javascript

2009-03-04 Thread Viktor Klang
this with mvn or lift -- I'm new to both. -- 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 -- Viktor Klang Senior Systems Analyst

[Lift] Re: [Jersey] jersey as filter

2009-03-04 Thread Viktor Klang
wishes, --greg On Wed, Mar 4, 2009 at 1:35 AM, Viktor Klang viktor.kl...@gmail.comwrote: Greg, have you tried Jersey completely standalone and verified that it's working? Cheers, Viktor - Show quoted text - On Wed, Mar 4, 2009 at 12:08 AM, Meredith Gregory lgreg.mered...@gmail.com

[Lift] Re: How do you get Jorge's LinkShare Comet example to work?

2009-03-05 Thread Viktor Klang
/ -- 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 -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You

[Lift] Re: Custom Boot Class

2009-03-16 Thread Viktor Klang
: bootstrap.liftweb.Boot Attached is the zipped project. Thanks, --j -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email

[Lift] Re: Lift as a UI in server side OSGi

2009-03-20 Thread Viktor Klang
the EJB. Thanks Again, Chad -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ 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

[Lift] Re: JPA inheritance

2009-03-20 Thread Viktor Klang
, if you're doing pattern-matching you could probably just: case x : MySubEvent = blah(x) case y : MyOtherSubEvent = blugh(y) case _ = ohSnap()! Chas. Viktor Klang wrote: On Fri, Mar 20, 2009 at 9:37 AM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote: I have

[Lift] Re: JPA inheritance

2009-03-20 Thread Viktor Klang
/03/2009 11:03, Viktor Klang viktor.kl...@gmail.com wrote: On Fri, Mar 20, 2009 at 11:43 AM, Charles F. Munat c...@munat.com wrote: Not really. What I want to do is have the object tell me what it is. Unless I'm really misunderstanding isInstanceOf, I have to iterate through all

[Lift] Re: JPA inheritance... now it won't compile

2009-03-20 Thread Viktor Klang
:667) [WARNING] at scala.tools.nsc.Main$.process(Main.scala:73) [INFO] [ERROR] BUILD FAILURE Viktor Klang wrote: On Fri, Mar 20, 2009 at 11:43 AM, Charles F. Munat c...@munat.com mailto:c...@munat.com wrote

[Lift] Re: Lift as a UI in server side OSGi

2009-03-20 Thread Viktor Klang
OSGi. I would like the solution to be useful to the community not just me ;-) I'd suggest to create a LiftWrapperServlet where I'd use LiftFilter with a wrapper over FilterChain that'd serve static content now served by LiftFilter. -- Viktor Klang Senior Systems Analyst

[Lift] Re: JPA inheritance

2009-03-20 Thread Viktor Klang
In my bag of knowledge :) (google) Viktor, Rogue Software Architect 20 mar 2009 kl. 20.24 Charles F. Munat c...@munat.com skrev: Ooooh. That's really good to know. Where did you find that? Chas. Viktor Klang wrote: If you need the Class: org. hibernate

[Lift] Re: [scala-user] [ANN] Exploring Lift: a Book for the Scala-based Web Framework

2009-03-23 Thread Viktor Klang
On Mon, Mar 23, 2009 at 10:16 PM, David Pollak feeder.of.the.be...@gmail.com wrote: On Mon, Mar 23, 2009 at 2:14 PM, Viktor Klang viktor.kl...@gmail.comwrote: Guys, I'm expecting a signed copy... ;) Who's the father? :-) You are the daddy. ;) On Mon, Mar 23, 2009 at 7:24 PM

[Lift] Re: Absolute Beginner

2009-03-25 Thread Viktor Klang
://www.apress.com/book/view/1430219890 Follow me:http://twitter.com/dpp Git some:http://github.com/dpp -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post

[Lift] Re: Dynamic Image generation / HttpServletResponse

2009-03-26 Thread Viktor Klang
for any advice, Thomas -- 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 -- Viktor Klang Senior Systems Analyst

[Lift] Re: MappedDateTime - Do we have a Date? Or is it a timestamp?

2009-04-01 Thread Viktor Klang
!? Thats somewhat of an oversight isnt it... java.text.Format horror SimpleDateFormat horror... -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group

[Lift] Re: A gap in my knowledge, JsCommands

2009-04-01 Thread Viktor Klang
) [Break on this error] F687305521435R3K, lift_ajaxHandl...F687305521435R3K=Button-2, null, null); Does the second onclick look incorrect to you? -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you

[Lift] Re: Fwd: Lift on OSGi

2009-04-01 Thread Viktor Klang
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 -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you

[Lift] Re: The Lift 1.1 list

2009-04-01 Thread Viktor Klang
is welcome in the next 3 days. Thanks, David -- 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 -- Viktor Klang Senior Systems Analyst

[Lift] Re: Need for lightweight JPA archetype

2009-04-01 Thread Viktor Klang
one for learning and examples, having something thats a workable starting point without having to remove code etc would be helpful. I appreciate this is a bit lazy - but i don't think it would take much work and would provide a neat solution Thoughts? Tim -- Viktor Klang Senior Systems

[Lift] Re: Thread safe configuration without abusing the session?

2009-04-06 Thread Viktor Klang
simply abusing the crap out of SessionVar? Cheers, Tim -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb

[Lift] Re: Thread safe configuration without abusing the session?

2009-04-06 Thread Viktor Klang
a developer-perspective, it's far easier to keep the data consistent if you put it in a data structure of it's own (In the future, you might wish to persist it, and then the work is almost all done.). Cheers, Viktor Cheers, Tim On 06/04/2009 13:17, Viktor Klang viktor.kl...@gmail.com wrote

[Lift] Re: Google App Engine

2009-04-08 Thread Viktor Klang
for repairs and won't get it back for a while. Anyone want to try Lift on GAE and report back? --j -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post

[Lift] Re: Liftweb without Maven?

2009-04-14 Thread Viktor Klang
://jpereira.euhttp:// www.linkedin.com/in/joaomiguelpereira joaomiguel.pere...@gmail.com (351) 96 275 68 58 -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post

[Lift] Re: lift plugins/extensibility?

2009-04-14 Thread Viktor Klang
(although that's scala really not lift). what about a pluggable CMS, e.g. comatose or browsercms in rails, in djanjo for example its architected in such a way that allows u to compose an app from smaller apps. -- Viktor Klang Senior Systems Analyst

[Lift] Re: Resizing images

2009-04-16 Thread Viktor Klang
. Thanks! Chas. -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ 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

[Lift] Re: how to call my servlet from lift form

2009-04-16 Thread Viktor Klang
-- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ 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

[Lift] Re: A Lift preso

2009-04-23 Thread Viktor Klang
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 -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you

[Lift] Re: jpa, emf Model and unit tests

2009-04-27 Thread Viktor Klang
it be mentioned in the jpa chapter in the book? Tim -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ 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

[Lift] Re: jpa, emf Model and unit tests

2009-04-27 Thread Viktor Klang
On Apr 27, 9:10 pm, Viktor Klang viktor.kl...@gmail.com wrote: Why don't collection mappings work? Also, from personal experience, mixing persistence-logic in domain objects does make you feel somewhat naughty. On Mon, Apr 27, 2009 at 9:15 PM, Tim P tim.pig...@optrak.co.uk

[Lift] Java Object Persistence

2009-04-29 Thread Viktor Klang
Hi guys, it seems that my dementia keeps reminding itself. (the irony of it...) Charles, what was the name of that persistence framework you were mentioning on the conf-call? Cheers! -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received

[Lift] Re: Java Object Persistence

2009-04-29 Thread Viktor Klang
Ah! Thanks Charles! ^_^ On Wed, Apr 29, 2009 at 8:52 PM, Charles F. Munat c...@munat.com wrote: And I guess it is LGPL (I thought I saw something else, but maybe I'm confusing it with one of the other fifty solutions I looked at). Good enough. Chas. Viktor Klang wrote: Hi guys

[Lift] Re: separation of presentation content and logic

2009-05-06 Thread Viktor Klang
). Lift solves some real problems for us and Scala seems like a language with real benefits. Besides SpringSource is offering Grails support so we don't want to be too mainstream ;) Love the attitude! Thanks, -Aaron http://www.aaronheld.com -- Viktor Klang Senior Systems Analyst

[Lift] Re: Lift picking up momentum

2009-05-07 Thread Viktor Klang
-- 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 -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You

[Lift] Re: Tail merge?

2009-05-10 Thread Viktor Klang
me:http://twitter.com/dpp Git some:http://github.com/dpp -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb

[Lift] Re: Tail merge?

2009-05-11 Thread Viktor Klang
On Sun, May 10, 2009 at 10:39 PM, marius d. marius.dan...@gmail.com wrote: On May 10, 10:08 pm, Viktor Klang viktor.kl...@gmail.com wrote: What I've been noodling about for some time is to have dependency management as a part of the framework. That could be easily obtained by having

[Lift] Re: Alternating row colors

2009-05-11 Thread Viktor Klang
to indicate odd and even rows. However, I don't know how to take a value from the snippet binding and assigning it to an attribute in my template file. Can anyone point me in the right direction? -Magnus -- Viktor Klang Senior Systems Analyst

[Lift] Re: OSGi support for Lift

2009-05-12 Thread Viktor Klang
/1430219890 Follow me: http://twitter.com/dpp Git some: http://github.com/dpp -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email

[Lift] Re: OSGi support for Lift

2009-05-12 Thread Viktor Klang
On Tue, May 12, 2009 at 3:59 PM, Timothy Perrett timo...@getintheloop.euwrote: If your buying Viktor ;-) Say, when we having a lift team beer night? Feels like were long overdue for something like that! We really should! Cheers, Tim On 12/05/2009 14:50, Viktor Klang viktor.kl

[Lift] Re: OSGi support for Lift

2009-05-12 Thread Viktor Klang
? Cheers Heiko 2009/5/12 Viktor Klang viktor.kl...@gmail.com On Tue, May 12, 2009 at 3:59 PM, Timothy Perrett timo...@getintheloop.eu wrote: If your buying Viktor ;-) Say, when we having a lift team beer night? Feels like were long overdue for something like that! We really

[Lift] Re: OSGi support for Lift

2009-05-12 Thread Viktor Klang
? Anyone else? Until the EPFL meetup next fall (rumoured to be happening) cant help but feel EMEA is a little left out of the scala + beer drinking times! Cheers, Tim On 12/05/2009 17:43, Viktor Klang viktor.kl...@gmail.com wrote: I'm a big fan of smoked German beer like Schlenkerla Rauchbier

[Lift] Re: Jetty Session problem

2009-05-14 Thread Viktor Klang
I've seen this happen to other session based java web frameworks, oftentimes it's been caused by improperly configured proxies or terminal servers. Does this help you? Viktor, Rogue Software Architect 14 maj 2009 kl. 17.43 David Pollak feeder.of.the.be...@gmail.com skrev: On Thu, May

[Lift] Re: Lift and interoperability

2009-05-17 Thread Viktor Klang
can come to visit you in person, I will write it up so that others can understand it better/differently than your current documentation. Sincerely, Johnnie -- Viktor Klang Rockstar Developer --~--~-~--~~~---~--~~ You received this message because you

[Lift] Re: lift views

2009-06-01 Thread Viktor Klang
? Cheers, Tim On 31/05/2009 14:10, Viktor Klang viktor.kl...@gmail.com wrote: Couldn't they just define an XSLT template to view the lift templates with? -- Viktor Klang Rockstar Developer --~--~-~--~~~---~--~~ You received this message because you

[Lift] Re: lift views

2009-06-01 Thread Viktor Klang
point exactly! :) Perhaps we can do something with this: http://mojo.codehaus.org/xslt-maven-plugin/transform-mojo.html Cheers, Tim -- Viktor Klang Rockstar Developer --~--~-~--~~~---~--~~ You received this message because you are subscribed

  1   2   >