Great talk Derek !!!
Br's,
Marius
On Aug 18, 2:46 am, Derek Chen-Becker wrote:
> http://blip.tv/file/2485411
>
> A big thanks to BJUG and especially Fred Jean for recording this. I'll be
> giving another talk in December to the Denver Open Source User Group
> (DOSUG). Hopefully we'll have some
Great suggestion, and I'd love to do that. When I changed the versions
to 1.1-SNAPSHOT in the POM file, maven wasn't able to find them at
scala-tools.org.
I guess I need to add another repository. I'll look into that.
Thanks,
Mojo
David Pollak wrote:
> It's also a really, really good idea t
Timothy,
I'm just starting to learn how to use Nginx and would love to some
pointers. How did you set up Nginx? How to do you launch your Jetty
instances?
Peter
On Aug 17, 3:34 pm, Timothy Perrett wrote:
> I run several sizable applications with NGINX and Jetty... Works like a
> dream.
>
> On
mvn -Dorg.mortbay.util.FileResource.checkAliases=False jetty:run lead
to:
HTTP ERROR 503
Problem accessing /jquery.sparkline.js. Reason:
java.lang.IllegalStateException: Alias checking disabled
Is is just for the symlin in the webroot – requsting the one in the js
subdirectory still cause
Cool beans!
On Mon, Aug 17, 2009 at 4:46 PM, Derek Chen-Becker wrote:
> http://blip.tv/file/2485411
>
> A big thanks to BJUG and especially Fred Jean for recording this. I'll be
> giving another talk in December to the Denver Open Source User Group
> (DOSUG). Hopefully we'll have some exciting an
http://blip.tv/file/2485411
A big thanks to BJUG and especially Fred Jean for recording this. I'll be
giving another talk in December to the Denver Open Source User Group
(DOSUG). Hopefully we'll have some exciting announcements concerning 1.1 by
then!
Derek
--~--~-~--~~~
They would still output the same of course I just see a need for a few
more starting points and I don¹t want to clutter the main codebase so a
little bit of housekeeping is in order :-)
Cheers, Tim
On 17/08/2009 23:43, "David Pollak" wrote:
> As long as you don't mess with the Basic archetyp
On Mon, Aug 17, 2009 at 3:32 PM, Timothy Perrett wrote:
>
> I think his point is that he wants it added by default, rather than there
> is any problem. Personally, I don’t see the point of adding it by default...
> But hey.
>
It is done by default in the Basic archetype.
>
>
> On this note, I’v
I run several sizable applications with NGINX and Jetty... Works like a
dream.
On 17/08/2009 18:55, "Peter Robinett" wrote:
> I know David likes running Nginx in front of Jetty
--~--~-~--~~~---~--~~
You received this message because you are subscribed to
I think his point is that he wants it added by default, rather than there is
any problem. Personally, I don¹t see the point of adding it by default...
But hey.
On this note, I¹ve been thinking of perhaps having a re-shuffle in the code
base to group the archetypes together in a module and add a b
Also opencms and alfresco both Java/J2EE
On Aug 17, 7:09 pm, Stefan Scott wrote:
> I'll chime in here since I've been evaluating several CMSs lately.
>
> I previously used Drupal and WordPress as my CMSs - now however I'm
> moving everything to MODx because of the increased flexibility and
> mor
Neat, thanks!
On Mon, Aug 17, 2009 at 4:40 PM, Ryan Donahue wrote:
>
> I use a "fake" smtp server called Dumbster:
> http://quintanasoft.com/dumbster/
>
> If run.mode is development or test, my app starts an embedded instance
> of dumbster on an unused port and configures Mailer to connect to th
I wrote (in a major rush) an example of using Paginator on the wiki.
http://wiki.github.com/dpp/liftweb/example-paginating-mapper-based-snippets-with-sortable-headersI
haven't figured out the markup too well though so it's not displaying
correctly. Can someone fix it? Thanks.
--~--~-~--~--
I use a "fake" smtp server called Dumbster:
http://quintanasoft.com/dumbster/
If run.mode is development or test, my app starts an embedded instance
of dumbster on an unused port and configures Mailer to connect to that
port. Any email sent by the app is received by dumbster (and not
relayed).
Oh, it certainly make more sense now, thanks a lot. My only concern is
that "with-param" is not very self-descripting name for this feature.
I would suggest something like
...
Any markup should be readable and have some semantics. And it should
be documented in very basics, I presume.
Ok .. I think I know what it is ... I'll try to fix it tomorrow
(unless Dave thinks of something sooner). The attributes or surround
are temporary added inside processSurroundAndInclude and for lift
builtin snippets using S.attrs or S.attrsToMetaData etc. the surround
attributes are merged with li
Sorry, I didn't notice that you were using views.
On Mon, Aug 17, 2009 at 4:17 PM, Michel Klijn wrote:
>
> Thank you, one thing though. The expression: "MyView" :: _ didn't
> convert into a Link object with directory listing true. So instead I
> used:
> Menu(Loc("MyView",new Link("MyView" :: Nil
> Looks like a bug to me
It does to me as well. And a somewhat serious one. FYI this bug (if
it is indeed a bug) does *not* occur in Lift 1.0, but does in 1.1-M1
and later versions.
-harryh
--~--~-~--~~~---~--~~
You received this message because you are subs
Thank you, one thing though. The expression: "MyView" :: _ didn't
convert into a Link object with directory listing true. So instead I
used:
Menu(Loc("MyView",new Link("MyView" :: Nil, true),"MyView"))
I thought that all the views were implicitly mapped to viewClass/
method. I understand now tha
Looks like a bug to me
Br's,
Marius
On Aug 17, 11:04 pm, harryh wrote:
> Further information:
>
> Stripping things down to almost nothing, a test.html:
>
>
> ignore
>
>
> Generates the following HTML:
>
> key="xxx">ignore
>
> Still confused on how the "with" and "at" attributes are get
Further information:
Stripping things down to almost nothing, a test.html:
ignore
Generates the following HTML:
ignore
Still confused on how the "with" and "at" attributes are getting added
to the tag.
-harryh
--~--~-~--~~~---~--~~
You received this messa
One small advice ... your code would probably be be read by more
people if some minimal formatting is applied :) ... I can imagine you
didn't do it on purpose though :)
Actually I like it.
Just something really unimportant and subjective: how do you feel
about ->> instead of %> ? (I understood y
How about BindPlus? BindUtil(s)? Better name anyone?I could put bindSwitch*
there too, as well as other specialized binds. bindSwitch isn't too useful
without chaining.
*bindSwitch lets you have two or more parts of the view which act as a
switch -- only one is visible at a time -- even if they eac
On Mon, Aug 17, 2009 at 11:50 AM, Naftoli Gugenheim wrote:
> Does that imply any reason not to have %> as a bind-with-attributes
> syntax? See
> http://groups.google.com/group/liftweb/msg/1fbf7df2009abf9e?hl=en
>
No. The two concepts are very far apart (and %> is a work-in-progress
operator)
>
On Mon, Aug 17, 2009 at 12:48 PM, Naftoli Gugenheim wrote:
> Should I leave it in view.Util? Or is there a better place? Because I
> really meant it (actually the whole view package) to support Mapper-based
> views, and this isn't related to Mapper.
Yeah... put them in a separate object (Not Hel
Should I leave it in view.Util? Or is there a better place? Because I really
meant it (actually the whole view package) to support Mapper-based views,
and this isn't related to Mapper.
On Mon, Aug 17, 2009 at 3:46 PM, David Pollak wrote:
>
>
> On Mon, Aug 17, 2009 at 12:44 PM, Naftoli Gugenheim
On Mon, Aug 17, 2009 at 12:35 PM, marius d. wrote:
>
> Done.
Tnx
>
>
> Br's,
> Marius
>
> On Aug 17, 9:39 pm, David Pollak
> wrote:
> > On Sun, Aug 16, 2009 at 11:52 PM, marius d.
> wrote:
> >
> > > Thank you for pointing this out. Most likely I'll make the corrections
> > > today.
> >
> >
On Mon, Aug 17, 2009 at 12:44 PM, Naftoli Gugenheim wrote:
> What do people think of the following? I wrote some implicits that allow
> you to call bind as a method on a NodeSeq, allowing you to chain several
> bind statements.For example:
> def edit(xhtml: NodeSeq) =
> xhtml.bind("prefix1",
What do people think of the following? I wrote some implicits that allow you
to call bind as a method on a NodeSeq, allowing you to chain several bind
statements.For example:
def edit(xhtml: NodeSeq) =
xhtml.bind("prefix1",
"label1" -> value1,
"label2" -> value2
).bind("prefix
How can I test mailing when offline? (Besides having a switch in my program
to output mailed emails.)It would be nice if you could have all mails
logged, with all their headers and body, and whether it was sent, preferably
to a separate log file.
--~--~-~--~~~---~--~---
Done.
Br's,
Marius
On Aug 17, 9:39 pm, David Pollak
wrote:
> On Sun, Aug 16, 2009 at 11:52 PM, marius d. wrote:
>
> > Thank you for pointing this out. Most likely I'll make the corrections
> > today.
>
> Please let us know when the changes are rolled in.
>
>
>
>
>
> > Br's,
> > Marius
>
> > On
I don't see in your code the use of the overloaded ajaxText that I
posted. Have you tried it?
Marius
On Aug 17, 10:20 pm, g-man wrote:
> OK, thanks for checking back...
>
> Snippet:
> swappable({task.dueOn.toString},
> {ajaxText(task.dueOn.toString,
> v => { task
I'm using H2, and LIKE queries seem to be case sensitive. What should I do
to search fields without being case sensitive?For example, right now I have:
Client.findAll(Like(field, "%"+v+"%"))
In SQL I can write SELECT FIRST FROM CLIENT WHERE UPPER(FIRST) LIKE '%A%';
So is there a way to spec
OK, thanks for checking back...
Snippet:
swappable({task.dueOn.toString},
{ajaxText(task.dueOn.toString,
v => { task.dueOn(v.toLong).save; reDrawTasks();
}) % ("size" -> "10")})
JS:
$chgDueon // jQuery selection for text field
.datepicker({da
I'm getting HTML like this (which fails to render):
ignore
when, down in the guts of a page I have something like this:
in Page.tips(xhtml: NodeSeq) I have:
bind("tip", xhtml, ...
"ignore_link" -> a(Text("ignore")){
// some other stuff
JsCmds.JsHideId("tip"+tip.id)
})
Note t
Hi, sorry, not sure why I didn't see your message earlier. Strange... Has
anyone written any code to address this topic in the meantime? In case not,
here's all the code I've written for such purposes; tell me what you think.
def keepAttrs(elem: Elem) = (ns: NodeSeq) => BindHelpers.currentNode mat
Does that imply any reason not to have %> as a bind-with-attributes
syntax? See
http://groups.google.com/group/liftweb/msg/1fbf7df2009abf9e?hl=en
On Mon, Aug 17, 2009 at 1:20 PM, David Pollak wrote:
>
>
> On Mon, Aug 17, 2009 at 9:25 AM, Derek Chen-Becker
> wrote:
>
>> I think that that's a gen
On Sun, Aug 16, 2009 at 11:52 PM, marius d. wrote:
>
> Thank you for pointing this out. Most likely I'll make the corrections
> today.
Please let us know when the changes are rolled in.
>
>
> Br's,
> Marius
>
> On Aug 17, 1:48 am, Vassil wrote:
> > Hello guys,
> >
> > It seems the HTTP refac
David,
Go for it, Dude! Who knows, you might come up with something new. With a
Scala encoding as the 'informal spec' i can tell you what semantics are
already out there and how yours compares.
Best wishes,
--greg
On Mon, Aug 17, 2009 at 11:19 AM, David Pollak <
feeder.of.the.be...@gmail.com> w
On Mon, Aug 17, 2009 at 10:37 AM, Meredith Gregory wrote:
> Dear David,
>
> *This* is a can of night-crawlers. Do you have a specification of the
> abstract syntax of your flow language? Do you have a semantics?
No & No. Flying by the seat of my pants (as usual). Always happy for
pointers to
I'll chime in here since I've been evaluating several CMSs lately.
I previously used Drupal and WordPress as my CMSs - now however I'm
moving everything to MODx because of the increased flexibility and
more-logical organization, and I'm also impressed with the demos of
SilverStripe, TypoLight Typ
Well for some reason it didn't work until I put "default." in the name, like
you said.
On Mon, Aug 17, 2009 at 2:12 AM, Derek Chen-Becker wrote:
> log4j itself looks for a log4j.properties or log4j.xml file in the
> classpath, so that would work whether you're using Lift or not.
>
> Derek
>
>
> O
Thanks everyone.This webapp is not going to be used very heavily or have a
very demanding customer base. It's for an organization that will have around
5 people using it total, not necessarily at the same time. So I don't need
any fancy setup like continuous integration etc.
It's also the second ve
Are you coming from an MVC framework? Many of them use the approach you
described, but Lift does not."MyView.hi" (under the covers MyView.doRender
of course) is a snippet. Snippets are XML transformers.
On the other hand, the page you put into your SiteMap should refer to an
x(h)tml document, which
I know David likes running Nginx in front of Jetty
On Aug 17, 12:00 am, Jeppe Nejsum Madsen wrote:
> Naftoli Gugenheim writes:
> > What's the best way to get a lift app running on a Ubuntu web server I can
> > SSH into with full permissions? It came with almost nothing installed.
> > Thank
Please add the path to your SiteMap.
Menu(Loc("MyView", "MyView" :: _, "MyView"))
Br's,
Marius
On Aug 17, 8:25 pm, Michel Klijn wrote:
> Hi,
>
> I'm new to Lift and I've been fooling around with all it's cool
> features.
>
> At the moment, I'm trying to access MyView that I have defined in the
Hi,
I'm new to Lift and I've been fooling around with all it's cool
features.
At the moment, I'm trying to access MyView that I have defined in the
view package. When I try to access the view via the URL:"
http://localhost:8080/MyView/hi " I get the following message:
The requested page was not
Dear David,
*This* is a can of night-crawlers. Do you have a specification of the
abstract syntax of your flow language? Do you have a semantics?
Best wishes,
--greg
On Mon, Aug 17, 2009 at 10:20 AM, David Pollak <
feeder.of.the.be...@gmail.com> wrote:
>
>
> On Mon, Aug 17, 2009 at 9:25 AM, De
It's also a really, really good idea to use Lift 1.1-SNAPSHOT or Lift
1.1-M4. There's a polite error message when in development mode that points
out that the particular page needs to be added to SiteMap.
Derek & Co. Any way to update the PDF book to use 1.1-*something*?
On Sun, Aug 16, 2009 at
On Mon, Aug 17, 2009 at 9:25 AM, Derek Chen-Becker wrote:
> I think that that's a general issue with SOAP, not particular to Lift ;)
>
>
> On Sat, Aug 15, 2009 at 1:04 PM, Timothy Perrett
> wrote:
>
>>
>> Id be interested to hear those stories... all the ones i've heard so
>> far that involve any
On Mon, Aug 17, 2009 at 9:42 AM, glenn wrote:
>
> Is anyone planning on fixing the archetype snapshots to add
> this change, and "import provider._" in Boot.scala.
I'm able to create a new "Basic" Lift app from archetypes... and it works
just fine. Can you tell us what command you typed to g
On Sun, Aug 16, 2009 at 10:32 PM, Naftoli Gugenheim wrote:
>
> I fixed the H2 default schema to be PUBLIC (top level in H2 console is
> PUBLIC) rather than Empty (username).
> This bug prevented one from schemifying a new database without creating the
> schema of the username first, and using the
Is anyone planning on fixing the archetype snapshots to add
this change, and "import provider._" in Boot.scala.
Thanks in advance,
Glenn...
On Aug 10, 10:36 am, "marius d." wrote:
> Your makeUTF8 should look like this:
>
> private def makeUtf8(req: HTTPRequest): Unit =
> {req.setCharacterE
Yes, I see that David added a method to ConnectionManager:
def newSuperConnection(name: ConnectionIdentifier):
Box[SuperConnection] = Empty
which you can override using his new SuperConnection constructor:
class SuperConnection(val connection: Connection,val releaseFunc: ()
=> Unit, val schema
On Sat, Aug 15, 2009 at 7:47 PM, Naftoli Gugenheim wrote:
>
> There was a bug discussed recently about connecting to H2 with a username
> and not being able to schemify, caused by the schema defaulting to the
> username, a schema that does not exist. I just learned that H2's default
> schema is ac
I think that you'd have to do it programmatically in the connection setup
(in ConnectionManager).
On Mon, Aug 17, 2009 at 12:32 AM, Naftoli Gugenheim wrote:
>
> I fixed the H2 default schema to be PUBLIC (top level in H2 console is
> PUBLIC) rather than Empty (username).
> This bug prevented one
I think that that's a general issue with SOAP, not particular to Lift ;)
On Sat, Aug 15, 2009 at 1:04 PM, Timothy Perrett wrote:
>
> Id be interested to hear those stories... all the ones i've heard so
> far that involve anything to do with SOAP have usually been tales of
> woe ;-)
>
> Cheers, Ti
Tim,
Mapper is mixing inestricably persistence and visualization+validation
semantics, and effectively this is something that slow down my
implementation effort. I look forward for your blog post on backend
implementation.
Regards
Giuseppe
On 17 Ago, 17:58, Timothy Perrett wrote:
> Giuseppe,
>
Giuseppe,
Im sure you already know this, but be carfull when comparing mapper to
record... There implementations (whilst similar) are semantically
different... Certainly that's been my experience whilst implementing a
custom backend for Record (blog post coming soon)
Cheers, Tim
On 17/08/2009
-- Forwarded message --
From: Josh Suereth
Date: Sun, Aug 16, 2009 at 8:40 PM
Subject: [scala-user] Scala Lifftoff (Reston, VA)
To: Scala User
Greetings All!
We're organizing a Scala Lift-Off "unconference" event for Friday, October
30th in Reston, VA (A Short hop away for thos
Note that there have been some fixes to OneToMany, LongMappedForeignMapper, and
ManyToMany recently.
Also, if you like it fine, but keep in mind that I'm not a professional
programmer with years of experience, nor is the implementation a result of any
sort of research. I simply wished to have s
You can specify this in maven, but make sure you set the scope:
provided
Cheers, Tim
On 17/08/2009 15:04, "marius d." wrote:
>
> The JDBC driver should not be in the applications class-path (WEB-INF/
> lib) but in container's classpath. Say jetty's lib folder.
>
> Br's,
> Marius
>
> On Au
I confirm that there are some efforts in progress. Particularly I am
writing a jsr 170 (jackrabbit) backend for Record. It is taking longer
than expected because I am extending Record with reference field and
multivalued field that are of paramount relevance in domain modeling.
I studied recent ex
Hi,
In my data model I have:
contractStart extends MappedDate
contractLength extends MappedInt
In some views I would like to show contractEnd which is
contractStart+contractEnd.
It would be nice if I could reuse all the mapper functionality for
converting to html/json/forms etc, but I can't s
The JDBC driver should not be in the applications class-path (WEB-INF/
lib) but in container's classpath. Say jetty's lib folder.
Br's,
Marius
On Aug 17, 2:24 pm, Goldfish wrote:
> I am trying to point my app at an Oracle database, but am getting
> ClassNotFound exceptions:
>
> [INFO] Scanning
Ditto
On Aug 17, 6:43 am, Jefken De Vleesetenden Boterham
wrote:
> thirded, I'd try to help out a bit
>
> On Sun, Aug 16, 2009 at 11:53 PM, TylerWeir wrote:
>
> >> @Glenn - is your project public?
>
> > Seconded, toss it up on github and let the community start helping
> > out.
>
> --http://pmon
I am trying to point my app at an Oracle database, but am getting
ClassNotFound exceptions:
[INFO] Scanning for projects...
[INFO]
[INFO] Building cims2
[INFO]task-segment: [jetty:run]
[INFO]
thirded, I'd try to help out a bit
On Sun, Aug 16, 2009 at 11:53 PM, TylerWeir wrote:
>
>> @Glenn - is your project public?
>
> Seconded, toss it up on github and let the community start helping
> out.
>
> >
>
--
http://pmonnaie.blogspot.com/
--~--~-~--~~~---~--~-
hi
I'm trying to create an application specific CRUDify but I can't
figure out how to get the list of mapped fields from a MetaMapper.
MetaMapper has a mappedFieldList, but it is package private for some
reason??
mappedFields doesn't have the type info, nor does BaseMappedField have
the relevan
Naftoli Gugenheim writes:
> What's the best way to get a lift app running on a Ubuntu web server I can
> SSH into with full permissions? It came with almost nothing installed.
> Thanks.
It may be overkill for you if it's just a one time install, but I've had
great success with Chef (http://wik
70 matches
Mail list logo