Re: [Wicket-user] Wicket Acegi ?

2007-05-31 Thread Per Ejeklint



Eelco Hillenius wrote:
 
 I thought about that too but then I still have to drag in some JSP's for
 the login page and somehow
 integrate Acegi's authz taglib for conditional content. Not that it's a
 big deal but it literally all feels
 a bit mixed, I prefer to keep it pure.
 
 For the pure approach, definitively check out wicket-auth. I haven't
 looked at Maurice's project - it might be much better - but looking at
 wicket-auth will help you understand how Wicket's build in
 authorization mechanism works.
 
 Eelco
 

Thies, great work with eHour - I love it already!

I just want to support Eelco on wicket-auth. I used Acegi with Spring MVC in
a rather large application, using a lot of conditional content-ing based
on the authz tag. It worked but I never was happy with it, and when I tried
out Wickets own take it felt just right. It does its thing in the Wicket
way. (Disclaimer: I have a severe jsp/taglib allergy so that might affect my
judgement.)

And, while I'm here, I have migrated two (small) Wicket-applications from
1.2 to 1.3. Absolutely no problem at all.

/Per
-- 
View this message in context: 
http://www.nabble.com/Wicket---Acegi---tf3833443.html#a10889509
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Interesting maven experience... More data!

2007-04-12 Thread Per Ejeklint

OK, I got it again so now maybe som expert can have a look at it. Attached is
the output from my terminal. Yesterday I created a fresh checkout and today
I made an update. When building it started to loop. I'm running Maven-2.0.6
on Mac OS X 10.4.9. SVN version is 1.4.3.

Hope this helps.

http://www.nabble.com/file/7826/wicketbuildlooping.rtf
wicketbuildlooping.rtf 

/Per


Eelco Hillenius wrote:
 
 Any idea how to reproduce this?
 
 Eelco
 
 
 On 4/11/07, Per Ejeklint [EMAIL PROTECTED] wrote:

 Just a note for your information.

 I just had an unusual experience with maven when building wicket-1.x. Had
 done a few updates, and then the install target got in a strange loop. It
 took forever and then my disk was full! Turned out that the wicket
 sources
 has swollen a bit:

 -rw-r--r--1 ejeklint  ejeklint  13756395463 Apr 11 12:47
 wicket-1.3.0-incubating-SNAPSHOT-sources.jar

 Whoah! Didn't seem right. :)

 Deleting all and getting it fresh from svn fixed it.

 (Sorry for previous empty post, keyboard slip.)
 --
 View this message in context:
 http://www.nabble.com/Interesting-maven-experience...-tf3558632.html#a9937196
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/wicket-user

 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 

-- 
View this message in context: 
http://www.nabble.com/Interesting-maven-experience...-tf3558632.html#a9954096
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Interesting maven experience...

2007-04-11 Thread Per Ejeklint

Just a note.
-- 
View this message in context: 
http://www.nabble.com/Interesting-maven-experience...-tf3558620.html#a9937156
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Interesting maven experience...

2007-04-11 Thread Per Ejeklint

Just a note.
-- 
View this message in context: 
http://www.nabble.com/Interesting-maven-experience...-tf3558619.html#a9937155
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Interesting maven experience...

2007-04-11 Thread Per Ejeklint

Just a note for your information.

I just had an unusual experience with maven when building wicket-1.x. Had
done a few updates, and then the install target got in a strange loop. It
took forever and then my disk was full! Turned out that the wicket sources
has swollen a bit:

-rw-r--r--1 ejeklint  ejeklint  13756395463 Apr 11 12:47
wicket-1.3.0-incubating-SNAPSHOT-sources.jar

Whoah! Didn't seem right. :)

Deleting all and getting it fresh from svn fixed it.

(Sorry for previous empty post, keyboard slip.)
-- 
View this message in context: 
http://www.nabble.com/Interesting-maven-experience...-tf3558632.html#a9937196
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Interesting maven experience...

2007-04-11 Thread Per Ejeklint

Sorry, I really don't know. I have erased the entire branch so I can't re-run
the sequence. I checked out wicket-1.x about 10 days ago, and I think it was
after the second update which I did this Saturday or Sunday, that the
problems started. It was definitely before the big renaming change to
org.apache.wicket.

Maven did spew out a lot of warnings on javadoc generation, a number of
@link tags that couldn't be resolved but I don't remember the exact message,
and then it hanged on generating the sources.jar.

/Per


Eelco Hillenius wrote:
 
 Any idea how to reproduce this?
 
 Eelco
 
 
 On 4/11/07, Per Ejeklint [EMAIL PROTECTED] wrote:

 Just a note for your information.

 I just had an unusual experience with maven when building wicket-1.x. Had
 done a few updates, and then the install target got in a strange loop. It
 took forever and then my disk was full! Turned out that the wicket
 sources
 has swollen a bit:

 -rw-r--r--1 ejeklint  ejeklint  13756395463 Apr 11 12:47
 wicket-1.3.0-incubating-SNAPSHOT-sources.jar

 Whoah! Didn't seem right. :)

 Deleting all and getting it fresh from svn fixed it.

 (Sorry for previous empty post, keyboard slip.)
 --
 View this message in context:
 http://www.nabble.com/Interesting-maven-experience...-tf3558632.html#a9937196
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 

-- 
View this message in context: 
http://www.nabble.com/Interesting-maven-experience...-tf3558632.html#a9943307
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] AjaxUpdates stops in Safari

2006-12-12 Thread Per Ejeklint
Folks, I'm back in da house after too long time away from Wicket and  
started to work on a little webapp again.


Have migrated to 2.0 since I like the frontier. All is well except  
that I have an AjaxSelfUpdating page that only updates once when  
using Safari (latest). All works well in Firefox though. The same  
problem as written about in this thread: http://www.nabble.com/Ajax- 
request-'hangs'-on-Safari-(Wicket-2.0)-t2243119.html - I believed  
that was fixed already.


I'm using a 2.0-SNAPSHOT build by me yesterday. BTW, is there a 2.0- 
SNAPSHOT repo out there any longer?


You can see the simple app running here, at least today: http:// 
80.217.109.242:8080/irrigator/


Comments?

Per Ejeklint: Consultant at Heimore Group AB, Kungsg. 33 11th floor,  
SE-111 56 Stockholm, Sweden

Contact: [EMAIL PROTECTED]; mobile +4670-5090052

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxUpdates stops in Safari

2006-12-12 Thread Per Ejeklint

Forgot to add that the code is avaliable here:
http://code.google.com/p/irrigator/source



Per Ejeklint wrote:
 
 Folks, I'm back in da house after too long time away from Wicket and  
 started to work on a little webapp again.
 
 Have migrated to 2.0 since I like the frontier. All is well except  
 that I have an AjaxSelfUpdating page that only updates once when  
 using Safari (latest). All works well in Firefox though. The same  
 problem as written about in this thread: http://www.nabble.com/Ajax- 
 request-'hangs'-on-Safari-(Wicket-2.0)-t2243119.html - I believed  
 that was fixed already.
 
 I'm using a 2.0-SNAPSHOT build by me yesterday. BTW, is there a 2.0- 
 SNAPSHOT repo out there any longer?
 
 You can see the simple app running here, at least today: http:// 
 80.217.109.242:8080/irrigator/
 
 Comments?
 
 Per Ejeklint: Consultant at Heimore Group AB, Kungsg. 33 11th floor,  
 SE-111 56 Stockholm, Sweden
 Contact: [EMAIL PROTECTED]; mobile +4670-5090052
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 

-- 
View this message in context: 
http://www.nabble.com/AjaxUpdates-stops-in-Safari-tf2807423.html#a7833494
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] wicket + sitemesh + tomcat page truncation

2006-10-22 Thread Per Ejeklint
Might be completely unrelated but I once saw this in an app where an exception was caught and logged to file but never shown. Execution continued but with uncomplete data rendered. Just an idea.../Per22 okt 2006 kl. 06.19 skrev Nick Johnson:Greetings,I'm writing this in the hope that someone has seen this problem before and can offer a solution.I use Sitemesh to decorate pages of various sources (html, jsp, text) and I'm experimenting with converting some legacy web apps to use Wicket.The problem I'm having is that when hitting the submit button on a Wicket form, the resulting page gets truncated after 2842 bytes, which is well inside the Sitemesh decorator page.  If I hit the browser's reload button, I get the whole page.It's unclear whether this behaviour is caused by Wicket, Sitemesh or Tomcat.  It's surely bizarre that hitting reload would cause the page to display properly.  Maybe something to do wish sessions?This is using Wicket 1.2.2 with Sitemesh 2.2.1 in Tomcat 5.5.20..Has anyone else seen similar behaviour and found a workaround or fix?    Nick-- -Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user   		Per Ejeklint: Consultant at Heimore Group AB, Kungsg. 33 11th floor, SE-111 56 Stockholm, Sweden 		Contact: [EMAIL PROTECTED]; mobile +4670-5090052  -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] [Wicket-announce] First Wicket book published

2006-09-14 Thread Per Ejeklint
It covers 1.2 and has a small part about what will change in 2.0. I can recommend the book, it's a very good starting point./Per14 sep 2006 kl. 09.32 skrev Thomas Queste:Great ! A whole book.But does it cover Wicket 1.2 or 1.1 ?Regards,Thomas-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user   		Per Ejeklint: Consultant at Heimore Group AB, Kungsg. 33 11th floor, SE-111 56 Stockholm, Sweden 		Contact: [EMAIL PROTECTED]; mobile +4670-5090052  -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-10 Thread Per Ejeklint
OK, I solved it but am not sure what I did wrong at first.My MainPage contains AjaxTabbedPanels, and each panel contains forms or tables.In my MainPage I added style with		add(new HeaderContributor.CSSHeaderContributor("tabs.css"));but after clicking on a table header in a sortable table (from Databinder), the rendered page lost the link to tabs.css.Removing the HeaderContributor and replace it withwicket:head	link rel="stylesheet" type="text/css" href="">"tabs.css" //wicket:headfixed it. Now my page looks nice again. :-)Is there an explanation for this or can it be a bug? I'm using 1.2-SNAPSHOT./Per9 sep 2006 kl. 23.43 skrev Per Ejeklint:Yes, I have those in place, so something else is going on...9 sep 2006 kl. 23.30 skrev Igor Vaynberg:make sure you have all the necessary styles for the link implementednamely th.wicket_orderDown/Up/None-IgorOn 9/9/06, Per Ejeklint  [EMAIL PROTECTED] wrote:I have a page with a few AjaxTabbedPanels. Two contains TreeTables and renders just fine. One contains a DataTable with a HeadersToolbar for sorting. This panel renders fine when first entered, but when I click on a header to sort, the CSS styling for the enclosing tab-row breaks. It's styling falls back to regular links in an "ul". I don't know where to start, so can anyone give me tips on where to put my bug-finding loupe at first? /Per -Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user   		Per Ejeklint: Consultant at Heimore Group AB, Kungsg. 33 11th floor, SE-111 56 Stockholm, Sweden 		Contact: [EMAIL PROTECTED]; mobile +4670-5090052  -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-09 Thread Per Ejeklint
I have a page with a few AjaxTabbedPanels. Two contains TreeTables and renders just fine. One contains a DataTable with a HeadersToolbar for sorting. This panel renders fine when first entered, but when I click on a header to sort, the CSS styling for the enclosing tab-row breaks. It's styling falls back to regular links in an "ul". I don't know where to start, so can anyone give me tips on where to put my bug-finding loupe at first?/Per      		Per Ejeklint: Consultant at Heimore Group AB, Kungsg. 33 11th floor, SE-111 56 Stockholm, Sweden 		Contact: [EMAIL PROTECTED]; mobile +4670-5090052  -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] CSS problems with DataTable in an AjaxTabbedPanel

2006-09-09 Thread Per Ejeklint
Yes, I have those in place, so something else is going on...9 sep 2006 kl. 23.30 skrev Igor Vaynberg:make sure you have all the necessary styles for the link implementednamely th.wicket_orderDown/Up/None-IgorOn 9/9/06, Per Ejeklint  [EMAIL PROTECTED] wrote:I have a page with a few AjaxTabbedPanels. Two contains TreeTables and renders just fine. One contains a DataTable with a HeadersToolbar for sorting. This panel renders fine when first entered, but when I click on a header to sort, the CSS styling for the enclosing tab-row breaks. It's styling falls back to regular links in an "ul". I don't know where to start, so can anyone give me tips on where to put my bug-finding loupe at first? /Per -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Editable tree table in 2.0?

2006-09-04 Thread Per Ejeklint
I looked at the live examples and found that the Editable Tree Table would be very useful for me. But it seems that this is not in 2.0 extensions yet. Any words on when it will be?/Per  		Per Ejeklint: Consultant at Heimore Group AB, Kungsg. 33 11th floor, SE-111 56 Stockholm, Sweden 		Contact: [EMAIL PROTECTED]; mobile +4670-5090052  -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Editable tree table in 2.0?

2006-09-04 Thread Per Ejeklint
Aha, it has righteously been elevated to divine status! Nice!

And thanks for the excellent work on this stuff. Very well done, very  
neat and very useable. Have you considered adding possibility to add/ 
remove rows to the table, using these + / - signs in a table footer?  
Or is that done already somewhere?


/Per


4 sep 2006 kl. 09.32 skrev Matej Knopp:

 It's not in 2.0 extensions and probably it never will be.
 It's in 2.0 core :-)

 -Matej

 Per Ejeklint wrote:
 I looked at the live examples and found that the Editable Tree Table
 would be very useful for me. But it seems that this is not in 2.0
 extensions yet. Any words on when it will be?

 /Per


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Utf-8 woes... (OT)

2006-09-04 Thread Per Ejeklint
This is slightly off-topic, but since I know there are several Mac and Eclipse users here that has funny chars in their mother languages I ask for hints. I can't get my Wicket app, developed on Eclipse on Mac to render Swedish vowels properly. You that knows how to tweak all encodings, could you enlighten me?  		Per Ejeklint: Consultant at Heimore Group AB, Kungsg. 33 11th floor, SE-111 56 Stockholm, Sweden 		Contact: [EMAIL PROTECTED]; mobile +4670-5090052  -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Pro Wicket beta book available

2006-08-17 Thread Per
Karthik, sorry for misspelling your name. Will not happen again. :)

Anyhow, I promise to stand up towards any evil attacks. It's a good book you're 
working with. I do have some comments and have found a few errors, but I will 
mail them to you when daytime work is over.

/Per

On Thursday, August 17, 2006, at 12:12PM, karthik Guru [EMAIL PROTECTED] 
wrote:


Original 
Attached-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user




---
Per Ejeklint
Mobil: +4670-5090052
Yes, as long as you promise me that you will only have nice things to say about the book :) thanks,karthikOn 8/17/06, Eelco Hillenius 

[EMAIL PROTECTED] wrote:Kathrik, can we - Martijn and me - buy your book too? No copy 'n
pasting, we promise! :)EelcoOn 8/15/06, Per [EMAIL PROTECTED] wrote: It covers 
1.2, and has some information about what 2.0 will add/change. So there will definitively be a reason to also get Wicket in Action when it's released - it will target 
2.0 if I'm not wrong. I have now read the first three chapters and am impressed, both by the book and by Wicket. The more understanding you get, the more will Wickets elegance shine on you. It's truly a beautiful framework.
 The book provides exactly what has been missing in the Wicket documentation - a thorough introduction and careful explanation of the basic things you really must learn before Wicket becomes clear to you. Excellent work Kathrik! After reading this book, the many Wiki items and the excellent JavaDocs will be your friends forever. :-)
 Per On Wednesday, August 16, 2006, at 08:30AM, jan_bar [EMAIL PROTECTED]
 wrote: Hi and thanks for info. Which version of Wicket does it cover? 
1.2?  Jan   Per Ejeklint [EMAIL PROTECTED]
 wrote in message news:[EMAIL PROTECTED]

...  Just want to inform that Apress have had problems with their  downloadable beta books, but it's fixed. I just bought and  downloaded Pro Wicket 
http://www.apress.com/book/bookDisplay.html?  bID=10189, there are 9 chapters + appendix and intro available.
  Looks very nice and will definitely be worth US$20 for me. So now I
  will make a nice brew (tea) and dig in.   Per -
 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server 
v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___ Wicket-user mailing list 
Wicket-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/wicket-user   --- Per Ejeklint Mobil: +4670-5090052 -
 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1

 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642

 ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net
 
https://lists.sourceforge.net/lists/listinfo/wicket-user-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo

http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list

Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-- 
 -- karthik -- 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Pro Wicket beta book available

2006-08-15 Thread Per Ejeklint
Just want to inform that Apress have had problems with their  
downloadable beta books, but it's fixed. I just bought and  
downloaded Pro Wicket http://www.apress.com/book/bookDisplay.html? 
bID=10189, there are 9 chapters + appendix and intro available.  
Looks very nice and will definitely be worth US$20 for me. So now I  
will make a nice brew (tea) and dig in.

Per


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] AjaxSelfUpdatingTimerBehaviour problems

2006-08-10 Thread Per Ejeklint
OK, I will rephrase my questions, maybe someone then can give a hint on how I proceed...It is so that a component with AjaxSelfUpdatingTimerBehaviour should stop self-updating when the containing page is notin focus (topmost)? If yes, is there a way to change this so the page always self-updates?/Per9 aug 2006 kl. 21.07 skrev Per Ejeklint:Folks,I have an index page (listing a number of devices) with a self-updating table using AjaxSelfUpdatingTimerBehaviour like this:		WebMarkupContainer tblContainer = new WebMarkupContainer("taptable");		tblContainer.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(4)));		tblContainer.setOutputMarkupId(true);		add(tblContainer);		// Table stuff follows...It works just fine. But when I click on a link in the table witch creates a new popup page displaying details for a device, the self-updating of the index page stops and I have to refresh the index page to get the self-updating behaviour going again. Looking at the Wicket Ajax Debug I see this:IERROR: malformed response envelope: could not find root ajax-response element INFO: invoking failure handler...ERROR: error while processing response: TypeError: root has no properties.root has no properties INFO: invoking failure handler...And then nothing more.Am I missing something? Or is it a bug? Safari and Firefox behaves the same./Per-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user -
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] AjaxSelfUpdatingTimerBehaviour problems

2006-08-09 Thread Per Ejeklint
Folks,I have an index page (listing a number of devices) with a self-updating table using AjaxSelfUpdatingTimerBehaviour like this:		WebMarkupContainer tblContainer = new WebMarkupContainer("taptable");		tblContainer.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(4)));		tblContainer.setOutputMarkupId(true);		add(tblContainer);		// Table stuff follows...It works just fine. But when I click on a link in the table witch creates a new popup page displaying details for a device, the self-updating of the index page stops and I have to refresh the index page to get the self-updating behaviour going again. Looking at the Wicket Ajax Debug I see this:IERROR: malformed response envelope: could not find root ajax-response element INFO: invoking failure handler...ERROR: error while processing response: TypeError: root has no properties.root has no properties INFO: invoking failure handler...And then nothing more.Am I missing something? Or is it a bug? Safari and Firefox behaves the same./Per-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] OT: Gmail invitation? Good SVN hosts?

2006-08-07 Thread Per Ejeklint
Fellows,

I'm trying out free hosting services - need a place to hold my spiffy  
wicket-application that I finally got started with. Want to try out  
Google Code but apparently you need Gmail. Can anyone invite me (Per  
Ejeklint, [EMAIL PROTECTED])?

Also, any experience with free (or low-priced) SVN repo services that  
you want to share? I've tried OpenSVN.csie.org but it's awfully slow  
and unreliable - at least for me.

Cheers,

Per Ejeklint


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] OT: Gmail invitation? Good SVN hosts?

2006-08-07 Thread Per Ejeklint
Thank you all for all the invitations. No more are needed, I'm now  
[EMAIL PROTECTED] and have put up my first project at the  
hosting site, to test it out.

/Per

7 aug 2006 kl. 12.40 skrev Per Ejeklint:

 Fellows,

 I'm trying out free hosting services - need a place to hold my spiffy
 wicket-application that I finally got started with. Want to try out
 Google Code but apparently you need Gmail. Can anyone invite me (Per
 Ejeklint, [EMAIL PROTECTED])?

 Also, any experience with free (or low-priced) SVN repo services that
 you want to share? I've tried OpenSVN.csie.org but it's awfully slow
 and unreliable - at least for me.

 Cheers,

 Per Ejeklint


 -- 
 ---
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to  
 share your
 opinions on IT  business topics through brief surveys -- and earn  
 cash
 http://www.techsay.com/default.php? 
 page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] call for i18n contributions

2006-04-24 Thread Per Ejeklint

Sorry, forgot that. Yes, it's sv.

/Per

20 apr 2006 kl. 19.26 skrev Eelco Hillenius:


Thanks. That's language code 'sv', right? (Application_sv.properties).

Eelco

On 4/20/06, Per Ejeklint [EMAIL PROTECTED] wrote:

Here is the quick Swedish translation (couldn't log in to sourceforge
right now)!

RequiredValidator=fältet '${label}' krävs.
TypeValidator='${input}' är ingen giltig ${type}.

NumberValidator.range=${input} måste vara mellan ${minimum} och $
{maximum}.
NumberValidator.minimum='${input}' måste vara större än ${minimum}.
NumberValidator.maximum='${input}' måste vara mindre än ${maximum}.

StringValidator.range='${input}' måste innehålla mellan ${minimum}
och ${maximum} tecken.
StringValidator.minimum='${input}' måste innehålla minst ${mimimum}
tecken.
StringValidator.maximum='${input}' får som mest innehålla ${maximum}
tecken.

DateValidator.range='${input}' måste vara mellan ${minimum} och $
{maximum}.
DateValidator.minimum='${input}' måste vara senare än ${minimum}.
DateValidator.maximum='${input}' måste vara tidigare än ${maximum}.

PatternValidator='${input}' matchar inte mönstret '${pattern}'
EmailAddressPatternValidator='${input}' är ingen giltig epostadress.

EqualInputValidator='${input0}' från ${label0} och '${input1}' från $
{label1} måste vara lika.

null=Välj en
nullValid=

Cheers!

/Per

17 apr 2006 kl. 09.39 skrev Eelco Hillenius:


Hi all,

As you might have noticed, we implemented some default validator
messages (Application.properties). We currently have that in  
languages

English (default), Chinese (zh_TW), German (de) and Dutch (nl).

It would be great if your language is not in that list, you could
contribute it. At the end of this email, I  included the English
contents. Please contribute by either responding to this email, or -
the preferred way - to add your file to
http://sourceforge.net/tracker/index.php?
func=detailaid=1471603group_id=119783atid=684977

Thanks!

Eelco





RequiredValidator=field '${label}' is required.
TypeValidator='${input}' is not a valid ${type}.

NumberValidator.range=${input} must be between ${minimum} and $
{maximum}.
NumberValidator.minimum='${input}' must be greater than ${minimum}.
NumberValidator.maximum='${input}' must be smaller than ${maximum}.

StringValidator.range='${input}' must be between ${minimum} and
${maximum} chars.
StringValidator.minimum='${input}' must be at least ${mimimum}  
chars.

StringValidator.maximum='${input}' must be at most ${maximum} chars.

DateValidator.range='${input}' must be between ${minimum} and $
{maximum}.
DateValidator.minimum='${input}' must be greater than ${minimum}.
DateValidator.maximum='${input}' must be smaller than ${maximum}.

PatternValidator='${input}' does not match pattern '${pattern}'
EmailAddressPatternValidator='${input}' is not a valid email  
address.


EqualInputValidator='${input0}' from ${label0} and '${input1}' from
${label1} must be equal.

null=Choose One
nullValid=


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
that extends applications into web and mobile media. Attend the
live webcast
and join the prime developer group breaking into this new coding
territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid0944bid$1720dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user




---
Using Tomcat but need to do more? Need to support web services,  
security?
Get stuff done quickly with pre-integrated technology to make your  
job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache  
Geronimo

http://sel.as-us.falkag.net/sel?cmdlnkkid0709bid3057dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user




---
Using Tomcat but need to do more? Need to support web services,  
security?
Get stuff done quickly with pre-integrated technology to make your  
job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache  
Geronimo

http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists

Re: [Wicket-user] VOTE

2006-02-17 Thread Per Ejeklint
1. Give me the constructor change and the Java 5 functionality in onepass (Wicket 2.0) +1 |Per EjeklintMobile: +46 (0)70-5090052Web: http://www.ejeklint.seSkype: callto://ejeklint 

Re: [Wicket-user] Post 1.2 roadmap

2006-02-14 Thread Per Ejeklint

+1 for the Constructor refactoring to 1.3
+1 for Java 1.5 ASAP! I see more and more momentum for 1.5 out  
amongst our customers and the switch is going on already as more and  
more realise that it's really not such a scary move. And the fringing  
faces of the few bound to 1.4 should be weighted to the awe of all  
not-yet-wicketeers when they discover this extraterrestially  
excellent framework!


Why delay excellency? ;-)

|

Per Ejeklint
Mobile: +46 (0)70-5090052
Web: http://www.ejeklint.se
Skype: callto://ejeklint





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] spring integration

2005-12-12 Thread Per Ejeklint

Nice work, many thanks!

I'll plunge in to it as soon as there is a boring session here at  
JavaPolis. :-)


/Per

12 dec 2005 kl. 12-12 | v.50 |09.09 skrev Igor Vaynberg:

i just refactored the wicket-contrib-spring project, here are the  
changes


|

Per Ejeklint
Mobile: +46 (0)70-5090052
Web: http://www.ejeklint.se
Skype: callto://ejeklint





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket, Spring and Hibernate

2005-12-07 Thread Per Ejeklint
Amen to that. It is a bit confusing with all these pointers to  
different places. Some stuff is in CVS only, some can be downloaded  
directly.


Also, simple and effective instructions for us newbiew on how to  
quickly get the example project to build properly in Eclipse. Now I   
check out from cvs and miss another project. Should I get that one as  
well? wicket-phonebook builds nicely with maven, but I haven't got a  
working setup in Eclipse yet. Will fiddle on with it tonight.


Btw, I look forward to JavaPolis!

/Per

7 dec 2005 kl. 12-07 | v.49 |17.09 skrev Eduardo Rocha:


In my opinion, it's time to organize things a little bit. Currently I
see these three projects like this:

wicket-phonebook: uses the reapeters extension package and a kind of
spring integration (service locator);
wicket-contrib-spring: has code to allow injection of spring beans,
but no usage example;
wicket-contrib-spring-examples: it is outdated, using a king of spring
integration that maybe no one is using actually;

So, people say John, look at these three projects..., but there is a
lot of confusion.

My suggestion:

for wicket-contrib-spring-examples: a very simple example using
wicket-contrib-spring, using a simple ListView
for wicket-phonebook: a killer application, using Wicket's last
features. It is already using reapeaters, maybe it could use a
DatePicker, maybe some ajax, certainly the new spring integration,
etc...

2005/12/7, Martijn Dashorst [EMAIL PROTECTED]:

I read from Juergen's message, that the wicket-contrib-spring and
wicket-contrib-spring-examples are more appropriate. You may want  
to check
that also. Both are also available through anon cvs on the wicket- 
stuff

project.

 At least, they provide the latest and greatest insights into  
Wicket and
Spring. There has been quite a discussion and progression a few  
weeks back.


 Martijn

On 12/7/05, John Moore [EMAIL PROTECTED] wrote:

Martijn Dashorst wrote:


John,

For the true demonstrator, you need to check out (from anon-cvs)  
the

wicket-phonebook example. You can find it here:

cvs -d:pserver:[EMAIL PROTECTED]

:/cvsroot/wicket-stuff co

wicket-phonebook

I think it uses the latest and greatest from Wicket. Perhaps  
Igor can

shed a light on that?


Thanks, checked this out and am taking a look now.

John

--
==
John Moore  -  Norwich, UK  -  [EMAIL PROTECTED]
==


---
This SF.net email is sponsored by: Splunk Inc. Do you grep  
through log

files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD  
SPLUNK!

http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





--
Living a wicket life...

Martijn Dashorst - http://www.jroller.com/page/dashorst

Wicket 1.1 is out: http://wicket.sourceforge.net/wicket-1.1



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through  
log files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD  
SPLUNK!

http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


|

Per Ejeklint
Mobile: +46 (0)70-5090052
Web: http://www.ejeklint.se
Skype: callto://ejeklint





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket, Spring and Hibernate

2005-12-07 Thread Per Ejeklint


7 dec 2005 kl. 12-07 | v.49 |17.58 skrev Eelco Hillenius:


Also, simple and effective instructions for us newbiew on how to
quickly get the example project to build properly in Eclipse. Now I
check out from cvs and miss another project. Should I get that one as
well? wicket-phonebook builds nicely with maven, but I haven't got a
working setup in Eclipse yet. Will fiddle on with it tonight.


Phonebook uses wicket and wicket-extensions as project dependencies.
If you are using Eclipse, you can check the project files out as well,
and have the project(s) immediately ready for use. Only thing to
configure (if you haven't already done so for other projects that use
Maven) is to create the Eclipse classpath variable (Preferences -
Java - Build Path - Classpath Variables) MAVEN_REPO that points to
your local maven repository (e.g. C:\Documents and
Settings\hillenius\.maven\repository).


Thanks Eelco! I just removed the project dependencies and made Maven  
make a working Eclipse project for me. And I also saw Igor's mail  
about wicket-extension not compiling for the moment - I thought it  
was all my fault... Anyhow, I can read the code at least. :-)


But it might be a good idea to let the examples be agnostic to other  
projects on some IDE and just deliver them with dependencies to jars  
and let Maven put it together.




Btw, I look forward to JavaPolis!


Me too. I'd like to repeat my call: people that are going to
JavaPolis, let's meet! I put up a Wiki page at
http://www.wicket-wiki.org.uk/wiki/index.php/Javapolis2005. So let us
know whether you want to meet at that page or send us an email
directly.

Eelco


Nice initiative, let's aim for a gathering Wednesday or Thursday.

/Per


|

Per Ejeklint
Mobile: +46 (0)70-5090052
Web: http://www.ejeklint.se
Skype: callto://ejeklint





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wicket, Spring and Hibernate

2005-12-07 Thread Per Ejeklint
OK, thanks!I will go ahead and get the other CVS projects. For the moment I can't access the cvs server for some unknown reason (me using mac?) but I hope there's just a congestion that will clear up. My Eclipse did talk to cvs earlier today so I don't know what's happening right now. Maybe a hint that work day is over.../Per7 dec 2005 kl. 12-07 | v.49 |18.58 skrev Igor Vaynberg:i never said extensions werent compiling. everything should be compiling just fine but not necessarily with maven because you need to have the latest snapshots installed in your local maven repo (since we cannot provide snapshots in an online repo unless someone wants to host them and a a continuous integration tool :) ) -IgorOn 12/7/05, Per Ejeklint [EMAIL PROTECTED] wrote: 7 dec 2005 kl. 12-07 | v.49 |17.58 skrev Eelco Hillenius: Also, simple and effective instructions for us newbiew on how to quickly get the example project to build properly in Eclipse. Now I  check out from cvs and miss another project. Should I get that one as well? wicket-phonebook builds nicely with maven, but I haven't got a working setup in Eclipse yet. Will fiddle on with it tonight.  Phonebook uses wicket and wicket-extensions as project dependencies. If you are using Eclipse, you can check the project files out as well, and have the project(s) immediately ready for use. Only thing to  configure (if you haven't already done so for other projects that use Maven) is to create the Eclipse classpath variable (Preferences - Java - Build Path - Classpath Variables) MAVEN_REPO that points to  your local maven repository (e.g. C:\Documents and Settings\hillenius\.maven\repository).Thanks Eelco! I just removed the project dependencies and made Mavenmake a working Eclipse project for me. And I also saw Igor's mail about wicket-extension not compiling for the moment - I thought itwas all my fault... Anyhow, I can read the code at least. :-)But it might be a good idea to let the examples be agnostic to otherprojects on some IDE and just deliver them with dependencies to jars and let Maven put it together. Btw, I look forward to JavaPolis! Me too. I'd like to repeat my call: people that are going to JavaPolis, let's meet! I put up a Wiki page at  http://www.wicket-wiki.org.uk/wiki/index.php/Javapolis2005. So let us know whether you want to meet at that page or send us an email  directly. EelcoNice initiative, let's aim for a gathering Wednesday or Thursday./Per|Per EjeklintMobile: +46 (0)70-5090052Web:  http://www.ejeklint.seSkype: callto://ejeklint---This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems?  Stop!  Download the new AJAX search engine that makessearching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click___Wicket-user mailing listWicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user |Per EjeklintMobile: +46 (0)70-5090052Web: http://www.ejeklint.seSkype: callto://ejeklint 

[Wicket-user] Wicket at JavaPolis?

2005-08-30 Thread Per Ejeklint

Just wondering,

are there any plans for a Wicket presentation at JavaPolis 2005 in  
Antwerpen? Would be fun to meet some of you there.


/Per

|

Per Ejeklint
Mobile: +46 (0)70-5090052
Web: http://www.ejeklint.se
Skype: callto://ejeklint





---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Re: Wicket at JavaPolis?

2005-08-30 Thread Per Ejeklint

Cool, you will have at least 2 Swedish supporters there. :-)

/Per

30 aug 2005 kl. 17.03 skrev Eelco Hillenius:


Yep, we still have to get the details right, but we have been offered
to talk at JavaPolis. Martijn will be there for sure, I might be on
the other side of the world by then.

Eelco


On 8/30/05, Per Ejeklint [EMAIL PROTECTED] wrote:


Just wondering,

are there any plans for a Wicket presentation at JavaPolis 2005 in
Antwerpen? Would be fun to meet some of you there.

/Per

|

Per Ejeklint
Mobile: +46 (0)70-5090052
Web: http://www.ejeklint.se
Skype: callto://ejeklint





---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle  
Practices
Agile  Plan-Driven Development * Managing Projects  Teams *  
Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/ 
bsce5sf

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle  
Practices
Agile  Plan-Driven Development * Managing Projects  Teams *  
Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/ 
bsce5sf

___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



|

Per Ejeklint
Mobile: +46 (0)70-5090052
Web: http://www.ejeklint.se
Skype: callto://ejeklint





---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Wizards in wicket.

2005-04-19 Thread Per Ejeklint
OK, just give me a few years to catch up. :-)
/Per
2005-04-19 kl. 15.59 skrev Eelco Hillenius:
Maybe we should write out a competition: who builds the best 
high-level reusable wizzard component :)

---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Kick Start your Wicket Development!

2005-04-18 Thread Per Ejeklint
Good news!
But there's a link problem: the link to the files in Sourceforge  
contains an extra '?' which leads to wrong page:

http://sourceforge.net/project/showfiles.php?? 
package_id=150054group_id=134391

Easy to fix, once you notice it. :-)
/Per
2005-04-17 kl. 13.28 skrev Martijn Dashorst:
April 17, 2005 - Kick Start Your Wicket Development!
 The Kick Start project gives you a head start when you want to begin  
your own Wicket
 web application. We currently only kick start you in Eclipse, but  
NetBeans and IntelliJ
 support will arrive in the near future.

 If you have experience using NetBeans and creating a project  
descriptor for that project, please contact me in order to help set up  
the NetBeans support.

 If you have experience using IntelliJ and creating a project  
descriptor for that project, please contact me in order to help set up  
the IntelliJ support.

 Martijn Dashorst

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Kick-start project?

2005-04-15 Thread Per Ejeklint
Hi all, is there an empty Eclipse-project to use as a start for new 
Wicket-applications floating around somewhere? I think I read about it 
somewhere but can't find one.

/Per

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Kick-start project?

2005-04-15 Thread Per Ejeklint
OK, lekker!
I just found Wicket today and after only two hours of reading/code 
browsing I'm in love. :-) It looks very  promising, just my kind of 
web-app framework. Hope to be able to contribute one day.

/Per
2005-04-15 kl. 17.29 skrev Martijn Dashorst:
Per Ejeklint wrote:
Hi all, is there an empty Eclipse-project to use as a start for new 
Wicket-applications floating around somewhere? I think I read about 
it somewhere but can't find one.

Hi Per,
You are right, there used to be an Eclipse quickstart project. This 
has moved to the Wicket-stuff project, and will be released this 
weekend together with RC2. I hope you can wait until that time.

Keep a look out on the mailing list for information when the project 
is released.

Martijn

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real 
users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user