[Lift] Re: Simple deployment of Lift apps on Jetty/Nginx

2008-11-11 Thread Viktor Klang
add_x_forwarded_for; >} >} >- Reload/restart Nginx >- Start your production Jetty instance: start_prod.sh > > You should see very, very good performance with Lift's long polling, even > at a high load. > > Questions? > > Thanks,

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

2008-11-25 Thread Viktor Klang
> > > > > > > welcomed by the majority of lift-jpa users. > > > > > > > > > > +1 for including this in lift proper > > > > > > > > > > Cheers, Tim > > > > > > > > > > On Nov

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

2008-11-25 Thread Viktor Klang
s than optimal. >> >> Is there a way that we can queries the models at start-up time and >> generate XML that does EJB 2.1 style mapping such that we can feed that into >> JPA to do the mapping? >> >> >>> >>> Thanks, >>> >>> Der

[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

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

2008-11-25 Thread Viktor Klang
ng that we have do a little 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: > >> &g

[Lift] Re: Testing for well-formed XML

2008-11-27 Thread Viktor Klang
} > } > > wellFormed(new java.io.File("src/main/webapp")) > > val numFails = failed.size > if (numFails > 0) { > val fileStr = if (numFails == 1) "file" else "files" > val msg = "Malformed XML in " +

[Lift] Re: Named Partial Functions

2008-11-27 Thread Viktor Klang
ution). I'd like to have a >> name >> > > that's shorter than NamedPartialFunction, but longer than NPF. Any >> ideas? >> > >> > > Thanks, >> > >> > > David >> > >> > > -- >> > > Li

[Lift] Re: JPA and Record

2008-11-29 Thread Viktor Klang
type Getter = () => MyType // Can this be by-name in any way? >>> >> >> No. By-names are not first-class types. It's gotta be () => MyType >> >> --j >> >> >> >> > > > > -- Viktor Klang Senior Systems Analyst --~--~

[Lift] Re: Using TemplatePf for JPA powered templates

2008-11-29 Thread Viktor Klang
he nice things about having lift tags, as it will mean i shouldn't > > > need to build a custom tagging language or anything (as we already > > > have it!). I presume that TemplatePf just tells lift where to get the > > > XHTML from then it continues to do the pro

[Lift] Re: Using TemplatePf for JPA powered templates

2008-11-30 Thread Viktor Klang
t; ); > > where parent_id defines the tree structure, im a little worried that > the queries would be come fairly bloated? I also did some looking > around to see if there were any examples online of tree structures in > JPA but alas could not find anything

[Lift] Re: Using TemplatePf for JPA powered templates

2008-11-30 Thread Viktor Klang
; Cheers > >> > >> Tim > >> > >> > >> On Nov 30, 2:27 pm, "Derek Chen-Becker" <[EMAIL PROTECTED] > >> <mailto:[EMAIL PROTECTED]>> wrote: > >> > If you're heavily skewed towards reads and not writes (as it > >> s

[Lift] Re: JPA find or create new

2008-11-30 Thread Viktor Klang
k? > > or something like that? That would be very useful. > > Thanks, > Chas. > > > > -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift&qu

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

2008-12-14 Thread Viktor Klang
On Sun, Dec 14, 2008 at 11:42 AM, Marius wrote: > > > > On Dec 14, 12:10 pm, "Viktor Klang" wrote: > > On Sun, Dec 14, 2008 at 9:28 AM, Marius wrote: > > > > > On Dec 14, 3:02 am, "Jorge Ortiz" wrote: > > > > Not to beat a d

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

2008-12-14 Thread Viktor Klang
On Sun, Dec 14, 2008 at 12:54 PM, Marius wrote: > > > > On Dec 14, 12:53 pm, "Viktor Klang" wrote: > > On Sun, Dec 14, 2008 at 11:42 AM, Marius > wrote: > > > > > On Dec 14, 12:10 pm, "Viktor Klang" wrote: > > > > On Sun, Dec

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

2008-12-14 Thread Viktor Klang
wrote: > > > > > All, > > > > > I committed a bunch of changes in LiftRules. In a previous thread > > > Jorge suggested the abstraction of LiftRules variables. Lists of > > > functions are now abstracted by RulesSeq trait, which contains p

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

2008-12-14 Thread Viktor Klang
s over, the stuff in LiftRules should be frozen. > > Thanks, > > David > > > > On Sun, Dec 14, 2008 at 3:54 AM, Marius wrote: > >> >> >> >> On Dec 14, 12:53 pm, "Viktor Klang" wrote: >> > On Sun, Dec 14, 2008 at 11:42 AM, Mar

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

2008-12-14 Thread Viktor Klang
On Sun, Dec 14, 2008 at 4:01 PM, David Pollak wrote: > > > On Sun, Dec 14, 2008 at 6:51 AM, Viktor Klang wrote: > >> David, >> >> sounds reasonable. >> >> So being able to call prepend/append after boot() makes no sense. >> >> In the light

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

2008-12-15 Thread Viktor Klang
nments, but with a nifty unit test you could secure that everything is used properly. Cheers, Viktor > > > Otherwise not a bad idea ... > > Br's, > Marius > > On Dec 14, 5:21 pm, "Viktor Klang" wrote: > > On Sun, Dec 14, 2008 at 4:01 PM, David Pollak

[Lift] Re: liftweb xml schema location

2008-12-17 Thread Viktor Klang
get it? > > cheers > Oliver > > > > -- 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@goog

[Lift] Re: liftweb xml schema location

2008-12-17 Thread Viktor Klang
vid Bernard wrote: > > 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 wrote: > > Don't I need the xsd or dtd specification? > > On 17/12/2008, at 7:50 PM, Viktor Klang

[Lift] Re: Can or Box or something else

2008-12-26 Thread Viktor Klang
n[T] as a replacement for Scala's > >>> Option[T], the name "Can" has required a lot of explaining. > >> > >> > >> I've never liked "Can" as a name; always thinking that the opposite > >> of one > >> should be a &quo

[Lift] Re: Can or Box or something else

2008-12-28 Thread Viktor Klang
; from a cognitive point of view IMO >> >> >> >> Realistically, what would the damage be API wise if we moved to box? >> Have we any way of understanding the impact in real terms? >> >> Cheers, Tim >> >> >> >> >> >> > &

[Lift] Re: pom.xml

2008-12-30 Thread Viktor Klang
> > >> Missing: > >> -- > >> 1) net.liftweb:lift-webkit:jar:0.10-SNAPSHOT > > > > >> Try downloading the file manually from > the project website. > >>

[Lift] Re: Lift O-R Mappings

2009-01-04 Thread Viktor Klang
over the more procedural style of MVC. > > -- Michael > > > > -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, se

[Lift] Re: Swampland

2009-01-11 Thread Viktor Klang
l support plugins. > > I'm licensing it under a GPL license because I want to make sure that > anyone who uses it and updates it contributes code back to the project. > > Thanks, > > David > > -- > Lift, the simply functional web framework http://lift

[Lift] Re: Scala 2.7.3 and Lift testing

2009-01-13 Thread Viktor Klang
e's no memory use growth. I'm cautiously optimistic > and > > will give a further update tomorrow around 9am PST. > > > > Thanks, > > > > David > > > > -- > > Lift, the simply functional web frameworkhttp://liftweb.net > >

[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 wrote: > > Hats Off to you all. Looking forward to 1.0 and the books! > > Matt > > > > -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--

[Lift] Re: jQuery 1.3

2009-01-19 Thread Viktor Klang
ntent refreshes, from my observations). Who did the jQuery API integration? DaveB or Marius? Cheers, Viktor > > Cheers, Tim > > Sent from my iPhone > > On 19 Jan 2009, at 10:19, Viktor Klang wrote: > > Hey guys! > > After upgrading from 1.2.3 to jQuery 1.3 on the compa

[Lift] jQuery 1.3

2009-01-19 Thread Viktor Klang
) Is this something we want to upgrade for the 1.0 release or do we want to wait until 1.1? cheers, -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post

[Lift] Re: jQuery 1.3

2009-01-19 Thread Viktor Klang
ranch with 1.3 and does testing/changing. > > 1.0 is pretty much going to be what Lift is today with fixes and > performance enhancements. So, jQuery 1.3 will have to wait until after 1.0 > ships. > > Thanks, > > David > > >> >> >> Br's, >>

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

2009-01-19 Thread Viktor Klang
> > I even went to /classpath/jquery.js to make sure it was getting > served (which seemed redundant since it works fine in safari) and > indeed jetty served the js up just fine. > > Anybody encounter this or have any ideas? > > Thanks > > > > -- Vikto

[Lift] Re: Additions to JqJsCmds

2009-01-21 Thread Viktor Klang
gt;def apply(uid: String, content: NodeSeq): JsCmd = JqJE.JqId(JE.Str(uid)) > >> JqReplace(content) > } > > /** > * Encloses the content in a toggleable div. The default is hidden. > * It generates a random id which is used for the toggle effect. > */ > ob

[Lift] Re: Additions to JqJsCmds

2009-01-21 Thread Viktor Klang
ceWith has been troublesome at best. > > IE6 (and in some cases IE7) crashes when trying to replace certain > > elements. > > > > I was able to work around it by only replacing the contents of ceertain > > elements. > > (TR, TABLE, THEAD etc cause intermittent IE6

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

2009-01-21 Thread Viktor Klang
g/index.php?/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/

[Lift] Re: Lift, Maven, Windows, JVM server mode

2009-01-26 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, se

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

2009-01-30 Thread Viktor Klang
Grattis på födelsedagen! On Fri, Jan 30, 2009 at 9:30 AM, David Bernard wrote: > Bon Anniversaire > > > On Fri, Jan 30, 2009 at 08:48, Marius wrote: > >> >> If Skype is right it must be Jorge's birthday ! >> >> HAPPY BIRTHDAY MAN ! >> >>

[Lift] Re: Traversing all the HTML nodes in YUI

2009-02-06 Thread Viktor Klang
/twitter.com/dpp >>> Git some: http://github.com/dpp >>> >>> >>> >> >> >> -- >> Amarjeet Singh >> Phone: +91-98712-76661 >> >> >> >> > > > -- > Lift, the simply functional web framework http://liftw

[Lift] Re: JTA showSQL

2009-02-10 Thread Viktor Klang
} >> } >> >> With this I can log the query via >> Log.info(emailQuery.getQueryWithParams()) >> >> Better still, (assuming execOnce exists in a utility object) when I >> only need to see the query once in the log >> /* >> execulte execF

[Lift] Re: JTA showSQL

2009-02-10 Thread Viktor Klang
Is there a JPA defined way to turn loggin of DML on? On Tue, Feb 10, 2009 at 3:45 PM, Derek Chen-Becker wrote: > Yes, but that only works for Hibernate. I use Hibernate from everything, > but I'm trying to keep the library usable for any JPA provider. > > Derek > > O

[Lift] Re: IMPORTANT: Library Upgrades

2009-02-12 Thread Viktor Klang
t was > available > > on public Maven repositories. (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

[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

[Lift] Re: thanks

2009-02-13 Thread Viktor Klang
27;s >> xhtml templating paradigm, so I can see some interesting discussions >> ahead. > > > One of the projects I keep putting off is to extract Lift's templating > system into a component that could be used as a stand-alone library. If

[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 skrev: > Marius, > > Agreed on two points: > JsRaw is not the culprit -- it seems to be a bad interaction with > version of JavaScript modules > JavaScript is t

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

2009-02-16 Thread Viktor Klang
esig wrote: >>>> > >> Correct - you have to do it with the mimetype - which forces it in >>>> to >>>> > >> the XML mode where everything becomes 'fun'. >>>> > >>>> > >> --Jo

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

2009-02-17 Thread Viktor Klang
t;>> >>> >>> On Mon, Feb 16, 2009 at 1:49 PM, David Pollak < >>> feeder.of.the.be...@gmail.com> wrote: >>> >>>> what would the raw XHTML look like? >>>> Also, we can't rely on jQuery to scrape because we have to support other &g

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

2009-02-18 Thread Viktor Klang
ParsePath(List(index),,true,false),Full(warning_class),Class Not > Found) > > WARN - Snippet Failure: SnippetFailure(/ -> > > ParsePath(List(index),,true,false),Full(notice_class),Class Not > Found) > > > > Did I screw something up or did I miss an updat

[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 wrote: > > Ok, what about this: > > > > Why not have addToPackages take an

[Lift] Re: Regression!

2009-02-19 Thread Viktor Klang
done any interesting lift stuff, >>>>>>>>> yet, in the boiled down sample. We're just calling into the >>>>>>>>> EasyWidgets >>>>>>>>> function just like in the sample. i would expect these two examples to >

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

2009-02-19 Thread Viktor Klang
r 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 > >

[Lift] Re: Lift presentation at conferences this fall

2009-02-19 Thread Viktor Klang
ncidered creating a presentation myself but I am not sure if I am > confortable enough with lift to hold a presentation about it. > > PS! the submitit application is written in scala/wicket > -- > Bjarte Stien Karlsen > Ronatoppen 6a, 4638 Kristiansand > 95219547 > MSN:

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

2009-02-20 Thread Viktor Klang
ments on it, >> waiting 45 minutes and then making sure the form can be submitted. >> >> Thanks, >> >> David >> >> -- >> Lift, the simply functional web framework http://liftweb.net >> Beginning Scala http://www.

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

2009-02-20 Thread Viktor Klang
Smart solution :) Viktor, Rogue Software Architect 20 feb 2009 kl. 19.43 "marius d." skrev: > > > > On Feb 20, 5:30 pm, Viktor Klang wrote: >> I unfortunately have been working alot lately and havent had a >> chance to >> check the new GC code out.

[Lift] Re: [ANN] Lift 1.0 is released

2009-02-27 Thread Viktor Klang
hen I decided to put Innovation Games <http://buyafeature.com/>® >>> > online, I knew that I couldn't afford a massive development effort. >>> > I needed a small, sharp team who could leverage best-in-class tools >>> > to help us solv

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

2009-02-27 Thread Viktor Klang
gt; Hi. > > > > > I must admit I have not worked my way through the book yet, but I was > > > wondering if it is possible to remove the xmlns:lift="http:// > > > liftweb.net/" attribute on the html element in the rendered page? > > > > > Thanks. &

[Lift] Re: Testing Help for Oracle?

2009-03-02 Thread Viktor Klang
in one of my projects and my database is Oracle >> 10g. >> Unfortunately I have some problems with primary keys. After I save my >> object >> it's primary key is not set. >> I tested it with MySQL and H2 database and everythin

[Lift] Re: chaining servlets

2009-03-02 Thread Viktor Klang
se 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://biosimil

[Lift] Re: chaining servlets

2009-03-02 Thread Viktor Klang
== HttpRequest ==> (JerseyFilter) == ModifiedRequest ==> (LiftFilter) ==> > Response == (JerseyFilter) ==> ModifiedOutboundResponse ==> > > It's not clear to me how this is accomplished. There's the dead obvious > idea, but i'm leary that this won't

[Lift] Re: [Jersey] jersey as filter

2009-03-03 Thread Viktor Klang
gt;>>>>>> Thanks for the link! BTW, i'm looking at that sources from the >>>>>>>>>> Jersey jar and it appears that >>>>>>>>>> com.sun.jersey.spi.container.servlet.ServletContainer implements >>>>>>>>>> Filter.

[Lift] Re: [Jersey] jersey as filter

2009-03-03 Thread Viktor Klang
s 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 wrote: > >> Unfortunately, >> >> >> https://jersey.dev.java.net/source/browse/*checkou

[Lift] Re: [Jersey] jersey as filter

2009-03-04 Thread Viktor Klang
m >> correctly. i'm still not sure about all the Jersey path stuff. i'm the >> process of debugging. >> >> Best wishes, >> >> --greg >> >> >> On Tue, Mar 3, 2009 at 7:04 AM, Viktor Klang wrote: >> >>> Greg, >>> >

[Lift] Re: url encoded javascript

2009-03-04 Thread Viktor Klang
then include it in a snippet. >>> >>> Any suggestions? Not sure whether to solve this with mvn or lift -- I'm >>> new to both. >>> >>> >>> >>> >> >> >> -- >> Lift, the simply functional web framework ht

[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 wrote: > >> Greg, >> >> have you tried Jersey completely standalone and verified that it's >> working? >> >> >> Cheers, >> Viktor >> - Show quoted tex

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

2009-03-05 Thread Viktor Klang
oblem with replace of content in tags >> irrespective of Comet or plain or JavaScript. One cannot set innerHTML on a >> td tag. One has to put a inside the tag and then change the >> innerHTML of the . >> >>> >>> >>> >>> Sincerely, >>

[Lift] Re: Proposed addition to LRU

2009-03-05 Thread Viktor Klang
. > > The LRU class has a private val map: LRUMap > > Is there any objections to me adding a method to LRU to return all the > keys from that map?: > > // off the top of my head... > def keys: Array[KeyType] = map.keySet().asInstanceOf[Set > [KeyType]].toArray > > T

[Lift] Re: Custom Boot Class

2009-03-16 Thread Viktor Klang
ommented out the regular Boot class and added a >>>> Brat class with identical implementation, except it extends Bootable. >>>> >>>> class Brat extends Bootable { ... } >>>> >>>> Unfortunately, I'm getting a: >>>> >>>&g

[Lift] Re: Welcome Lee Mighdoll to the Lift committers

2009-03-18 Thread Viktor Klang
7;s going to be slinging some pretty cool code into Lift. >> >> Please join me in welcoming Lee on board! >> >> Thanks, >> >> David >> >> -- >> Lift, the simply functional web framework http://liftweb.net >> Beginning Scala http://ww

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

2009-03-20 Thread Viktor Klang
. If the snippets are singletons then > this would not work otherwise I would need to know how to extend the factory > to inject the EJB. > > Thanks Again, > Chad > > > > -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You r

[Lift] Re: JPA inheritance

2009-03-20 Thread Viktor Klang
; what type of event they really are. There is an "event_type" column in > the database, but I don't know how to get at that. Don't fancy "isInstanceOf"? > > > Anyone know offhand how to get the class of the objects? This is in Lift > with JPA/Hiberna

[Lift] Re: JPA inheritance

2009-03-20 Thread Viktor Klang
ey really are." so when you're looping through them, 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: > > > > > &

[Lift] Re: JPA inheritance

2009-03-20 Thread Viktor Klang
t; > On 20/03/2009 11:03, "Viktor Klang" wrote: > > > > On Fri, Mar 20, 2009 at 11:43 AM, Charles F. Munat 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 iterat

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

2009-03-20 Thread Viktor Klang
ch(Iterator.scala:414) > [WARNING] at scala.collection.Map$$anon$6.foreach(Map.scala:123) > [WARNING] at > scala.tools.nsc.backend.jvm.GenJVM$JvmPhase.run(GenJVM.scala:55) > [WARNING] at > scala.tools.nsc.Global$Run.compileSources(Global.scala:574) > [WARNING] at

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

2009-03-20 Thread Viktor Klang
Lift could > be used by other projects utilizing 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 conten

[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" skrev: > > Ooooh. That's really good to know. Where did you find that? > > Chas. > > Viktor Klang wrote: >> If you

[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 wrote: > >> Guys, >> >> I'm expecting a signed copy... ;) > > > Who's the father? :-) > You are th

[Lift] Re: State and binding

2009-03-25 Thread Viktor Klang
... well > different ... they have over 400 developers we have 2 ... they have I > believe he said 600 web servers ... we have two. Server state for us ... not > really a problem and I'd be happy if my development is easier, quicker and I > can better meet the needs of our users in a

[Lift] Re: Absolute Beginner

2009-03-25 Thread Viktor Klang
; Lift, the simply functional web frameworkhttp://liftweb.net > > Beginning Scalahttp://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: Dynamic Image generation / HttpServletResponse

2009-03-26 Thread Viktor Klang
a20765/d98a32e89e87d317 >> >> but I don't know if it was ever implemented, and need some pointers/ >> documentation if it has been. >> >> thanks for any advice, >> Thomas >> >> >> > > > -- > Lift, the simply functional web frame

[Lift] Re: Welcome Jonas Bonér to the Lift committer s

2009-03-30 Thread Viktor Klang
, > > > > David > > > > -- > > Lift, the simply functional web frameworkhttp://liftweb.net > > Beginning Scalahttp://www.apress.com/book/view/1430219890 > > Follow me:http://twitter.com/dpp > > Git some:http://github.com/dpp > > > -- Viktor Kla

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

2009-04-01 Thread Viktor Klang
at bug). > > LOL!!! Its not thread safe!? Thats somewhat of an oversight isnt it... java.text.Format horror.... SimpleDateFormat horror... > > > > > -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this messa

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

2009-04-01 Thread Viktor Klang
t; Press Me 2 % ("onclick" -> >> SHtml.ajaxCall(Str("Button-2"), ajaxFunc2 _))) >> } >> } >> >> >> >> Which is in this template: >> >> >> >> >> >> >> And is rendered thusly: >>

[Lift] Re: Fwd: Lift on OSGi

2009-04-01 Thread Viktor Klang
ister No. DE 213 472 880 > > www.weiglewilczek.comwww.eclipse-training.net > > > > > > > > -- > Lift, the simply functional web framework http://liftweb.net > Beginning Scala http://www.apress.com/book/view/1430219890 > Follow me: http://twitter.com/dpp

[Lift] Re: The Lift 1.1 list

2009-04-01 Thread Viktor Klang
8 is released. >> >> Feedback 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: h

[Lift] Re: Need for lightweight JPA archetype

2009-04-01 Thread Viktor Klang
asic 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?

[Lift] Re: Menu widget bugginess

2009-04-02 Thread Viktor Klang
ncluded in the toserve > directory and on the page, so I'm not really sure why this problem is > occurring. Isn't that what bigiframe.js is supposed to solve? > > Chas. > > > > > -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---

[Lift] Re: PhET Website

2009-04-05 Thread Viktor Klang
Tim, that's supersweet to hear man! Viktor, Rogue Software Architect 5 apr 2009 kl. 18.18 Timothy Perrett skrev: > > Hey Sam, > > I'm currently working on some heavily localized lift systems that > localize database content, template content and can handle both LTR > languages and RTL language

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

2009-04-06 Thread Viktor Klang
ng this without 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 &quo

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

2009-04-06 Thread Viktor Klang
eveloper-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 Kl

[Lift] Re: one more stupid question

2009-04-06 Thread Viktor Klang
not say border/="1">, the border does not show up. Neither I can do align/="left"> the "left" option is ignored as well. <--- Illegal markup > > > thanks > Tobias > > > > -- Viktor Klang Senior Systems Analyst --~--~--

[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 subscr

[Lift] Re: Liftweb without Maven?

2009-04-14 Thread Viktor Klang
to a source that describes how to set up a helloworld > > > type of application manually and deploy it on Tomcat? Is there any > > > Eclipse automation for that? > > > > > Cheers, CNX > > > > -- > > João Miguel Pereira, PMPhttp://jpereira.euhttp:// &

[Lift] Re: lift plugins/extensibility?

2009-04-14 Thread Viktor Klang
plugins/gems mainly. > > > > for example, lets say i want to drop in openid authentication or > > > > something. > > > > or if i wanted to make a class versionable (although that's scala > > > > really not lift). > > > > what about a pluggable C

[Lift] Re: lift plugins/extensibility?

2009-04-15 Thread Viktor Klang
ous time to put into > it) > I really like the online theme-editing features. If you could edit templates online, and hook in new plugins online (as JARs perhaps?), have a standardized datamodel and a standard API, I think it'd be awesome. > > > Cheers, Tim > > >

[Lift] Re: Resizing images

2009-04-16 Thread Viktor Klang
unctionality. > > > 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

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

2009-04-16 Thread Viktor Klang
---> other jsp > > > Thanks in advance > > > > -- 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: A Lift preso

2009-04-23 Thread Viktor Klang
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 b

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

2009-04-27 Thread Viktor Klang
very > much trying to find my way round natural scala constructs) > > Should it be mentioned in the jpa chapter in the book? > > Tim > > > > > > -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You received this message

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

2009-04-27 Thread Viktor Klang
>> mappings in >> > JPA then the DB query is generally efficient and transparent. Could you >> post >> > a little snippet showing what you're trying to do? >> > >> > Derek >> > >> > On Mon, Apr 27, 2009 at 2:44 PM, TSP wrote: >&

[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 this

[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 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. > >

[Lift] Re: localeCalculator called multiple times?

2009-05-01 Thread Viktor Klang
: Box[HttpServletRequest]): > > Locale = { > > net.liftweb.util.Log.info("test") > > LiftRules.defaultLocaleCalculator(request) > > } > > > -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ You rec

  1   2   3   >