Re: Publish Javadoc or big number of Static pages

2014-01-16 Thread phl
Hello, Thanks for the tips. It works if I replace Page by WebPage. Best regardds PHL -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Publish-Javadoc-or-big-number-of-Static-pages-tp4663621p4663770.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Wicket browser autocomplete

2014-01-16 Thread MikeDundee
Thank you for quick response. Do I understand it right that name must be unique across all form components within all nested forms ? (they get submitted at once). Thus I can't give name=city to more fields on the form... ? -- View this message in context:

Re: Wicket browser autocomplete

2014-01-16 Thread Martin Grigorov
Yes. Otherwise the browser will submit something like: city=Londoncity=Pariscity=Sofia and at the server side Wicket won't be able to update the component models properly. Martin Grigorov Wicket Training and Consulting On Thu, Jan 16, 2014 at 11:01 AM, MikeDundee mikedun...@centrum.cz wrote:

OT: good java hosting

2014-01-16 Thread Ernesto Reinaldo Barreiro
Apologies for the OT message... but I value the opinion of people in this list. Can you suggest a good place to host Wicket applications? I'm hosting a couple of them somewhere I'm NOT very satisfied with service provided. I started to compare offers myself... but a bit of help on that direction

Re: OT: good java hosting

2014-01-16 Thread Sebastien
Hi Ernesto, I am dreaming to have time to test this: https://www.openshift.com/products/online It's the cloud solution by RedHat. It is free until 3 small gears (up to 1Go by gear) It provides Tomcat 7, JBoss AS 7, Java, PHP, Ruby, Node.js, Python, Perl, MySQL, MongoDB, PostgreSQL, Jenkins,

Re: OT: good java hosting

2014-01-16 Thread Ernesto Reinaldo Barreiro
Thanks for the link On Thu, Jan 16, 2014 at 3:22 PM, Sebastien seb...@gmail.com wrote: Hi Ernesto, I am dreaming to have time to test this: https://www.openshift.com/products/online It's the cloud solution by RedHat. It is free until 3 small gears (up to 1Go by gear) It provides Tomcat

Re: OT: good java hosting

2014-01-16 Thread Steve
If you data layer is abstracted with JPA or JDO then google app engine might be an option? The backend datastore is not relational but it supports JPA and JDO interfaces so may not be too hard to coerce into the environment. Wicket-el example app runs on GAE. Although it doesn't have database

Re: CssBehaviour can't find css files

2014-01-16 Thread Anna Simbirtsev
Thank you for your help, I found a solution to the problem. response.render(CssHeaderItem.forUrl(info/css/styles.css)); this looks into root directory and response.render( CssReferenceHeaderItem.forReference(new CssResourceReference(getClass(), info/css/tooltip.css))); the

Re: OT: good java hosting

2014-01-16 Thread Thomas Matthijs
On Thu, Jan 16, 2014 at 2:54 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Apologies for the OT message... but I value the opinion of people in this list. Can you suggest a good place to host Wicket applications? I'm hosting a couple of them somewhere I'm NOT very satisfied with

Re: OT: good java hosting

2014-01-16 Thread Ernesto Reinaldo Barreiro
Danje wel, Bijvoorbeeld? Thanks! On Thu, Jan 16, 2014 at 3:43 PM, Thomas Matthijs li...@selckin.be wrote: On Thu, Jan 16, 2014 at 2:54 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Apologies for the OT message... but I value the opinion of people in this list. Can you

Re: OT: good java hosting

2014-01-16 Thread Ernesto Reinaldo Barreiro
Hi, Thanks for suggestion. Deployed applications are based on JPA/Hibernate/Spring. I have no intentions of migrating the code. Tomcat + PostgreSQL/MySQL will suffice. I did try hosting things on GAE long time ago. As far as I remember you had to touch many places to get Wicket working on it: no

Re: OT: good java hosting

2014-01-16 Thread Thomas Matthijs
hetzner.de On Thu, Jan 16, 2014 at 3:50 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Danje wel, Bijvoorbeeld? Thanks! On Thu, Jan 16, 2014 at 3:43 PM, Thomas Matthijs li...@selckin.be wrote: On Thu, Jan 16, 2014 at 2:54 PM, Ernesto Reinaldo Barreiro reier...@gmail.com

Re: OT: good java hosting

2014-01-16 Thread Ernesto Reinaldo Barreiro
Dank je wel! On Thu, Jan 16, 2014 at 3:52 PM, Thomas Matthijs li...@selckin.be wrote: hetzner.de On Thu, Jan 16, 2014 at 3:50 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Danje wel, Bijvoorbeeld? Thanks! On Thu, Jan 16, 2014 at 3:43 PM, Thomas Matthijs

Re: [ANNOUNCE] Apache Wicket 6.13.0 adds free online user guide

2014-01-16 Thread Simon B
Excellent Guide, thank you to everyone who helped with this. Cheers Simon -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ANNOUNCE-Apache-Wicket-6-13-0-adds-free-online-user-guide-tp4663664p4663782.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Best way to do authentication in external system

2014-01-16 Thread Dmitriy Neretin
I think the 4-th option will be the best way to do it. As an external solution you can consider Spring Security or Apache Shiro 2014/1/16 Martin Grigorov mgrigo...@apache.org Hi, 4) Add a Servlet Filter *before* WicketFilter in web.xml The new filter will check whether there is an

RE: OT: good java hosting

2014-01-16 Thread Brown, Berlin [PRI-1PP]
It is a little pricey. But I prefer linode for virtual hosting. And they have good docs on tomcat configuration -Original Message- From: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] Sent: Thursday, January 16, 2014 9:55 AM To: users@wicket.apache.org Subject: Re: OT: good

Re: OT: good java hosting

2014-01-16 Thread Jesus Mireles
I've been using myhosting.com. I'm not going to claim they are the greatest, but I havent had problems with uptime, speed or price. I stick to custom VPS. On Thu, Jan 16, 2014 at 1:58 PM, Brown, Berlin [PRI-1PP] berlin.br...@primerica.com wrote: It is a little pricey. But I prefer linode

Re: OT: good java hosting

2014-01-16 Thread Ernesto Reinaldo Barreiro
Thanks! On Thu, Jan 16, 2014 at 8:58 PM, Brown, Berlin [PRI-1PP] berlin.br...@primerica.com wrote: It is a little pricey. But I prefer linode for virtual hosting. And they have good docs on tomcat configuration -Original Message- From: Ernesto Reinaldo Barreiro

Re: OT: good java hosting

2014-01-16 Thread Ernesto Reinaldo Barreiro
My current hosting is not very expensive and it was working OK for quite a long time. But recently I have got complaints from users about down times. Right now server has been down for a day and their support team has failed to give me a proper answer/fix. They already claimed everything was

Re: OT: good java hosting

2014-01-16 Thread Josh Kamau
look at this too https://www.*digitalocean*.com/ On Thu, Jan 16, 2014 at 11:17 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: My current hosting is not very expensive and it was working OK for quite a long time. But recently I have got complaints from users about down times. Right

Re: Best way to do authentication in external system

2014-01-16 Thread Илья Нарыжный
But there is one big disadvantage of variant 4 (actually variant 1 partially has this one too): Authentication should performed only when user steps to some secured page. And it's not a way to separate secured and unsecured pages by url, because it might be dynamic. Filter can't be aware of what's

Re: OT: good java hosting

2014-01-16 Thread Sebastien
Hi again Ernesto, If you are looking for a paying solution, you also have this one with your own server (hosted by the main internet provider in France) http://www.online.net/en/dedicated-server/dedibox-scg2 http://www.online.net/en/dedicated-server/dedibox-classic It include a 10Go backup

Re: Best way to do authentication in external system

2014-01-16 Thread Sebastien
Hi Ilia, Option #6 is to have your own JAAS Login Module performing the authentication to the external system. The JAAS module is referenced in your AS config and its named policy is called through JNDI in the #authenticate method, with the user/pwd the user will supply. In addition your can

Re: jquery dialog and wicket modal window

2014-01-16 Thread Zee
what i mean to say is the modal window is still in focus i can't work with my jquery dialog window. the jquery dialog window must be opened first i tried adding a document.getElementByID(id).focus() at the end of the getWindowOpenJavascript in renderHead but that didn't work. It appears that the

Re: OT: good java hosting

2014-01-16 Thread Ernesto Reinaldo Barreiro
Thanks to all for replays! On Fri, Jan 17, 2014 at 12:32 AM, Sebastien seb...@gmail.com wrote: Hi again Ernesto, If you are looking for a paying solution, you also have this one with your own server (hosted by the main internet provider in France)