Part-Time Remote Java Wicket Job Opportunity

2024-06-15 Thread Martin Terra
Hi!

We are looking for someone well versed in Java Wicket to implement a
sliced html template as live Wicket pages, according to our coding
conventions and requirements. There might be multiple similar such tasks
along the way (longer term).

We will be paying you via invoice, so you need to be incorporated.

If you are available, please contact me directly. Tell us about your past
experience with implementing sliced html in Wicket. We would also like to
see some work (what your code looks like) that you have done using Wicket.


Yours sincerely,
Martin Terra
martin.te...@koodaripalvelut.com


Wicket Job Opportunity

2021-12-17 Thread Lon Varscsak
Hey all,

We’re hiring a full-time Apache Wicket/Apache Cayenne developer.  Check it
out here:

https://workforcenow.adp.com/mascsr/default/mdf/recruitment/recruitment.html?cid=894daef4-3a35-4b13-96b7-a3003f6a8cb3=19000101_01=MP=en_US=431036

Ideally the candidate would be willing to relocate to Phoenix, AZ, but
we’re open to other options.

Thanks!

Lon


Re: Job opening, Wicket developer, full time remote position

2021-07-27 Thread Martin Terra
Hi!

Thanks, please do. You can tweet my message content (copy paste) as the job
description. However, if you feel there is some relevant information
missing, feel free to ask supplemental questions and I will try to fill in
the gaps.

**
Martin

ti 27. heinäk. 2021 klo 12.50 Francois Meillet (francois.meil...@gmail.com)
kirjoitti:

> Hi Martin,
>
> Do you want I tweet about your job on Apache Wicket Twitter account
> @apache_wicket ?
>
> If so please give me the link where users can see the job description.
>
> Best regards
>
> François
>
>
>
> > Le 27 juil. 2021 à 11:44, Martin Terra 
> a écrit :
> >
> > Hi!
> >
> > We are looking for a talented Wicket & UI developer for a full time
> remote
> > position.
> >
> > You would be working with us on an online work time tracking saas
> product.
> >
> > Heavy focus on real world usability and canonical implementation logic.
> >
> > It is an inhouse developed product, not a consulting gig.
> >
> > If you are available, please contact me directly.
> >
> >
> > Yours sincerely,
> > Martin Terra
> > martin.te...@koodaripalvelut.com
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Job opening, Wicket developer, full time remote position

2021-07-27 Thread Francois Meillet
Hi Martin,

Do you want I tweet about your job on Apache Wicket Twitter account 
@apache_wicket ?

If so please give me the link where users can see the job description.
 
Best regards

François



> Le 27 juil. 2021 à 11:44, Martin Terra  a 
> écrit :
> 
> Hi!
> 
> We are looking for a talented Wicket & UI developer for a full time remote
> position.
> 
> You would be working with us on an online work time tracking saas product.
> 
> Heavy focus on real world usability and canonical implementation logic.
> 
> It is an inhouse developed product, not a consulting gig.
> 
> If you are available, please contact me directly.
> 
> 
> Yours sincerely,
> Martin Terra
> martin.te...@koodaripalvelut.com


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Job opening, Wicket developer, full time remote position

2021-07-27 Thread Martin Terra
Hi!

We are looking for a talented Wicket & UI developer for a full time remote
position.

You would be working with us on an online work time tracking saas product.

Heavy focus on real world usability and canonical implementation logic.

It is an inhouse developed product, not a consulting gig.

If you are available, please contact me directly.


Yours sincerely,
Martin Terra
martin.te...@koodaripalvelut.com


Wicket Job Opportunity

2017-11-02 Thread Igor Vaynberg
Hi,
My company is looking to fill a 100% telecommuting (must reside within
two time zones of US/Central time GMT-0600) senior software engineer
position. We use Wicket/Weld/Hibernate stack. If you are interested
you can read more about the position here:
https://www.42lines.net/careers/software-eng/

Cheers,
-Igor

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Wicket job opening in Estonia

2014-11-21 Thread Martin Makundi
Hi!

We have a wicket job opening in Estonia, required fluency in Estonian and
Finnish.

Feel free to email me or apply via
http://www.youritprofile.com/job_ad/id/701


**
Martin


Re: Page rendering from quartz job

2014-05-21 Thread Sandor Feher
That's nice and this is exactly what I do.
But I start my job from  init method of my Application class and there is no
RequestCycle there at initialization time. I suppose that because there is
no request has been sent to Application yet. (Nobody uses the application
because it just started).
I think this is why the mentioned examples do not work for me.
The question is where to start my quartz job to get RequestCycle ?

thnx., Sandor

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665969.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Page rendering from quartz job

2014-05-21 Thread Martin Grigorov
The answer is: create the request cycle yourself
On May 21, 2014 11:01 AM, Sandor Feher sfe...@bluesystem.hu wrote:

 That's nice and this is exactly what I do.
 But I start my job from  init method of my Application class and there is
 no
 RequestCycle there at initialization time. I suppose that because there is
 no request has been sent to Application yet. (Nobody uses the application
 because it just started).
 I think this is why the mentioned examples do not work for me.
 The question is where to start my quartz job to get RequestCycle ?

 thnx., Sandor

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665969.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Page rendering from quartz job

2014-05-20 Thread Kees van Dieren
Is it an option to use  an http client library to call your own webapp /
wicket page, fetch contents? Also makes it easier to test it in the browser.

Best regards / Met vriendelijke groet,

Kees van Dieren
Squins IT Solutions BV
Oranjestraat 30
2983 HS Ridderkerk
The Netherlands
Mobile: +31 (0)6 30413841
www.squins.com
Chamber of commerce Rotterdam: 24435103


2014-05-20 7:06 GMT+02:00 Ernesto Reinaldo Barreiro reier...@gmail.com:

 The question is: why introduce another template engine to generate HTML if
 you already have a wonderful one in place? You are not making your task
 depend on wicket you are rolling out a task that uses wicket to generate
 HTML. This is not going to be different if you use velocity as you
 suggested before: you just replace wicket by velocity.


 On Tue, May 20, 2014 at 5:40 AM, Paul Borș p...@bors.ws wrote:

  I'm not sure you want to have you scheduled task/alerts depend on Wicket.
  They should be stand alone services in In their own processes IMOP.
 
  Have a great day,
  Paul Bors
 
   On May 19, 2014, at 7:42 AM, Martin Grigorov mgrigo...@apache.org
  wrote:
  
   See
  
 
 https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java#L46for
   inspiration.
  
   Martin Grigorov
   Wicket Training and Consulting
  
  
   On Mon, May 19, 2014 at 2:30 PM, Sandor Feher sfe...@bluesystem.hu
  wrote:
  
   Ok. Let's say I get the reference. How can I render the page then ?
   Where should I put it ?
  
  
  
   --
   View this message in context:
  
 
 http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665933.html
   Sent from the Users forum mailing list archive at Nabble.com.
  
   -
   To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
   For additional commands, e-mail: users-h...@wicket.apache.org
  
  
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 


 --
 Regards - Ernesto Reinaldo Barreiro



Re: Page rendering from quartz job

2014-05-20 Thread Ernesto Reinaldo Barreiro
That's a possibility but it introduces another level on indirection and
might slow down generation.


On Tue, May 20, 2014 at 8:18 AM, Kees van Dieren i...@squins.com wrote:

 Is it an option to use  an http client library to call your own webapp /
 wicket page, fetch contents? Also makes it easier to test it in the
 browser.

 Best regards / Met vriendelijke groet,

 Kees van Dieren
 Squins IT Solutions BV
 Oranjestraat 30
 2983 HS Ridderkerk
 The Netherlands
 Mobile: +31 (0)6 30413841
 www.squins.com
 Chamber of commerce Rotterdam: 24435103


 2014-05-20 7:06 GMT+02:00 Ernesto Reinaldo Barreiro reier...@gmail.com:

  The question is: why introduce another template engine to generate HTML
 if
  you already have a wonderful one in place? You are not making your task
  depend on wicket you are rolling out a task that uses wicket to generate
  HTML. This is not going to be different if you use velocity as you
  suggested before: you just replace wicket by velocity.
 
 
  On Tue, May 20, 2014 at 5:40 AM, Paul Borș p...@bors.ws wrote:
 
   I'm not sure you want to have you scheduled task/alerts depend on
 Wicket.
   They should be stand alone services in In their own processes IMOP.
  
   Have a great day,
   Paul Bors
  
On May 19, 2014, at 7:42 AM, Martin Grigorov mgrigo...@apache.org
   wrote:
   
See
   
  
 
 https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java#L46for
inspiration.
   
Martin Grigorov
Wicket Training and Consulting
   
   
On Mon, May 19, 2014 at 2:30 PM, Sandor Feher sfe...@bluesystem.hu
 
   wrote:
   
Ok. Let's say I get the reference. How can I render the page then ?
Where should I put it ?
   
   
   
--
View this message in context:
   
  
 
 http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665933.html
Sent from the Users forum mailing list archive at Nabble.com.
   
   
 -
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
   
   
  
   -
   To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
   For additional commands, e-mail: users-h...@wicket.apache.org
  
  
 
 
  --
  Regards - Ernesto Reinaldo Barreiro
 




-- 
Regards - Ernesto Reinaldo Barreiro


Re: Page rendering from quartz job

2014-05-20 Thread Martin Grigorov
and also can eat all your http threads and may lead to deadlock because (in
the worst case) every normal request to your app will create an inner
request to the same web container

Martin Grigorov
Wicket Training and Consulting


On Tue, May 20, 2014 at 9:44 AM, Ernesto Reinaldo Barreiro 
reier...@gmail.com wrote:

 That's a possibility but it introduces another level on indirection and
 might slow down generation.


 On Tue, May 20, 2014 at 8:18 AM, Kees van Dieren i...@squins.com wrote:

  Is it an option to use  an http client library to call your own webapp /
  wicket page, fetch contents? Also makes it easier to test it in the
  browser.
 
  Best regards / Met vriendelijke groet,
 
  Kees van Dieren
  Squins IT Solutions BV
  Oranjestraat 30
  2983 HS Ridderkerk
  The Netherlands
  Mobile: +31 (0)6 30413841
  www.squins.com
  Chamber of commerce Rotterdam: 24435103
 
 
  2014-05-20 7:06 GMT+02:00 Ernesto Reinaldo Barreiro reier...@gmail.com
 :
 
   The question is: why introduce another template engine to generate HTML
  if
   you already have a wonderful one in place? You are not making your task
   depend on wicket you are rolling out a task that uses wicket to
 generate
   HTML. This is not going to be different if you use velocity as you
   suggested before: you just replace wicket by velocity.
  
  
   On Tue, May 20, 2014 at 5:40 AM, Paul Borș p...@bors.ws wrote:
  
I'm not sure you want to have you scheduled task/alerts depend on
  Wicket.
They should be stand alone services in In their own processes IMOP.
   
Have a great day,
Paul Bors
   
 On May 19, 2014, at 7:42 AM, Martin Grigorov mgrigo...@apache.org
 
wrote:

 See

   
  
 
 https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java#L46for
 inspiration.

 Martin Grigorov
 Wicket Training and Consulting


 On Mon, May 19, 2014 at 2:30 PM, Sandor Feher 
 sfe...@bluesystem.hu
  
wrote:

 Ok. Let's say I get the reference. How can I render the page then
 ?
 Where should I put it ?



 --
 View this message in context:

   
  
 
 http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665933.html
 Sent from the Users forum mailing list archive at Nabble.com.


  -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


   
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org
   
   
  
  
   --
   Regards - Ernesto Reinaldo Barreiro
  
 



 --
 Regards - Ernesto Reinaldo Barreiro



Re: Page rendering from quartz job

2014-05-20 Thread Ernesto Reinaldo Barreiro
and if you want to test that panel/page in a browser you just have to
mount/visit it as it will be not be different form other pages on your
application.


On Tue, May 20, 2014 at 8:47 AM, Martin Grigorov mgrigo...@apache.orgwrote:

 and also can eat all your http threads and may lead to deadlock because (in
 the worst case) every normal request to your app will create an inner
 request to the same web container

 Martin Grigorov
 Wicket Training and Consulting


 On Tue, May 20, 2014 at 9:44 AM, Ernesto Reinaldo Barreiro 
 reier...@gmail.com wrote:

  That's a possibility but it introduces another level on indirection and
  might slow down generation.
 
 
  On Tue, May 20, 2014 at 8:18 AM, Kees van Dieren i...@squins.com
 wrote:
 
   Is it an option to use  an http client library to call your own webapp
 /
   wicket page, fetch contents? Also makes it easier to test it in the
   browser.
  
   Best regards / Met vriendelijke groet,
  
   Kees van Dieren
   Squins IT Solutions BV
   Oranjestraat 30
   2983 HS Ridderkerk
   The Netherlands
   Mobile: +31 (0)6 30413841
   www.squins.com
   Chamber of commerce Rotterdam: 24435103
  
  
   2014-05-20 7:06 GMT+02:00 Ernesto Reinaldo Barreiro 
 reier...@gmail.com
  :
  
The question is: why introduce another template engine to generate
 HTML
   if
you already have a wonderful one in place? You are not making your
 task
depend on wicket you are rolling out a task that uses wicket to
  generate
HTML. This is not going to be different if you use velocity as you
suggested before: you just replace wicket by velocity.
   
   
On Tue, May 20, 2014 at 5:40 AM, Paul Borș p...@bors.ws wrote:
   
 I'm not sure you want to have you scheduled task/alerts depend on
   Wicket.
 They should be stand alone services in In their own processes IMOP.

 Have a great day,
 Paul Bors

  On May 19, 2014, at 7:42 AM, Martin Grigorov 
 mgrigo...@apache.org
  
 wrote:
 
  See
 

   
  
 
 https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java#L46for
  inspiration.
 
  Martin Grigorov
  Wicket Training and Consulting
 
 
  On Mon, May 19, 2014 at 2:30 PM, Sandor Feher 
  sfe...@bluesystem.hu
   
 wrote:
 
  Ok. Let's say I get the reference. How can I render the page
 then
  ?
  Where should I put it ?
 
 
 
  --
  View this message in context:
 

   
  
 
 http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665933.html
  Sent from the Users forum mailing list archive at Nabble.com.
 
 
   -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


   
   
--
Regards - Ernesto Reinaldo Barreiro
   
  
 
 
 
  --
  Regards - Ernesto Reinaldo Barreiro
 




-- 
Regards - Ernesto Reinaldo Barreiro


Re: Page rendering from quartz job

2014-05-20 Thread Sandor Feher
Huh guys, I just see the my topic became hot :).
So far so good. Now I get wicket application instance but RequestCycle is
null of course.
How can I get over that ?
Thnx!





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665962.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Page rendering from quartz job

2014-05-20 Thread Martin Grigorov
read my earlier answer with ComponentRenderer.java

Martin Grigorov
Wicket Training and Consulting


On Tue, May 20, 2014 at 4:14 PM, Sandor Feher sfe...@bluesystem.hu wrote:

 Huh guys, I just see the my topic became hot :).
 So far so good. Now I get wicket application instance but RequestCycle is
 null of course.
 How can I get over that ?
 Thnx!





 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665962.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Page rendering from quartz job

2014-05-20 Thread Sandor Feher
Sorry Martin!
My code mentioned based on your comment:

https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java#L46for

 pageHtml = ComponentRenderer.renderPage(pageProvider); 
throws 
org.apache.wicket.WicketRuntimeException: There is no application attached
to current thread
because  Application application = Application.get(); returns null

If I use Application application = Application.get(wicket);
then I get application instance but RequestCycle.get() also returns null.

Did I miss something or I go on completely wrong way ?

Thnx, Sandor






--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665964.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Page rendering from quartz job

2014-05-20 Thread Martin Grigorov
https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java#L54shows
how to create a RequestCycle
and
https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java#L58how
to set it as ThreadLocal

Martin Grigorov
Wicket Training and Consulting


On Tue, May 20, 2014 at 4:40 PM, Sandor Feher sfe...@bluesystem.hu wrote:

 Sorry Martin!
 My code mentioned based on your comment:


 https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java#L46for

  pageHtml = ComponentRenderer.renderPage(pageProvider);
 throws
 org.apache.wicket.WicketRuntimeException: There is no application attached
 to current thread
 because  Application application = Application.get(); returns null

 If I use Application application = Application.get(wicket);
 then I get application instance but RequestCycle.get() also returns null.

 Did I miss something or I go on completely wrong way ?

 Thnx, Sandor






 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665964.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Page rendering from quartz job

2014-05-19 Thread Ondrej Zizka
Likely because he already has some components, models, and overall logic 
to reuse in the mails...



On 18.5.2014 19:51, Paul Borș wrote:

You want wicket's page renderer to render some HTML for your email content when 
you have it run inside a quartz thread?

Why can't you just simply use a different template engine like Apache Velocity?

Have a great day,
 Paul Bors


On May 15, 2014, at 3:27 PM, Sandor Feher sfe...@bluesystem.hu wrote:

Hi,

I fired up some quartz jobs for sending notification emails at given time.
The job controller class is launched from my Application wget it get
initialized.
Almost everything works except of rendering mail's html body.
I would like to do it with wicket's pagerenderer but it throws the following
error:

org.apache.wicket.WicketRuntimeException: There is no application attached
to current thread DefaultQuartzScheduler_Worker-5

I know it has not happen by chance but my class knows nothing about page
rendering.
The question is how to achieve some elegant way ?
I can choose different way but if possible I do it with wicket's page
renderer.
So please advice!

Regards., Sandor





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Page rendering from quartz job

2014-05-19 Thread Martin Grigorov
It is easy to get a reference to the Application from a non-http-worker
thread with Application.get(String)

Martin Grigorov
Wicket Training and Consulting


On Mon, May 19, 2014 at 1:55 PM, Ondrej Zizka ozi...@redhat.com wrote:

 Likely because he already has some components, models, and overall logic
 to reuse in the mails...



 On 18.5.2014 19:51, Paul Borș wrote:

 You want wicket's page renderer to render some HTML for your email
 content when you have it run inside a quartz thread?

 Why can't you just simply use a different template engine like Apache
 Velocity?

 Have a great day,
  Paul Bors

  On May 15, 2014, at 3:27 PM, Sandor Feher sfe...@bluesystem.hu wrote:

 Hi,

 I fired up some quartz jobs for sending notification emails at given
 time.
 The job controller class is launched from my Application wget it get
 initialized.
 Almost everything works except of rendering mail's html body.
 I would like to do it with wicket's pagerenderer but it throws the
 following
 error:

 org.apache.wicket.WicketRuntimeException: There is no application
 attached
 to current thread DefaultQuartzScheduler_Worker-5

 I know it has not happen by chance but my class knows nothing about page
 rendering.
 The question is how to achieve some elegant way ?
 I can choose different way but if possible I do it with wicket's page
 renderer.
 So please advice!

 Regards., Sandor





 --
 View this message in context: http://apache-wicket.1842946.
 n4.nabble.com/Page-rendering-from-quartz-job-tp4665860.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org

  -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Page rendering from quartz job

2014-05-19 Thread Sandor Feher
Yes. I would do it if possible within Wicket. If not then I will do it with a
html template file with simple search and replace constans way.
I just don't want to reinvent the wheel :)




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665932.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Page rendering from quartz job

2014-05-19 Thread Sandor Feher
Ok. Let's say I get the reference. How can I render the page then ? 
Where should I put it ?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665933.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Page rendering from quartz job

2014-05-19 Thread Martin Grigorov
See
https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java#L46for
inspiration.

Martin Grigorov
Wicket Training and Consulting


On Mon, May 19, 2014 at 2:30 PM, Sandor Feher sfe...@bluesystem.hu wrote:

 Ok. Let's say I get the reference. How can I render the page then ?
 Where should I put it ?



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665933.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Page rendering from quartz job

2014-05-19 Thread Paul Borș
I'm not sure you want to have you scheduled task/alerts depend on Wicket.
They should be stand alone services in In their own processes IMOP.

Have a great day,
Paul Bors

 On May 19, 2014, at 7:42 AM, Martin Grigorov mgrigo...@apache.org wrote:
 
 See
 https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java#L46for
 inspiration.
 
 Martin Grigorov
 Wicket Training and Consulting
 
 
 On Mon, May 19, 2014 at 2:30 PM, Sandor Feher sfe...@bluesystem.hu wrote:
 
 Ok. Let's say I get the reference. How can I render the page then ?
 Where should I put it ?
 
 
 
 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665933.html
 Sent from the Users forum mailing list archive at Nabble.com.
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Page rendering from quartz job

2014-05-19 Thread Ernesto Reinaldo Barreiro
The question is: why introduce another template engine to generate HTML if
you already have a wonderful one in place? You are not making your task
depend on wicket you are rolling out a task that uses wicket to generate
HTML. This is not going to be different if you use velocity as you
suggested before: you just replace wicket by velocity.


On Tue, May 20, 2014 at 5:40 AM, Paul Borș p...@bors.ws wrote:

 I'm not sure you want to have you scheduled task/alerts depend on Wicket.
 They should be stand alone services in In their own processes IMOP.

 Have a great day,
 Paul Bors

  On May 19, 2014, at 7:42 AM, Martin Grigorov mgrigo...@apache.org
 wrote:
 
  See
 
 https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java#L46for
  inspiration.
 
  Martin Grigorov
  Wicket Training and Consulting
 
 
  On Mon, May 19, 2014 at 2:30 PM, Sandor Feher sfe...@bluesystem.hu
 wrote:
 
  Ok. Let's say I get the reference. How can I render the page then ?
  Where should I put it ?
 
 
 
  --
  View this message in context:
 
 http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665933.html
  Sent from the Users forum mailing list archive at Nabble.com.
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Regards - Ernesto Reinaldo Barreiro


Re: Page rendering from quartz job

2014-05-18 Thread Paul Borș
You want wicket's page renderer to render some HTML for your email content when 
you have it run inside a quartz thread?

Why can't you just simply use a different template engine like Apache Velocity?

Have a great day,
Paul Bors

 On May 15, 2014, at 3:27 PM, Sandor Feher sfe...@bluesystem.hu wrote:
 
 Hi,
 
 I fired up some quartz jobs for sending notification emails at given time.
 The job controller class is launched from my Application wget it get
 initialized.
 Almost everything works except of rendering mail's html body.
 I would like to do it with wicket's pagerenderer but it throws the following
 error:
 
 org.apache.wicket.WicketRuntimeException: There is no application attached
 to current thread DefaultQuartzScheduler_Worker-5
 
 I know it has not happen by chance but my class knows nothing about page
 rendering.
 The question is how to achieve some elegant way ? 
 I can choose different way but if possible I do it with wicket's page
 renderer.
 So please advice!
 
 Regards., Sandor
 
 
 
 
 
 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860.html
 Sent from the Users forum mailing list archive at Nabble.com.
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Page rendering from quartz job

2014-05-16 Thread Sandor Feher
Hi,

I fired up some quartz jobs for sending notification emails at given time.
The job controller class is launched from my Application wget it get
initialized.
Almost everything works except of rendering mail's html body.
I would like to do it with wicket's pagerenderer but it throws the following
error:

org.apache.wicket.WicketRuntimeException: There is no application attached
to current thread DefaultQuartzScheduler_Worker-5

I know it has not happen by chance but my class knows nothing about page
rendering.
The question is how to achieve some elegant way ? 
I can choose different way but if possible I do it with wicket's page
renderer.
So please advice!

Regards., Sandor





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job opportunities

2013-11-06 Thread Ondrej Zizka

I guess you have checked
http://careers.stackoverflow.com/jobs/tag/wicket

and also
http://www.linkedin.com/vsearch/j?keywords=wicketopenAdvancedForm=truelocationType=YsortBy=R

Ondra



On 29.10.2013 19:13, Leonid Bogdanov wrote:

Hello!

 Sorry for bringing this topic, but I'm wondering are there any Software 
Developer positions that require Wicket knowledge and a remote work is an 
option?
 It would be double awesome if such position involves Scala/Clojure/Hadoop. 
I'll provide my CV on a request.

Thank you!



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Wicket job opportunities

2013-10-29 Thread Leonid Bogdanov

Hello!

    Sorry for bringing this topic, but I'm wondering are there any Software 
Developer positions that require Wicket knowledge and a remote work is an 
option?
    It would be double awesome if such position involves Scala/Clojure/Hadoop. 
I'll provide my CV on a request.

Thank you!

Wicket job offer in Dubai

2013-03-17 Thread Sylvain Vieujot
We have a job opening for a good wicket developer.

Emirates REIT ( http://www.reit.ae ) needs to recuite a good developer
that is both good at programming and at suggesting ways to model and
improve our businesses and processes via the IT system.

The job will be based in Dubai, at the Dubai Financial Centre, and
includes expanding our intranet which is quite extensive and key to the
business, and working on a few other smaller projects.

The key skills are :
Wicket, Hibernate, Javascript, Maven and linux administration.

If interested, please contact me at : sylvain at companydomain.

Thank you.

Sylvain Vieujot.


Job Posting

2013-02-27 Thread Jacob Smith
Jeremy,

Here is the posting. People are welcome to apply to me directly at 
jacob.sm...@isymmetry.commailto:jacob.sm...@isymmetry.com

Thank you so much for your help!
Jacob



Company:

Accenture

Job Title:

Priority:

Job Source:

PR/Req #:

Coordinator:

Category:

Location:

, San Antonio, TX  (map)http://maps.google.com/maps?q=San+Antonio%2C+TX

Start Date:

03/04/2013

Est. End Date:

03/04/2014

Min. Work Status:

Expenses Incl?

No

Positions:

1

Travel%:

0







Description:



Internal Notes:

Client is in need of a Sr. Java Developer for a yearlong engagement. Duration - 
12 months Location - San Antonio, TX Bill rate - Must haves: Wickett, struts 
and hibernate. Off shore experience. Nice to have: on shore and/or off shore 
lead experience. insurance and/or financial institution experience. 
Presentation Layer : Wicket Spring. - Wicket is the most predominant technology 
that's being used for all the new applications. Business Layer : Spring Some 
rare vendor applications uses EJB technology. Data Layer : Hibernate Some 
vendor applications uses JPA ( Java Persistence API) technology. - Hibernate is 
a standard and allowed technology for the most of the applications. Middle 
Layer : RESTFUL Webservices JAX-WS Webservices -- RESTFUL Webservices is the 
standard that's used for most of the applications. Servers , IBM Websphere 
Server - Most to 95% all the enterprise applications are deployed on to this 
server JBoss Server -- All the Light Weight applications are developed on this 
server. IDE's, IBM RSA - It's not mandatory that a developer need to know RSA 
tool but if he has worked eclipse tool it is more than enough.


Jacob Smith | iSymmetry | Technical Recruiter
3780 Mansell Rd. Suite 160, Alpharetta, GA 30022
Direct: 678.292.0073 | Cell: 404.626.9243



Can a batch job pass back its completion results to Wicket session?

2013-02-26 Thread Nigel Sheridan-Smith
Hi all,

I'm hooking up a data import batch job with Quartz to Wicket and have
struck an issue - how do you notify a Wicket page that the batch job is
complete?

I originally planned to update the Wicket session with the running count of
how many items are processed. However, the Wicket request cycle expires so
it is not possible to update the session after the page is rendered.


To create the job:

JobDataMap dataMap = new JobDataMap();
 dataMap.put(service, getService());
 dataMap.put(deck, deck);
 dataMap.put(importType, importType);
 dataMap.put(fieldMapping, fieldMapping);
 dataMap.put(fileUploaded, fileUploaded);
 dataMap.put(totalRecords, prevImportSummary.totalRecordsInImport);
 dataMap.put(callback, this);
 // Create a new job with a basic trigger
 JobDetail job = newJob(DataImportJob.class
 ).usingJobData(dataMap).build();
 Trigger trigger =
 newTrigger().startNow().withSchedule(simpleSchedule()).build();
 try {
 // Schedule the job for immediate start
 TorScheduler.getScheduler().scheduleJob(job, trigger);
 } catch (SchedulerException se) {
 TorScheduler.getLogger().error(se.getMessage());
 throw new TorException(Cannot start the data import job);
 }

 The data import job uses a callback to the Wicket page:

callback.updateTotal(totalRecords);

callback.updateProgress(/* 0 */ totalRecords, false); // TODO:
 Temporarily skip the progress bar page



// Now add the entries to the repository

ImportSummary importSummary = dataImportProcess.commit(callback);

callback.updateImportSummary(importSummary);


The callback has this implementation (in the page):

 public void updateProgress(int count, boolean error) {

   // Attempt to reuse the same session as before (left open)

  session.setAttribute(importItemsDone, (Integer) count);

  session.setAttribute(importIsInError, (Boolean) error);

 }

  @Override

 public void updateTotal(int total) {


  // Attempt to reuse the same session as before (left open)

  session.setAttribute(importItemsTotal, (Integer) total);

 }


  @Override

 public void updateImportSummary(ImportSummary importSummary) {


  // Attempt to reuse the same session as before (left open)

  session.setAttribute(importSummary, importSummary);

 }


However, I get this exception when attempting to update the Wicket session
with the progress counter:

java.lang.IllegalStateException: Cannot set the attribute: no RequestCycle
available.  If you get this error when using WicketTester.startPage(Page),
make sure to call WicketTester.createRequestCycle() beforehand.
at org.apache.wicket.Session.setAttribute(Session.java:773)
at
com.xxx.tor.webapp.profile.Wiz13ImportResults.updateTotal(Wiz13ImportResults.java:208)
at com.xxx.tor.webapp.batch.DataImportJob.importNow(DataImportJob.java:53)
at com.xxx.tor.webapp.batch.DataImportJob.execute(DataImportJob.java:83)
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)


Is this the best approach? Or should I attempt to use methods on the Quartz
scheduler to get the current progress of the batch job from within
AbstractAjaxTimerBehavior.onTimer( )?

I am using the JQWicket (jQuery UI) progress bar... with a 5 second delay
on updates to the page.

Cheers,

Nigel


-- 
e: ni...@joinsomeone.com
m: +61 403 930 963

Get together for fun activities at www.joinsomeone.com

Like us on Facebook www.facebook.com/JoinSomeone
Follow us on Twitter @JoinSomeone


Re: Can a batch job pass back its completion results to Wicket session?

2013-02-26 Thread Paul Bors
I would look at Observable and Observer class in java to achieve signal
sort of behavior.

On Tue, Feb 26, 2013 at 5:47 PM, Nigel Sheridan-Smith wtfi...@gmail.comwrote:

 Hi all,

 I'm hooking up a data import batch job with Quartz to Wicket and have
 struck an issue - how do you notify a Wicket page that the batch job is
 complete?

 I originally planned to update the Wicket session with the running count of
 how many items are processed. However, the Wicket request cycle expires so
 it is not possible to update the session after the page is rendered.


 To create the job:

 JobDataMap dataMap = new JobDataMap();
  dataMap.put(service, getService());
  dataMap.put(deck, deck);
  dataMap.put(importType, importType);
  dataMap.put(fieldMapping, fieldMapping);
  dataMap.put(fileUploaded, fileUploaded);
  dataMap.put(totalRecords, prevImportSummary.totalRecordsInImport);
  dataMap.put(callback, this);
  // Create a new job with a basic trigger
  JobDetail job = newJob(DataImportJob.class
  ).usingJobData(dataMap).build();
  Trigger trigger =
  newTrigger().startNow().withSchedule(simpleSchedule()).build();
  try {
  // Schedule the job for immediate start
  TorScheduler.getScheduler().scheduleJob(job, trigger);
  } catch (SchedulerException se) {
  TorScheduler.getLogger().error(se.getMessage());
  throw new TorException(Cannot start the data import job);
  }

  The data import job uses a callback to the Wicket page:

 callback.updateTotal(totalRecords);
 
 callback.updateProgress(/* 0 */ totalRecords, false); // TODO:
  Temporarily skip the progress bar page
 

 
 // Now add the entries to the repository
 
 ImportSummary importSummary = dataImportProcess.commit(callback);
 
 callback.updateImportSummary(importSummary);
 

 The callback has this implementation (in the page):

  public void updateProgress(int count, boolean error) {
 
// Attempt to reuse the same session as before (left open)
 
   session.setAttribute(importItemsDone, (Integer) count);
 
   session.setAttribute(importIsInError, (Boolean) error);
 
  }
 
   @Override
 
  public void updateTotal(int total) {
 
 
   // Attempt to reuse the same session as before (left open)
 
   session.setAttribute(importItemsTotal, (Integer) total);
 
  }
 
 
   @Override
 
  public void updateImportSummary(ImportSummary importSummary) {
 
 
   // Attempt to reuse the same session as before (left open)
 
   session.setAttribute(importSummary, importSummary);
 
  }
 

 However, I get this exception when attempting to update the Wicket session
 with the progress counter:

 java.lang.IllegalStateException: Cannot set the attribute: no RequestCycle
 available.  If you get this error when using WicketTester.startPage(Page),
 make sure to call WicketTester.createRequestCycle() beforehand.
 at org.apache.wicket.Session.setAttribute(Session.java:773)
 at

 com.xxx.tor.webapp.profile.Wiz13ImportResults.updateTotal(Wiz13ImportResults.java:208)
 at com.xxx.tor.webapp.batch.DataImportJob.importNow(DataImportJob.java:53)
 at com.xxx.tor.webapp.batch.DataImportJob.execute(DataImportJob.java:83)
 at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
 at

 org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)


 Is this the best approach? Or should I attempt to use methods on the Quartz
 scheduler to get the current progress of the batch job from within
 AbstractAjaxTimerBehavior.onTimer( )?

 I am using the JQWicket (jQuery UI) progress bar... with a 5 second delay
 on updates to the page.

 Cheers,

 Nigel


 --
 e: ni...@joinsomeone.com
 m: +61 403 930 963

 Get together for fun activities at www.joinsomeone.com

 Like us on Facebook www.facebook.com/JoinSomeone
 Follow us on Twitter @JoinSomeone



Re: Can a batch job pass back its completion results to Wicket session?

2013-02-26 Thread Ernesto Reinaldo Barreiro
Hi,

I remember I have done this by creating a class that serves a progress
watching context and sharing an instance of this class between Wicket
Session (or a page or component) and the quartz job. This class acted as
a wire to pass information between the two threads (e.g. progress,
cancel the JOB, etc). I also used an AJAX timer too poll server. I think
there is an example of how to do that at

http://code.google.com/p/antilia/source/browse/#svn%2Ftrunk%2Fcom.antilia.export%2Fsrc%2Fcom%2Fantilia%2Fexport%2Fpdf

Thought code is quite old...


On Tue, Feb 26, 2013 at 11:47 PM, Nigel Sheridan-Smith wtfi...@gmail.comwrote:

 Hi all,

 I'm hooking up a data import batch job with Quartz to Wicket and have
 struck an issue - how do you notify a Wicket page that the batch job is
 complete?

 I originally planned to update the Wicket session with the running count of
 how many items are processed. However, the Wicket request cycle expires so
 it is not possible to update the session after the page is rendered.


 To create the job:

 JobDataMap dataMap = new JobDataMap();
  dataMap.put(service, getService());
  dataMap.put(deck, deck);
  dataMap.put(importType, importType);
  dataMap.put(fieldMapping, fieldMapping);
  dataMap.put(fileUploaded, fileUploaded);
  dataMap.put(totalRecords, prevImportSummary.totalRecordsInImport);
  dataMap.put(callback, this);
  // Create a new job with a basic trigger
  JobDetail job = newJob(DataImportJob.class
  ).usingJobData(dataMap).build();
  Trigger trigger =
  newTrigger().startNow().withSchedule(simpleSchedule()).build();
  try {
  // Schedule the job for immediate start
  TorScheduler.getScheduler().scheduleJob(job, trigger);
  } catch (SchedulerException se) {
  TorScheduler.getLogger().error(se.getMessage());
  throw new TorException(Cannot start the data import job);
  }

  The data import job uses a callback to the Wicket page:

 callback.updateTotal(totalRecords);
 
 callback.updateProgress(/* 0 */ totalRecords, false); // TODO:
  Temporarily skip the progress bar page
 

 
 // Now add the entries to the repository
 
 ImportSummary importSummary = dataImportProcess.commit(callback);
 
 callback.updateImportSummary(importSummary);
 

 The callback has this implementation (in the page):

  public void updateProgress(int count, boolean error) {
 
// Attempt to reuse the same session as before (left open)
 
   session.setAttribute(importItemsDone, (Integer) count);
 
   session.setAttribute(importIsInError, (Boolean) error);
 
  }
 
   @Override
 
  public void updateTotal(int total) {
 
 
   // Attempt to reuse the same session as before (left open)
 
   session.setAttribute(importItemsTotal, (Integer) total);
 
  }
 
 
   @Override
 
  public void updateImportSummary(ImportSummary importSummary) {
 
 
   // Attempt to reuse the same session as before (left open)
 
   session.setAttribute(importSummary, importSummary);
 
  }
 

 However, I get this exception when attempting to update the Wicket session
 with the progress counter:

 java.lang.IllegalStateException: Cannot set the attribute: no RequestCycle
 available.  If you get this error when using WicketTester.startPage(Page),
 make sure to call WicketTester.createRequestCycle() beforehand.
 at org.apache.wicket.Session.setAttribute(Session.java:773)
 at

 com.xxx.tor.webapp.profile.Wiz13ImportResults.updateTotal(Wiz13ImportResults.java:208)
 at com.xxx.tor.webapp.batch.DataImportJob.importNow(DataImportJob.java:53)
 at com.xxx.tor.webapp.batch.DataImportJob.execute(DataImportJob.java:83)
 at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
 at

 org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)


 Is this the best approach? Or should I attempt to use methods on the Quartz
 scheduler to get the current progress of the batch job from within
 AbstractAjaxTimerBehavior.onTimer( )?

 I am using the JQWicket (jQuery UI) progress bar... with a 5 second delay
 on updates to the page.

 Cheers,

 Nigel


 --
 e: ni...@joinsomeone.com
 m: +61 403 930 963

 Get together for fun activities at www.joinsomeone.com

 Like us on Facebook www.facebook.com/JoinSomeone
 Follow us on Twitter @JoinSomeone




-- 
Regards - Ernesto Reinaldo Barreiro
Antilia Soft
http://antiliasoft.com/ http://antiliasoft.com/antilia


Re: Can a batch job pass back its completion results to Wicket session?

2013-02-26 Thread Nigel Sheridan-Smith
Thanks Paul and Ernesto,

After much stuffing around, I managed to get this to work: modifying the
JobDataMap within the Quartz job. However, you must re-publish the map
after it has been changed, as Quartz serializes it and doesn't update it
until after the job finishes executing. You might also need the
@PersistJobDataAfterExecution and @DisallowConcurrentExecution annotations
on the Quartz job to make it stateful.

The callback:

 if (callback != null) {
   callback.updateProgress(resultSummary.successullyImportedRecords +
 resultSummary.unSuccessullyImportedRecords, false);
  }



The updateProgress( ) callback on the Quartz job:

public void updateProgress(int count, boolean error) {
 try {
 dataMap.put(results_counter, (int) count);
 dataMap.put(results_error, error);

 // Update the job detail and the associated data map (serialized in
 RAM?)
 TorScheduler.getScheduler().addJob(jobDetail, true);

 } catch (SchedulerException e) {
 e.printStackTrace();
 logger.error(Error when updating the job details:  + e.getMessage());
 }
 }


The Progress Bar within the Wicket page:


add(new AbstractAjaxTimerBehavior(Duration.seconds(3)) {
 private static final long serialVersionUID = 1L;
 @Override
 protected void onTimer(AjaxRequestTarget target) {
 TorSession session = TorSession.get();
 progressbar.value(target, counter);
 JobKey jobKey = (JobKey) session.getAttribute(
 importJobKey);
 System.out.println (job key:  + jobKey);

 boolean error = false;
 try {
 Scheduler scheduler = TorScheduler.getScheduler();
 JobDetail jobDetails = scheduler.getJobDetail(jobKey);

 if (jobDetails == null) {
  System.out.println (Job finished?);
 PageParameters pp = new PageParameters().set(p, deck
 .getId().getTudi());
 setResponsePage(Wiz14ImportComplete.class, pp);
 return;
 }

 JobDataMap jobDataMap = jobDetails.getJobDataMap();

 counter = jobDataMap.getIntValue(results_counter);
 error = jobDataMap.getBooleanValue(results_error);

 } catch (SchedulerException e) {
 error(Error with import batch process:  + e.getMessage());
 setUpdateInterval(Duration.NONE);
 target.add(curr);
 return;
 }

 if (error) {
 error(Error occurred during the import batch process);
 setUpdateInterval(Duration.NONE);
 } else {
 // Redirect if we get the max count
 if (counter = maxItems) {
 PageParameters pp = new PageParameters().set(p, deck
 .getId().getTudi());
 setResponsePage(Wiz14ImportComplete.class, pp);
 }
 }

 target.add(curr);
 }
 });


Cheers,

Nigel




On Wed, Feb 27, 2013 at 5:14 PM, Ernesto Reinaldo Barreiro 
reier...@gmail.com wrote:

 Hi,

 I remember I have done this by creating a class that serves a progress
 watching context and sharing an instance of this class between Wicket
 Session (or a page or component) and the quartz job. This class acted as
 a wire to pass information between the two threads (e.g. progress,
 cancel the JOB, etc). I also used an AJAX timer too poll server. I think
 there is an example of how to do that at


 http://code.google.com/p/antilia/source/browse/#svn%2Ftrunk%2Fcom.antilia.export%2Fsrc%2Fcom%2Fantilia%2Fexport%2Fpdf

 Thought code is quite old...


 On Tue, Feb 26, 2013 at 11:47 PM, Nigel Sheridan-Smith wtfi...@gmail.com
 wrote:

  Hi all,
 
  I'm hooking up a data import batch job with Quartz to Wicket and have
  struck an issue - how do you notify a Wicket page that the batch job is
  complete?
 
  I originally planned to update the Wicket session with the running count
 of
  how many items are processed. However, the Wicket request cycle expires
 so
  it is not possible to update the session after the page is rendered.
 
 
  To create the job:
 
  JobDataMap dataMap = new JobDataMap();
   dataMap.put(service, getService());
   dataMap.put(deck, deck);
   dataMap.put(importType, importType);
   dataMap.put(fieldMapping, fieldMapping);
   dataMap.put(fileUploaded, fileUploaded);
   dataMap.put(totalRecords, prevImportSummary.totalRecordsInImport);
   dataMap.put(callback, this);
   // Create a new job with a basic trigger
   JobDetail job = newJob(DataImportJob.class
   ).usingJobData(dataMap).build();
   Trigger trigger =
   newTrigger().startNow().withSchedule(simpleSchedule()).build();
   try {
   // Schedule the job for immediate start
   TorScheduler.getScheduler().scheduleJob(job, trigger);
   } catch (SchedulerException se) {
   TorScheduler.getLogger().error(se.getMessage());
   throw new TorException(Cannot start the data import job);
   }
 
   The data import job uses a callback to the Wicket page:
 
  callback.updateTotal(totalRecords);
  
  callback.updateProgress(/* 0

Re: Can a batch job pass back its completion results to Wicket session?

2013-02-26 Thread Ernesto Reinaldo Barreiro
Hi,

On Wed, Feb 27, 2013 at 7:32 AM, Nigel Sheridan-Smith wtfi...@gmail.comwrote:

 Thanks Paul and Ernesto,

 After much stuffing around, I managed to get this to work: modifying the
 JobDataMap within the Quartz job. However, you must re-publish the map
 after it has been changed, as Quartz serializes it and doesn't update it
 until after the job finishes executing. You might also need the
 @PersistJobDataAfterExecution and @DisallowConcurrentExecution annotations
 on the Quartz job to make it stateful.

 I remember using a quartz listener to attach/remove this progress
reporting class to the Job... So that that progress class did not need to
be stored. I don't remember if it was a thread local context like class


 The callback:

  if (callback != null) {
callback.updateProgress(resultSummary.successullyImportedRecords +
  resultSummary.unSuccessullyImportedRecords, false);
   }



 The updateProgress( ) callback on the Quartz job:

 public void updateProgress(int count, boolean error) {
  try {
  dataMap.put(results_counter, (int) count);
  dataMap.put(results_error, error);
 
  // Update the job detail and the associated data map (serialized in
  RAM?)
  TorScheduler.getScheduler().addJob(jobDetail, true);
 
  } catch (SchedulerException e) {
  e.printStackTrace();
  logger.error(Error when updating the job details:  + e.getMessage());
  }
  }


 The Progress Bar within the Wicket page:


 add(new AbstractAjaxTimerBehavior(Duration.seconds(3)) {
  private static final long serialVersionUID = 1L;
  @Override
  protected void onTimer(AjaxRequestTarget target) {
  TorSession session = TorSession.get();
  progressbar.value(target, counter);
  JobKey jobKey = (JobKey) session.getAttribute(
  importJobKey);
  System.out.println (job key:  + jobKey);
 
  boolean error = false;
  try {
  Scheduler scheduler = TorScheduler.getScheduler();
  JobDetail jobDetails = scheduler.getJobDetail(jobKey);
 
  if (jobDetails == null) {
   System.out.println (Job finished?);
  PageParameters pp = new PageParameters().set(p, deck
  .getId().getTudi());
  setResponsePage(Wiz14ImportComplete.class, pp);
  return;
  }
 
  JobDataMap jobDataMap = jobDetails.getJobDataMap();
 
  counter = jobDataMap.getIntValue(results_counter);
  error = jobDataMap.getBooleanValue(results_error);
 
  } catch (SchedulerException e) {
  error(Error with import batch process:  + e.getMessage());
  setUpdateInterval(Duration.NONE);
  target.add(curr);
  return;
  }
 
  if (error) {
  error(Error occurred during the import batch process);
  setUpdateInterval(Duration.NONE);
  } else {
  // Redirect if we get the max count
  if (counter = maxItems) {
  PageParameters pp = new PageParameters().set(p, deck
  .getId().getTudi());
  setResponsePage(Wiz14ImportComplete.class, pp);
  }
  }
 
  target.add(curr);
  }
  });


 Cheers,

 Nigel




 On Wed, Feb 27, 2013 at 5:14 PM, Ernesto Reinaldo Barreiro 
 reier...@gmail.com wrote:

  Hi,
 
  I remember I have done this by creating a class that serves a progress
  watching context and sharing an instance of this class between Wicket
  Session (or a page or component) and the quartz job. This class acted
 as
  a wire to pass information between the two threads (e.g. progress,
  cancel the JOB, etc). I also used an AJAX timer too poll server. I think
  there is an example of how to do that at
 
 
 
 http://code.google.com/p/antilia/source/browse/#svn%2Ftrunk%2Fcom.antilia.export%2Fsrc%2Fcom%2Fantilia%2Fexport%2Fpdf
 
  Thought code is quite old...
 
 
  On Tue, Feb 26, 2013 at 11:47 PM, Nigel Sheridan-Smith 
 wtfi...@gmail.com
  wrote:
 
   Hi all,
  
   I'm hooking up a data import batch job with Quartz to Wicket and have
   struck an issue - how do you notify a Wicket page that the batch job is
   complete?
  
   I originally planned to update the Wicket session with the running
 count
  of
   how many items are processed. However, the Wicket request cycle expires
  so
   it is not possible to update the session after the page is rendered.
  
  
   To create the job:
  
   JobDataMap dataMap = new JobDataMap();
dataMap.put(service, getService());
dataMap.put(deck, deck);
dataMap.put(importType, importType);
dataMap.put(fieldMapping, fieldMapping);
dataMap.put(fileUploaded, fileUploaded);
dataMap.put(totalRecords, prevImportSummary.totalRecordsInImport);
dataMap.put(callback, this);
// Create a new job with a basic trigger
JobDetail job = newJob(DataImportJob.class
).usingJobData(dataMap).build();
Trigger trigger =
newTrigger().startNow().withSchedule

RE: Wicket job market

2013-02-05 Thread Chris Colman
Wicket is probably the best most of us have ever enjoyed before. but
let's be realistic, there's the nice paradox of non competitive
presentation of this presentation framework yet, to be sold to not
enough tech skilled people, who are decision makers. they just want
to see nice cinema. then, why not adding that to Wicket site, and be
more marketineers too?

+1

With very little effort and some CSS I would have thought the Wicket
website could be spruced up with big payoffs.

I mentioned this a couple of years back and someone sent some links of a
project to provide a 'new look' wicket site that looked 10x spunkier
than the current site. I don't know what happened to that project but I
think it would be well worth the effort to complete that.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job market

2013-02-05 Thread Martin Grigorov
If someone feels good enough in web design - HTML+CSS, video making,
everything that will make the site more attractive for both technical and
non-technical people:

the new site (unfinished) is at https://github.com/dashorst/wicket-site
the current site is at:
https://svn.apache.org/repos/asf/wicket/common/site/trunk




On Tue, Feb 5, 2013 at 9:31 AM, Chris Colman
chr...@stepaheadsoftware.comwrote:

 Wicket is probably the best most of us have ever enjoyed before. but
 let's be realistic, there's the nice paradox of non competitive
 presentation of this presentation framework yet, to be sold to not
 enough tech skilled people, who are decision makers. they just want
 to see nice cinema. then, why not adding that to Wicket site, and be
 more marketineers too?

 +1

 With very little effort and some CSS I would have thought the Wicket
 website could be spruced up with big payoffs.

 I mentioned this a couple of years back and someone sent some links of a
 project to provide a 'new look' wicket site that looked 10x spunkier
 than the current site. I don't know what happened to that project but I
 think it would be well worth the effort to complete that.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: Wicket job market

2013-02-05 Thread manuelbarzi
 The one thing i would say:if you want to have a nice presentation of 
 vaadin,it comes out of the box,because thats a vaadin feature:nice 
 presentation. No other framework has it such easy:)

Vaadin efficiently speaks the language of emotions.

 So lets start a competition...

Nice ;) but, i would add: caution!

1) Wicket decision makers may understand the same picture first.
Their support is needed.

2) SoC. As Wicket very well does and promotes - that's the main reason
it was created to - a Separation of Concerns should be accepted. Java
side is for the engineers, Html side is for the designers (in the
ideal case, we know). aligned with this same directive, it should be
accepted that the expertise of marketineer skilled people is
required to concentrate and contribute on Wicket marketing strategy.
we are most engineers, implementors, so help from people that
correctly dominates marketing should be recruited and accepted.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job market

2013-02-05 Thread Ernesto Reinaldo Barreiro
Hi,

On Tue, Feb 5, 2013 at 9:31 AM, Chris Colman
chr...@stepaheadsoftware.comwrote:

 Wicket is probably the best most of us have ever enjoyed before. but
 let's be realistic, there's the nice paradox of non competitive
 presentation of this presentation framework yet, to be sold to not
 enough tech skilled people, who are decision makers. they just want
 to see nice cinema. then, why not adding that to Wicket site, and be
 more marketineers too?

 +1

 With very little effort and some CSS I would have thought the Wicket
 website could be spruced up with big payoffs.

 I mentioned this a couple of years back and someone sent some links of a
 project to provide a 'new look' wicket site that looked 10x spunkier
 than the current site. I don't know what happened to that project but I
 think it would be well worth the effort to complete that.


As always problem boils down to: who bells the cat? There are not many
active developers... as far as I can see... and they are doing an
excellent/dedicated work fixing issues .

I would extend the above task to include a nice looking components
showcase...

-- 
Regards - Ernesto Reinaldo Barreiro
Antilia Soft
http://antiliasoft.com/ http://antiliasoft.com/antilia


Re: Wicket job market

2013-02-05 Thread manuelbarzi
 If someone feels good enough in web design - HTML+CSS, video making,
 everything that will make the site more attractive for both technical and
 non-technical people:

 the new site (unfinished) is at https://github.com/dashorst/wicket-site
 the current site is at:
 https://svn.apache.org/repos/asf/wicket/common/site/trunk

i think this is missing what answered before. it is not only a
question of HTML + CSS. it's also a marketing strategy that should
be worked too, and this is not our area. would you accept that?

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: Wicket job market

2013-02-05 Thread Chris Colman
your loosing the focus pretended to be justify before: marketing,
not tech. and many people first see, later think :)

I think the problem is that most good software engineers see 'beauty' in
the elegant component based, object oriented architecture of Wicket - we
can all go oooh and h just thinking about how truly beautiful
Wicket has been 'engineered'.
 
We see beauty beyond the external presentation.

People out in the real world however, or developers who don't get the
oooh/aaah value from elegant design and architecture, are usually
'beauty is only skin deep' people - and given then don't care about
elegant engineering 'under the hood' their evaluation of the 'goodness'
of something is based totally on the appearance of the 'skin'.

I think we have to grasp the concept that there are two different types
of people and they're on opposite ends of the spectrum - the less
'engineering' someone is the more they crave 'funky look and feel'.

Because of the above, and maybe I'm going out on a limb here, IMHO
Wicket's much wider adoption is totally reliant on improving the Wicket
website's 'looks' to newcomers on their first visit.

Regards,
Chris

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job market

2013-02-05 Thread Francois Meillet
Thanks Philippe for raising this issue

Maybe it's time to take a step back to better analyse the situation and where 
we want to go.
Because we don't want to be the only ones using the best framework. 

What need to be done ?

If we promote Wicket right now, we will end up with a big failure.
In marketing, you don't sell the product, but the product's perception people 
have.

So what could be the plan ?

I would say, in that order :

-up to date documentation
-user friendly documentation
-more exemples for beginners

and, once it's done, I repeat, once it's done,

-marketing slides for decision makers
-more buzz in any java/web forum to promote wicket


François

Le 5 févr. 2013 à 09:52, Chris Colman chr...@stepaheadsoftware.com a écrit :

 your loosing the focus pretended to be justify before: marketing,
 not tech. and many people first see, later think :)
 
 I think the problem is that most good software engineers see 'beauty' in
 the elegant component based, object oriented architecture of Wicket - we
 can all go oooh and h just thinking about how truly beautiful
 Wicket has been 'engineered'.
 
 We see beauty beyond the external presentation.
 
 People out in the real world however, or developers who don't get the
 oooh/aaah value from elegant design and architecture, are usually
 'beauty is only skin deep' people - and given then don't care about
 elegant engineering 'under the hood' their evaluation of the 'goodness'
 of something is based totally on the appearance of the 'skin'.
 
 I think we have to grasp the concept that there are two different types
 of people and they're on opposite ends of the spectrum - the less
 'engineering' someone is the more they crave 'funky look and feel'.
 
 Because of the above, and maybe I'm going out on a limb here, IMHO
 Wicket's much wider adoption is totally reliant on improving the Wicket
 website's 'looks' to newcomers on their first visit.
 
 Regards,
 Chris
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job market

2013-02-05 Thread Martin Grigorov
On Tue, Feb 5, 2013 at 10:01 AM, Francois Meillet 
francois.meil...@gmail.com wrote:

 Thanks Philippe for raising this issue

 Maybe it's time to take a step back to better analyse the situation and
 where we want to go.
 Because we don't want to be the only ones using the best framework.

 What need to be done ?

 If we promote Wicket right now, we will end up with a big failure.
 In marketing, you don't sell the product, but the product's perception
 people have.

 So what could be the plan ?

 I would say, in that order :

 -up to date documentation
 -user friendly documentation
 -more exemples for beginners


branch:
https://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=shortlog;h=refs/heads/reference-guide
current state: http://martin-g.github.com/wicket-reference-guide/

I'll probably be able to document a topic or at most two per week.
Then based on the types of questions in the mailing lists I'll update the
docs and add more topics.



 and, once it's done, I repeat, once it's done,


 -marketing slides for decision makers
 -more buzz in any java/web forum to promote wicket


 François

 Le 5 févr. 2013 à 09:52, Chris Colman chr...@stepaheadsoftware.com a
 écrit :

  your loosing the focus pretended to be justify before: marketing,
  not tech. and many people first see, later think :)
 
  I think the problem is that most good software engineers see 'beauty' in
  the elegant component based, object oriented architecture of Wicket - we
  can all go oooh and h just thinking about how truly beautiful
  Wicket has been 'engineered'.
 
  We see beauty beyond the external presentation.
 
  People out in the real world however, or developers who don't get the
  oooh/aaah value from elegant design and architecture, are usually
  'beauty is only skin deep' people - and given then don't care about
  elegant engineering 'under the hood' their evaluation of the 'goodness'
  of something is based totally on the appearance of the 'skin'.
 
  I think we have to grasp the concept that there are two different types
  of people and they're on opposite ends of the spectrum - the less
  'engineering' someone is the more they crave 'funky look and feel'.
 
  Because of the above, and maybe I'm going out on a limb here, IMHO
  Wicket's much wider adoption is totally reliant on improving the Wicket
  website's 'looks' to newcomers on their first visit.
 
  Regards,
  Chris
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: Wicket job market

2013-02-05 Thread manuelbarzi
 I think the problem is that most good software engineers see 'beauty' in
 the elegant component based, object oriented architecture of Wicket - we
 can all go oooh and h just thinking about how truly beautiful
 Wicket has been 'engineered'.

 We see beauty beyond the external presentation.

 People out in the real world however, or developers who don't get the
 oooh/aaah value from elegant design and architecture, are usually
 'beauty is only skin deep' people - and given then don't care about
 elegant engineering 'under the hood' their evaluation of the 'goodness'
 of something is based totally on the appearance of the 'skin'.

 I think we have to grasp the concept that there are two different types
 of people and they're on opposite ends of the spectrum - the less
 'engineering' someone is the more they crave 'funky look and feel'.

 Because of the above, and maybe I'm going out on a limb here, IMHO
 Wicket's much wider adoption is totally reliant on improving the Wicket
 website's 'looks' to newcomers on their first visit.

as expressed before: emotions. e... motion  motion  movement. the
nice emotions you experiment as an engineer on wicket, the same
non-techs experiment on render-side. but at the end what moves you,
and other people, the hole world: emotions. so let's speak that
language at the non-dominated side yet, but not only in look  feel
(design), also in strategy (marketing).

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job market

2013-02-05 Thread Bernard
I think it would be exhausting and possibly risky to rely on the
appeal of the Wicket site. This appeal can already be provided by
third party sites that use Wicket. A developer can then choose to show
management a selection of sites that are relevant in context.

What drives adoption rate is development efficiency, meeting deadlines
and ease of deployment.

Sure in small markets it is difficult to find developers for Wicket,
but it is not difficult to convince a manager with the prospect of an
earlier completion date even if a couple of developers have to be
trained (or may not have to be trained because they can focus on
HTML). It is not very difficult to convince managers of that.

So what is wrong? Why is it not working? I can't provide the full
answer. But to feel confident about meeting deadlines, I would like to
see improvements in the following areas:

1) Better support of statelessness in general
2) Some stateless AJAX if possible, even if only in basic cases with
constraints say for auto-complete text fields
3) Transition from stateless pages to statful pages
4) Recovery from loss of state. Is implemented but it does not work.

So while after so many years, we don't have that, I can only
confidently recommend to use Wicket if users are allowed to have 10
hour web sessions (I have been there), or the users are already used
to be kicked out after x minutes like in some online banking sites.

Most users today are used to remember-me cookies. So how do we explain
to them that a page expired while they can prove that they were
still signed in?

Bernard


On Tue, 5 Feb 2013 19:52:18 +1100, you wrote:

your loosing the focus pretended to be justify before: marketing,
not tech. and many people first see, later think :)

I think the problem is that most good software engineers see 'beauty' in
the elegant component based, object oriented architecture of Wicket - we
can all go oooh and h just thinking about how truly beautiful
Wicket has been 'engineered'.
 
We see beauty beyond the external presentation.

People out in the real world however, or developers who don't get the
oooh/aaah value from elegant design and architecture, are usually
'beauty is only skin deep' people - and given then don't care about
elegant engineering 'under the hood' their evaluation of the 'goodness'
of something is based totally on the appearance of the 'skin'.

I think we have to grasp the concept that there are two different types
of people and they're on opposite ends of the spectrum - the less
'engineering' someone is the more they crave 'funky look and feel'.

Because of the above, and maybe I'm going out on a limb here, IMHO
Wicket's much wider adoption is totally reliant on improving the Wicket
website's 'looks' to newcomers on their first visit.

Regards,
Chris

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job market

2013-02-05 Thread Andrea Del Bene

Reading the mails sent so far, I think Wicket should improve two aspects:

-Its promotion
-Support for stateless usage.

The second point has already been indicated as a target for Wicket 7. 
The promotion stuff is probably the most challenging because many of 
Wicket supporters has technical skills rather than promotional.
IMHO a first concrete and easy-to-do step to make Wicket more appealing 
is creating a Showcase link for left menu that points to live 
examples. In the current site live examples don't have enough visibility 
(just my two cents).
We should also add some Wicket-stuff live examples to show some of the 
most eye-catching modules.

I think it would be exhausting and possibly risky to rely on the
appeal of the Wicket site. This appeal can already be provided by
third party sites that use Wicket. A developer can then choose to show
management a selection of sites that are relevant in context.

What drives adoption rate is development efficiency, meeting deadlines
and ease of deployment.

Sure in small markets it is difficult to find developers for Wicket,
but it is not difficult to convince a manager with the prospect of an
earlier completion date even if a couple of developers have to be
trained (or may not have to be trained because they can focus on
HTML). It is not very difficult to convince managers of that.

So what is wrong? Why is it not working? I can't provide the full
answer. But to feel confident about meeting deadlines, I would like to
see improvements in the following areas:

1) Better support of statelessness in general
2) Some stateless AJAX if possible, even if only in basic cases with
constraints say for auto-complete text fields
3) Transition from stateless pages to statful pages
4) Recovery from loss of state. Is implemented but it does not work.

So while after so many years, we don't have that, I can only
confidently recommend to use Wicket if users are allowed to have 10
hour web sessions (I have been there), or the users are already used
to be kicked out after x minutes like in some online banking sites.

Most users today are used to remember-me cookies. So how do we explain
to them that a page expired while they can prove that they were
still signed in?

Bernard


On Tue, 5 Feb 2013 19:52:18 +1100, you wrote:


your loosing the focus pretended to be justify before: marketing,
not tech. and many people first see, later think :)

I think the problem is that most good software engineers see 'beauty' in
the elegant component based, object oriented architecture of Wicket - we
can all go oooh and h just thinking about how truly beautiful
Wicket has been 'engineered'.

We see beauty beyond the external presentation.

People out in the real world however, or developers who don't get the
oooh/aaah value from elegant design and architecture, are usually
'beauty is only skin deep' people - and given then don't care about
elegant engineering 'under the hood' their evaluation of the 'goodness'
of something is based totally on the appearance of the 'skin'.

I think we have to grasp the concept that there are two different types
of people and they're on opposite ends of the spectrum - the less
'engineering' someone is the more they crave 'funky look and feel'.

Because of the above, and maybe I'm going out on a limb here, IMHO
Wicket's much wider adoption is totally reliant on improving the Wicket
website's 'looks' to newcomers on their first visit.

Regards,
Chris

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job market

2013-02-05 Thread manuelbarzi
 Reading the mails sent so far, I think Wicket should improve two aspects:

 -Its promotion
 -Support for stateless usage.

 The second point has already been indicated as a target for Wicket 7. The
 promotion stuff is probably the most challenging because many of Wicket
 supporters has technical skills rather than promotional.
 IMHO a first concrete and easy-to-do step to make Wicket more appealing is
 creating a Showcase link for left menu that points to live examples. In
 the current site live examples don't have enough visibility (just my two
 cents).
 We should also add some Wicket-stuff live examples to show some of the most
 eye-catching modules.

you are opining  projecting like an engineer, not as an expert in the
promotion area you mention. insisting to the infinite: expertise on
on how to focus not only the new look  feel, but the contents, the
information, what and how to be presented, is required. and this is
not an engineer skill. engineers can help complementing it, but not
exactly focusing it.

moreover, with the help of this promotion (marketineer) expertise,
there's no need to re-invent the wheel. just see how others - the
competence - do well in this area, and learn from them, instead of
rejecting that by other tech-thical reasons.

expertise in tech-market to focus it required, watching the competence.

as one ever said: it is very important WHAT, but more important HOW.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job market

2013-02-05 Thread Martin Grigorov
The list at
https://cwiki.apache.org/confluence/display/WICKET/Ideas+for+Wicket+7.0 is
just ideas as stated at the top.
Probably we should create tickets in Jira so people can vote for them.


On Tue, Feb 5, 2013 at 12:39 PM, Andrea Del Bene an.delb...@gmail.comwrote:

 Reading the mails sent so far, I think Wicket should improve two aspects:

 -Its promotion
 -Support for stateless usage.

 The second point has already been indicated as a target for Wicket 7. The
 promotion stuff is probably the most challenging because many of Wicket
 supporters has technical skills rather than promotional.
 IMHO a first concrete and easy-to-do step to make Wicket more appealing is
 creating a Showcase link for left menu that points to live examples. In
 the current site live examples don't have enough visibility (just my two
 cents).
 We should also add some Wicket-stuff live examples to show some of the
 most eye-catching modules.


Currently on InMethod Grid examples are hosted at
http://www.wicket-library.com/inmethod-grid/data-grid/simple?0
Which others you find as a good enough to be promoted ?



  I think it would be exhausting and possibly risky to rely on the
 appeal of the Wicket site. This appeal can already be provided by
 third party sites that use Wicket. A developer can then choose to show
 management a selection of sites that are relevant in context.

 What drives adoption rate is development efficiency, meeting deadlines
 and ease of deployment.

 Sure in small markets it is difficult to find developers for Wicket,
 but it is not difficult to convince a manager with the prospect of an
 earlier completion date even if a couple of developers have to be
 trained (or may not have to be trained because they can focus on
 HTML). It is not very difficult to convince managers of that.

 So what is wrong? Why is it not working? I can't provide the full
 answer. But to feel confident about meeting deadlines, I would like to
 see improvements in the following areas:

 1) Better support of statelessness in general
 2) Some stateless AJAX if possible, even if only in basic cases with
 constraints say for auto-complete text fields
 3) Transition from stateless pages to statful pages
 4) Recovery from loss of state. Is implemented but it does not work.

 So while after so many years, we don't have that, I can only
 confidently recommend to use Wicket if users are allowed to have 10
 hour web sessions (I have been there), or the users are already used
 to be kicked out after x minutes like in some online banking sites.

 Most users today are used to remember-me cookies. So how do we explain
 to them that a page expired while they can prove that they were
 still signed in?

 Bernard


 On Tue, 5 Feb 2013 19:52:18 +1100, you wrote:

  your loosing the focus pretended to be justify before: marketing,
 not tech. and many people first see, later think :)

 I think the problem is that most good software engineers see 'beauty' in
 the elegant component based, object oriented architecture of Wicket - we
 can all go oooh and h just thinking about how truly beautiful
 Wicket has been 'engineered'.

 We see beauty beyond the external presentation.

 People out in the real world however, or developers who don't get the
 oooh/aaah value from elegant design and architecture, are usually
 'beauty is only skin deep' people - and given then don't care about
 elegant engineering 'under the hood' their evaluation of the 'goodness'
 of something is based totally on the appearance of the 'skin'.

 I think we have to grasp the concept that there are two different types
 of people and they're on opposite ends of the spectrum - the less
 'engineering' someone is the more they crave 'funky look and feel'.

 Because of the above, and maybe I'm going out on a limb here, IMHO
 Wicket's much wider adoption is totally reliant on improving the Wicket
 website's 'looks' to newcomers on their first visit.

 Regards,
 Chris

 --**--**
 -
 To unsubscribe, e-mail: 
 users-unsubscribe@wicket.**apache.orgusers-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


 --**--**-
 To unsubscribe, e-mail: 
 users-unsubscribe@wicket.**apache.orgusers-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 --**--**-
 To unsubscribe, e-mail: 
 users-unsubscribe@wicket.**apache.orgusers-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: Wicket job market

2013-02-05 Thread Andrea Del Bene
I would add modules TinyMCE, Google Maps and jqPlot. An example of 
integration with Facebook could be cool as well :)

The list at
https://cwiki.apache.org/confluence/display/WICKET/Ideas+for+Wicket+7.0 is
just ideas as stated at the top.
Probably we should create tickets in Jira so people can vote for them.


On Tue, Feb 5, 2013 at 12:39 PM, Andrea Del Bene an.delb...@gmail.comwrote:


Reading the mails sent so far, I think Wicket should improve two aspects:

-Its promotion
-Support for stateless usage.

The second point has already been indicated as a target for Wicket 7. The
promotion stuff is probably the most challenging because many of Wicket
supporters has technical skills rather than promotional.
IMHO a first concrete and easy-to-do step to make Wicket more appealing is
creating a Showcase link for left menu that points to live examples. In
the current site live examples don't have enough visibility (just my two
cents).
We should also add some Wicket-stuff live examples to show some of the
most eye-catching modules.


Currently on InMethod Grid examples are hosted at
http://www.wicket-library.com/inmethod-grid/data-grid/simple?0
Which others you find as a good enough to be promoted ?





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job market

2013-02-05 Thread Martin Grigorov
On Tue, Feb 5, 2013 at 7:45 PM, procrastinative.developer 
procrastinative.develo...@gmail.com wrote:

 I really enjoy wicket, it's really easy to create complex site with it. For
 me the biggest problem was a 'wicket way'. To create site effectivly, we
 need to learn a lot about how wicket works etc. Without good documentation
 process of learning can be frustrating.

  I see this problems in wicket:
  1)lack of good documentation (for beginners is ok, but for more complex
 problems sometimes I need to spend a lot of time to discover how I need to
 do that)


since you know better some parts of Wicket now I officially invite you to
help me with the new reference guide for beginners. See my previous mail in
this thread for the urls
many people complain about this but no one offered help so far


  2)lack of good IDE support - I use netbeans and intellij and tools for it
 are not very good.


Intellij has very good support for Java/Scala/Groovy, HTML, JS, HTML, CSS
:-)

 3)lack of good list of tools -in my wicket career i found a lot usefull
 tools, but in 50% it was a matter of luck.


what kind of tools do you mean ? which are the useful ones ?


  4)a lot of abandoned plugins - because of a lot of api breaks between
 wicket 1.4 and wicket 6.0 some plugin not working with current version of
 wicket.


Here is my point of view here - the abandoned plugins are those which are
not very useful to the community.
Since no one migrated them means that no one needed them so far.
Many libraries have migrated so it is not so hard.



 Wicket developers did a lot of good work. Wicket popularity depends on
 wicket community. Maybe developers of plugins and wicket tools(not only
 wicket components, but also IDE plugins developers and tools like wicket
 RAD
 etc) should give feedback what they need for easier tools creation. Wicket
 dev should freeze api. I think that now wicket is very mature framework and
 with version 6.0 its time to start building infrastructure around it that
 help developers to create webapplications.

 Maybe it's time to build site like wicket repository where user can
 publish and search information about created by other users plugins?


The repository is at https://github.com/wicketstuff/core Why do you need
something else ? Who will maintain several repositories ? This will just
confuse all new developers.
Pick an issue from
https://github.com/wicketstuff/core/issues?direction=descsort=createdstate=open
and
make your contribution to the community.





 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Wicket-job-market-tp4656048p4656092.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: Wicket job market

2013-02-05 Thread Nick Heudecker
I'll wade into the point about IDE plugins since I was the original
maintainer of Wicketforge (https://code.google.com/p/wicketforge/), which
is still being actively developed by Minas Manthos.

As it stands today, Wicketforge is a great productivity enhancer when
developing Wicket apps. It provides autocompletion of Wicket IDs, templated
panel and page creation, as well as a few inspections and intentions to
make life easier (More info here:
https://code.google.com/p/wicketforge/wiki/PluginFeatures). More features
could be added, but the value is questionable given IDEA's already
excellent HTML and Java support.

Right now Wicketforge has no open tickets. If the plugin doesn't do
something you want it to do, checkout the source and contribute back. I'm
sure Minas would love to get some patches, and if he's busy I'll come out
of plugin retirement and take a look.

-Nick


On Tue, Feb 5, 2013 at 10:45 AM, procrastinative.developer 
procrastinative.develo...@gmail.com wrote:

 I really enjoy wicket, it's really easy to create complex site with it. For
 me the biggest problem was a 'wicket way'. To create site effectivly, we
 need to learn a lot about how wicket works etc. Without good documentation
 process of learning can be frustrating.

  I see this problems in wicket:
  1)lack of good documentation (for beginners is ok, but for more complex
 problems sometimes I need to spend a lot of time to discover how I need to
 do that)
  2)lack of good IDE support - I use netbeans and intellij and tools for it
 are not very good.
  3)lack of good list of tools -in my wicket career i found a lot usefull
 tools, but in 50% it was a matter of luck.
  4)a lot of abandoned plugins - because of a lot of api breaks between
 wicket 1.4 and wicket 6.0 some plugin not working with current version of
 wicket.

 Wicket developers did a lot of good work. Wicket popularity depends on
 wicket community. Maybe developers of plugins and wicket tools(not only
 wicket components, but also IDE plugins developers and tools like wicket
 RAD
 etc) should give feedback what they need for easier tools creation. Wicket
 dev should freeze api. I think that now wicket is very mature framework and
 with version 6.0 its time to start building infrastructure around it that
 help developers to create webapplications.

 Maybe it's time to build site like wicket repository where user can
 publish and search information about created by other users plugins?



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Wicket-job-market-tp4656048p4656092.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Wicket job market

2013-02-05 Thread Nick Heudecker
Did you file a ticket for the problems you experienced?

On Tue, Feb 5, 2013 at 12:21 PM, procrastinative.developer 
procrastinative.develo...@gmail.com wrote:

 I was testing this plugin a some time ago and I had a lot of problems with
 it
 (NPE, no switching between files). I was so frustrated about this
 situation,
 that I uninstall this plugin and  I resign from using it in development.
 Thanks about info, I will try this plugin again.



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Wicket-job-market-tp4656048p4656104.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Wicket job market

2013-02-04 Thread Martin Grigorov
Hi,

Spring MVC is backed by VMWare.
GWT by Google (or not anymore ?!)

Wicket and Tapestry as Apache projects are developed by volunteers.

I think what miss is the marketing and the training.

I'm not sure whether there is such job search site in Germany to get some
stats but the market for Wicket here is pretty big.
Among others several German banks use Wicket for their web apps.



On Mon, Feb 4, 2013 at 1:05 PM, Philippe Demaison ph.demai...@gmail.comwrote:

 Hello,

 Let's say that the most popular java web frameworks are Wicket, Tapestry,
 GWT, Spring MVC.

 Have you seen the graph ?

 http://www.indeed.com/jobtrends?q=Wicket%2C+Tapestry%2C+GWT%2C+%22Spring+MVC%22


 Other frameworks
 Play Framework, Apache Click, Stripes, Struts, JSF, Seam

 http://www.indeed.com/jobtrends?q=%22Play+Framework%22%2C+%22Apache+Click%22%2C+Stripes%2C+Struts%2C+JSF%2C+Seam


 What needs to be improved to get a wider adoption of Wicket ?

 Best regards
 Phlippe




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: Wicket job market

2013-02-04 Thread Ernesto Reinaldo Barreiro
Hi,

IMHO on countries that invest heavily on RD (new technologies) like
Germany, Netherlands, UK, USA, etc Wicket market is growing... and you can
find lots of Jobs posts asking for Wicket versed programmers.. See

http://www.indeed.de/Jobs?q=Wicketl=
http://www.indeed.nl/Wicket-vacatures
http://www.indeed.fr/emplois?q=Wicketl=
http://www.indeed.co.uk/jobs?q=Wicketl=

compare to

http://www.indeed.es/ofertas?q=Wicketl=

:-(

As many other OpenSource projects its development depends largely on
volunteers and on companies willing to pay back with employee time
for maintenance/documentation. etc. So, there is no point on comparing with
frameworks backed by big players or well established frameworks.

At least in Spain my experience is that:

1- I do not risk my ass decision makers are a big obstacle for adoption:
they just want to hear about big names backed software  or at least well
know/established software... so that, if development ins't going as
planned, it is not a problem of the framework selected.
2- Many programmers comming from Struts like frameworks background have big
problems in caching up with OOP required for Wicket and the Wicket way.
3- Lack of a unified place where to find free/well-supported commercial
quality components doesn't help either when you want to sell wicket.

On Mon, Feb 4, 2013 at 1:05 PM, Philippe Demaison ph.demai...@gmail.comwrote:

 Hello,

 Let's say that the most popular java web frameworks are Wicket, Tapestry,
 GWT, Spring MVC.

 Have you seen the graph ?

 http://www.indeed.com/jobtrends?q=Wicket%2C+Tapestry%2C+GWT%2C+%22Spring+MVC%22


 Other frameworks
 Play Framework, Apache Click, Stripes, Struts, JSF, Seam

 http://www.indeed.com/jobtrends?q=%22Play+Framework%22%2C+%22Apache+Click%22%2C+Stripes%2C+Struts%2C+JSF%2C+Seam


 What needs to be improved to get a wider adoption of Wicket ?

 Best regards
 Phlippe




-- 
Regards - Ernesto Reinaldo Barreiro
Antilia Soft
http://antiliasoft.com/ http://antiliasoft.com/antilia


Re: Wicket job market

2013-02-04 Thread Tim Urberg
I wouldn't discount Apache, look at how Struts took off, and look at the 
Apache HTTP server, the most widely used server on the web.  Apache may 
not be a big corporation but they are a still a big name.


On 2/4/13 7:37 AM, Ernesto Reinaldo Barreiro wrote:

Hi,

IMHO on countries that invest heavily on RD (new technologies) like
Germany, Netherlands, UK, USA, etc Wicket market is growing... and you can
find lots of Jobs posts asking for Wicket versed programmers.. See

http://www.indeed.de/Jobs?q=Wicketl=
http://www.indeed.nl/Wicket-vacatures
http://www.indeed.fr/emplois?q=Wicketl=
http://www.indeed.co.uk/jobs?q=Wicketl=

compare to

http://www.indeed.es/ofertas?q=Wicketl=

:-(

As many other OpenSource projects its development depends largely on
volunteers and on companies willing to pay back with employee time
for maintenance/documentation. etc. So, there is no point on comparing with
frameworks backed by big players or well established frameworks.

At least in Spain my experience is that:

1- I do not risk my ass decision makers are a big obstacle for adoption:
they just want to hear about big names backed software  or at least well
know/established software... so that, if development ins't going as
planned, it is not a problem of the framework selected.
2- Many programmers comming from Struts like frameworks background have big
problems in caching up with OOP required for Wicket and the Wicket way.
3- Lack of a unified place where to find free/well-supported commercial
quality components doesn't help either when you want to sell wicket.

On Mon, Feb 4, 2013 at 1:05 PM, Philippe Demaison ph.demai...@gmail.comwrote:


Hello,

Let's say that the most popular java web frameworks are Wicket, Tapestry,
GWT, Spring MVC.

Have you seen the graph ?

http://www.indeed.com/jobtrends?q=Wicket%2C+Tapestry%2C+GWT%2C+%22Spring+MVC%22


Other frameworks
Play Framework, Apache Click, Stripes, Struts, JSF, Seam

http://www.indeed.com/jobtrends?q=%22Play+Framework%22%2C+%22Apache+Click%22%2C+Stripes%2C+Struts%2C+JSF%2C+Seam


What needs to be improved to get a wider adoption of Wicket ?

Best regards
Phlippe







-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job market

2013-02-04 Thread Ernesto Reinaldo Barreiro
Hi,

On Mon, Feb 4, 2013 at 3:20 PM, Tim Urberg t...@urberg.net wrote:

 I wouldn't discount Apache, look at how Struts took off, and look at the
 Apache HTTP server, the most widely used server on the web.  Apache may not
 be a big corporation but they are a still a big name.


It is not my intention to discount Apache (read my allusion to well
established frameworks as Struts). I just wanted to pointing out that for
managers it is a lot easier to decided for WELL established names that
for newcomers... Things like

1-how/where do I find programmers that know this technology.?
2- Is my team going to catch up quickly with new things, would they be able
to solves difficult issues?
3- if not who is available on my local marked that will be able to solve
those issues for me at a reasonable price?
4- What do I gain risking new technology? Please show me a nice free (or
cheap) well maintained component pack I can use to solve my
problems/quickly build my applications.

Those are the questions I have faced when trying to get wicket adopted.



 On 2/4/13 7:37 AM, Ernesto Reinaldo Barreiro wrote:

 Hi,

 IMHO on countries that invest heavily on RD (new technologies) like
 Germany, Netherlands, UK, USA, etc Wicket market is growing... and you can
 find lots of Jobs posts asking for Wicket versed programmers.. See

 http://www.indeed.de/Jobs?q=**Wicketl=http://www.indeed.de/Jobs?q=Wicketl=
 http://www.indeed.nl/Wicket-**vacatureshttp://www.indeed.nl/Wicket-vacatures
 http://www.indeed.fr/emplois?**q=Wicketl=http://www.indeed.fr/emplois?q=Wicketl=
 http://www.indeed.co.uk/jobs?**q=Wicketl=http://www.indeed.co.uk/jobs?q=Wicketl=

 compare to

 http://www.indeed.es/ofertas?**q=Wicketl=http://www.indeed.es/ofertas?q=Wicketl=

 :-(

 As many other OpenSource projects its development depends largely on
 volunteers and on companies willing to pay back with employee time
 for maintenance/documentation. etc. So, there is no point on comparing
 with
 frameworks backed by big players or well established frameworks.

 At least in Spain my experience is that:

 1- I do not risk my ass decision makers are a big obstacle for adoption:
 they just want to hear about big names backed software  or at least well
 know/established software... so that, if development ins't going as
 planned, it is not a problem of the framework selected.
 2- Many programmers comming from Struts like frameworks background have
 big
 problems in caching up with OOP required for Wicket and the Wicket way.
 3- Lack of a unified place where to find free/well-supported commercial
 quality components doesn't help either when you want to sell wicket.

 On Mon, Feb 4, 2013 at 1:05 PM, Philippe Demaison ph.demai...@gmail.com
 wrote:

  Hello,

 Let's say that the most popular java web frameworks are Wicket, Tapestry,
 GWT, Spring MVC.

 Have you seen the graph ?

 http://www.indeed.com/**jobtrends?q=Wicket%2C+**
 Tapestry%2C+GWT%2C+%22Spring+**MVC%22http://www.indeed.com/jobtrends?q=Wicket%2C+Tapestry%2C+GWT%2C+%22Spring+MVC%22


 Other frameworks
 Play Framework, Apache Click, Stripes, Struts, JSF, Seam

 http://www.indeed.com/**jobtrends?q=%22Play+Framework%**
 22%2C+%22Apache+Click%22%2C+**Stripes%2C+Struts%2C+JSF%2C+**Seamhttp://www.indeed.com/jobtrends?q=%22Play+Framework%22%2C+%22Apache+Click%22%2C+Stripes%2C+Struts%2C+JSF%2C+Seam


 What needs to be improved to get a wider adoption of Wicket ?

 Best regards
 Phlippe





 --**--**-
 To unsubscribe, e-mail: 
 users-unsubscribe@wicket.**apache.orgusers-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Regards - Ernesto Reinaldo Barreiro
Antilia Soft
http://antiliasoft.com/ http://antiliasoft.com/antilia


Re: Wicket job market

2013-02-04 Thread Josh Kamau
Does anyone think the rise of javascript based single page thick client
type of applications are eating on wickets share? When i try to sell wicket
to my peers, they normally argue that they want a stateless client and a
stateful rich clients. The kind of clients that you build with javascript
toolkits such as angular, backbone etc. One of the main reason why i
started using wicket was my phobia for javascript. That phobia is no more.
Infact i want more and more control over the javascript on my client.  Does
anyone else share the same sentiments?  I am still a huge wicket fun and i
use it in many projects.
Josh.


On Mon, Feb 4, 2013 at 5:53 PM, Ernesto Reinaldo Barreiro 
reier...@gmail.com wrote:

 Hi,

 On Mon, Feb 4, 2013 at 3:20 PM, Tim Urberg t...@urberg.net wrote:

  I wouldn't discount Apache, look at how Struts took off, and look at the
  Apache HTTP server, the most widely used server on the web.  Apache may
 not
  be a big corporation but they are a still a big name.
 
 
 It is not my intention to discount Apache (read my allusion to well
 established frameworks as Struts). I just wanted to pointing out that for
 managers it is a lot easier to decided for WELL established names that
 for newcomers... Things like

 1-how/where do I find programmers that know this technology.?
 2- Is my team going to catch up quickly with new things, would they be able
 to solves difficult issues?
 3- if not who is available on my local marked that will be able to solve
 those issues for me at a reasonable price?
 4- What do I gain risking new technology? Please show me a nice free (or
 cheap) well maintained component pack I can use to solve my
 problems/quickly build my applications.

 Those are the questions I have faced when trying to get wicket adopted.


 
  On 2/4/13 7:37 AM, Ernesto Reinaldo Barreiro wrote:
 
  Hi,
 
  IMHO on countries that invest heavily on RD (new technologies) like
  Germany, Netherlands, UK, USA, etc Wicket market is growing... and you
 can
  find lots of Jobs posts asking for Wicket versed programmers.. See
 
  http://www.indeed.de/Jobs?q=**Wicketl=
 http://www.indeed.de/Jobs?q=Wicketl=
  http://www.indeed.nl/Wicket-**vacatures
 http://www.indeed.nl/Wicket-vacatures
  http://www.indeed.fr/emplois?**q=Wicketl=
 http://www.indeed.fr/emplois?q=Wicketl=
  http://www.indeed.co.uk/jobs?**q=Wicketl=
 http://www.indeed.co.uk/jobs?q=Wicketl=
 
  compare to
 
  http://www.indeed.es/ofertas?**q=Wicketl=
 http://www.indeed.es/ofertas?q=Wicketl=
 
  :-(
 
  As many other OpenSource projects its development depends largely on
  volunteers and on companies willing to pay back with employee time
  for maintenance/documentation. etc. So, there is no point on comparing
  with
  frameworks backed by big players or well established frameworks.
 
  At least in Spain my experience is that:
 
  1- I do not risk my ass decision makers are a big obstacle for
 adoption:
  they just want to hear about big names backed software  or at least
 well
  know/established software... so that, if development ins't going as
  planned, it is not a problem of the framework selected.
  2- Many programmers comming from Struts like frameworks background have
  big
  problems in caching up with OOP required for Wicket and the Wicket
 way.
  3- Lack of a unified place where to find free/well-supported
 commercial
  quality components doesn't help either when you want to sell wicket.
 
  On Mon, Feb 4, 2013 at 1:05 PM, Philippe Demaison 
 ph.demai...@gmail.com
  wrote:
 
   Hello,
 
  Let's say that the most popular java web frameworks are Wicket,
 Tapestry,
  GWT, Spring MVC.
 
  Have you seen the graph ?
 
  http://www.indeed.com/**jobtrends?q=Wicket%2C+**
  Tapestry%2C+GWT%2C+%22Spring+**MVC%22
 http://www.indeed.com/jobtrends?q=Wicket%2C+Tapestry%2C+GWT%2C+%22Spring+MVC%22
 
 
 
  Other frameworks
  Play Framework, Apache Click, Stripes, Struts, JSF, Seam
 
  http://www.indeed.com/**jobtrends?q=%22Play+Framework%**
  22%2C+%22Apache+Click%22%2C+**Stripes%2C+Struts%2C+JSF%2C+**Seam
 http://www.indeed.com/jobtrends?q=%22Play+Framework%22%2C+%22Apache+Click%22%2C+Stripes%2C+Struts%2C+JSF%2C+Seam
 
 
 
  What needs to be improved to get a wider adoption of Wicket ?
 
  Best regards
  Phlippe
 
 
 
 
 
  --**--**-
  To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.org
 users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 


 --
 Regards - Ernesto Reinaldo Barreiro
 Antilia Soft
 http://antiliasoft.com/ http://antiliasoft.com/antilia



Re: Wicket job market

2013-02-04 Thread manuelbarzi
 toolkits such as angular, backbone etc. One of the main reason why i
 started using wicket was my phobia for javascript. That phobia is no more.
 Infact i want more and more control over the javascript on my client.  Does
 anyone else share the same sentiments?  I am still a huge wicket fun and i
 use it in many projects.
 Josh.

i think that the evolution of:

- network speed
- navigators capabilities (memory, processing speed, etc. provided by
hardware advances)

is creating the picture of java virtual machine in client-side but
with html, css and javascript. you can see more and more heavy-duty
web software being executed on navigators (client-side) with more
and more load of dependencies (javascript resources an so on). so, at
the end, executing a web-application will transform the something as
similar as it was downloading an applet and running that piece on
navigator. with the difference, for the moment, that all code
downloaded is not crypted or compiled, but interpreted.

it seems like a fish biting its tail. soon may be, we'll have
javascript virtual machine's (already working in navigators, almost)
downloading and running javascript applets (tons of code).

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job market

2013-02-04 Thread Michael Mosmann

Am 04.02.2013 15:43, schrieb manuelbarzi:

Play Framework, Apache Click, Stripes, Struts, JSF, Seam
http://www.indeed.com/jobtrends?q=%22Play+Framework%22%2C+%22Apache+Click%22%2C+Stripes%2C+Struts%2C+JSF%2C+Seam
What needs to be improved to get a wider adoption of Wicket ?

IMO, selling Wicket as Vaadin does, may help a lot.
I think, you should not compare wicket with vaadin. Wicket is not the 
right answer for every project. Wicket does not compete with vaadin, 
because wicket is a different hammer. The rise of javascript apps 
could change the future of web development, but for such a project you 
should not use wicket either. IMHO wicket is the better answer than 
struts, grails (if you have a long term maintenance cycle), jsf...


I think there are many wicket projects out there, but wicket is not the 
so called cool stuff like grails, spring roo and so on... nothing a 
developer likes to play with (which is IMHO a good thing). I think, this 
could be changed with wicket 6 (jquery build-in)... but it is a long way.


Michael


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: Wicket job market

2013-02-04 Thread Colin Rogers
In Australia it's almost non-existent. Mostly technology is 5 or 6 years behind 
the rest of the world, generally. Most places I've worked for here use JSP and 
Struts 1. Obviously there are plenty of places that do cutting edge stuff, but 
it's few and far between.

I work for the only company I know of that uses Wicket (they used it before I 
came, but it's the reason why I'm here). I do plenty of searches for Wicket 
based jobs, as I'm still a contractor and other than here, there is nothing. 
Guess that means I'm hoping to stick around! ;)

Okay, how's this for Sod's Law. I figure I should do a quick search on 
seek.com.au before making these claims, and another company in Melbourne 
mentions Wicket as a nice-to-have on a job description... :)

Col.

-Original Message-
From: Michael Mosmann [mailto:mich...@mosmann.de]
Sent: 05 February 2013 08:33
To: users@wicket.apache.org
Subject: Re: Wicket job market

Am 04.02.2013 15:43, schrieb manuelbarzi:
 Play Framework, Apache Click, Stripes, Struts, JSF, Seam
 http://www.indeed.com/jobtrends?q=%22Play+Framework%22%2C+%22Apache+C
 lick%22%2C+Stripes%2C+Struts%2C+JSF%2C+Seam
 What needs to be improved to get a wider adoption of Wicket ?
 IMO, selling Wicket as Vaadin does, may help a lot.
I think, you should not compare wicket with vaadin. Wicket is not the right 
answer for every project. Wicket does not compete with vaadin, because wicket 
is a different hammer. The rise of javascript apps
could change the future of web development, but for such a project you should 
not use wicket either. IMHO wicket is the better answer than struts, grails (if 
you have a long term maintenance cycle), jsf...

I think there are many wicket projects out there, but wicket is not the so 
called cool stuff like grails, spring roo and so on... nothing a developer 
likes to play with (which is IMHO a good thing). I think, this could be changed 
with wicket 6 (jquery build-in)... but it is a long way.

Michael


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

EMAIL DISCLAIMER This email message and its attachments are confidential and 
may also contain copyright or privileged material. If you are not the intended 
recipient, you may not forward the email or disclose or use the information 
contained in it. If you have received this email message in error, please 
advise the sender immediately by replying to this email and delete the message 
and any associated attachments. Any views, opinions, conclusions, advice or 
statements expressed in this email message are those of the individual sender 
and should not be relied upon as the considered view, opinion, conclusions, 
advice or statement of this company except where the sender expressly, and with 
authority, states them to be the considered view, opinion, conclusions, advice 
or statement of this company. Every care is taken but we recommend that you 
scan any attachments for viruses.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job market

2013-02-04 Thread manuelbarzi
 I think, you should not compare wicket with vaadin. Wicket is not the right
 answer for every project. Wicket does not compete with vaadin, because
 wicket is a different hammer. The rise of javascript apps could change the
 future of web development, but for such a project you should not use wicket
 either. IMHO wicket is the better answer than struts, grails (if you have a
 long term maintenance cycle), jsf...

 I think there are many wicket projects out there, but wicket is not the so
 called cool stuff like grails, spring roo and so on... nothing a developer
 likes to play with (which is IMHO a good thing). I think, this could be
 changed with wicket 6 (jquery build-in)... but it is a long way.

your loosing the focus pretended to be justify before: marketing,
not tech. and many people first see, later think :)

nobody was comparing Wicket with Vaadin, neither technically and
neither in any other similar aspects. but you seem to defend so it in
your mail. Vaadin is just mentioned as a good example (like it or not)
that gains a lot of adepts just because of its cool marketing
presentation at its website (in terms of style, look  feel, and
special effects). that's all. so could be any other tech that
applies similar commercial strategies.

just to give you an example: from many persons i know, who have
decision power in projects, and they have no idea about wicket, they
just say: does wicket really have serious projects? is it actually
used? cause i see that GWT or Vaadin seem much more worked,
professional, and nice. and you cannot pretend them to perfeclty
understand the differences between techs because they have no enough
technical skills to do so. sad (not really, is a nice feedback to
learn from) but true.

Wicket is probably the best most of us have ever enjoyed before. but
let's be realistic, there's the nice paradox of non competitive
presentation of this presentation framework yet, to be sold to not
enough tech skilled people, who are decision makers. they just want
to see nice cinema. then, why not adding that to Wicket site, and be
more marketineers too?

i think we may all agree that in general, open-source projects in
Apache have a big lack of cool presentation and marketing. and
marketing it is not a concept that goes against open-source, of
course. there are many nice open-source projects that do sell
them-selves well in their sites.

one nice idea could be: why not opening a competition to create a more
marketineer presentation of Wicket tech?

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket job market

2013-02-04 Thread Michael Mosmann
I agree with you.

The one thing i would say:if you want to have a nice presentation of vaadin,it 
comes out of the box,because thats a vaadin feature:nice presentation. No other 
framework has it such easy:)

So lets start a competition...

Michael:)



manuelbarzi manuelba...@gmail.com schrieb:

 I think, you should not compare wicket with vaadin. Wicket is not the
right
 answer for every project. Wicket does not compete with vaadin,
because
 wicket is a different hammer. The rise of javascript apps could
change the
 future of web development, but for such a project you should not use
wicket
 either. IMHO wicket is the better answer than struts, grails (if you
have a
 long term maintenance cycle), jsf...

 I think there are many wicket projects out there, but wicket is not
the so
 called cool stuff like grails, spring roo and so on... nothing a
developer
 likes to play with (which is IMHO a good thing). I think, this could
be
 changed with wicket 6 (jquery build-in)... but it is a long way.

your loosing the focus pretended to be justify before: marketing,
not tech. and many people first see, later think :)

nobody was comparing Wicket with Vaadin, neither technically and
neither in any other similar aspects. but you seem to defend so it in
your mail. Vaadin is just mentioned as a good example (like it or not)
that gains a lot of adepts just because of its cool marketing
presentation at its website (in terms of style, look  feel, and
special effects). that's all. so could be any other tech that
applies similar commercial strategies.

just to give you an example: from many persons i know, who have
decision power in projects, and they have no idea about wicket, they
just say: does wicket really have serious projects? is it actually
used? cause i see that GWT or Vaadin seem much more worked,
professional, and nice. and you cannot pretend them to perfeclty
understand the differences between techs because they have no enough
technical skills to do so. sad (not really, is a nice feedback to
learn from) but true.

Wicket is probably the best most of us have ever enjoyed before. but
let's be realistic, there's the nice paradox of non competitive
presentation of this presentation framework yet, to be sold to not
enough tech skilled people, who are decision makers. they just want
to see nice cinema. then, why not adding that to Wicket site, and be
more marketineers too?

i think we may all agree that in general, open-source projects in
Apache have a big lack of cool presentation and marketing. and
marketing it is not a concept that goes against open-source, of
course. there are many nice open-source projects that do sell
them-selves well in their sites.

one nice idea could be: why not opening a competition to create a more
marketineer presentation of Wicket tech?

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

Deployment models (was: Re: Wicket job market)

2013-02-04 Thread Emmanouil Batsis (Manos)

On 02/04/2013 02:05 PM, Philippe Demaison wrote:

What needs to be improved to get a wider adoption of Wicket ?


That is probably the most relevant subject IMHO.

FWIW, a largely disruptive factor is a new but increasingly important 
business/deployment model, that of the cross-domain, embedded 
client-side app.


Imagine you have an webapp that does XYZ and you offer that as a 
service. You may want to allow your clients to embed this functionality 
using Ajax+JSONP+cross domain (VS an iframe), i.e. embed your app by 
offering a pure javascript client. That's what I'm currently missing 
from wicket. This actually forces me to largely rewrite app by exposing 
REST interfaces and patching up a REST javascript client from scratch 
using something like backbone.js.


Just my 0.25.

Manos

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket freelancer job in Vienna, Austria

2012-08-14 Thread gbrunner
Hi Marco, 

I'm also based in Vienna and this sounds interesting. 
Can you provide me with some more details about the project and what exactly
you are looking for. 

Best, 
Gerwin Brunner 

P.S.: Wir können die Unterhaltung auch auf Deutsch durchführen :) 



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-freelancer-job-in-Vienna-Austria-tp4651049p4651223.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket freelancer job in Vienna, Austria

2012-08-14 Thread gbrunner
Hi Marco,

I'm also based in Vienna and this sounds interesting.
Can you provide me with some more details about the project and what exactly
you are looking for.

Best,
Gerwin Brunner

P.S.: Wir können die Unterhaltung auch auf Deutsch durchführen :)





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-freelancer-job-in-Vienna-Austria-tp4651049p4651222.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Wicket freelancer job in Vienna, Austria

2012-08-08 Thread Marco Zapletal

Dear Wicket folks,


we are looking for Wicket developer on a freelancer basis for an ongoing 
project in Vienna, Austria.


If you are potentially interested please do not hesitate to contact me 
for further details.



Best regards,


Marco Zapletal

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket freelancer job in Vienna, Austria

2012-08-08 Thread Andreas Petersson

Hello!
I am potentially interested. Can you tell me some details about the 
project scope and timeline.


best regards,
Andreas Petersson

Am 08.08.2012 12:25, schrieb Marco Zapletal:



we are looking for Wicket developer on a freelancer basis for an 
ongoing project in Vienna, Austria.


If you are potentially interested please do not hesitate to contact me 
for further details. 



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



wicket job opportunity, we are hiring

2012-06-05 Thread Igor Vaynberg
the company i work for ( 42lines.net ) is growing and we are looking
for a few good devs.

about our approach:

* we are a distributed company with employees based predominantly in
the usa, there are 27 of us now
* everyone telecommutes either from home or a coworking space of your
choice (paid for by the company)
* we use a variation of agile methodology (daily scrums, iterations,
peer code reviews, etc)

tech stack:

* wicket
* jpa/hibernate/querydsl
* cdi/weld
* resteasy
* jquery / jquery mobile

what we want from you:

* first and foremost you are smart and you know how to apply those
smarts to writing code
* you work on PST/EST +- 2 hours
* you have a decent internet connection capable of skype (we can help
you get one)
* you understand (not just know) java and oop
* you are comfortable in sql, hibernate, and wicket

there is lots more info, including how to apply, available here:

https://www.42lines.net/2012/05/29/now-hiring-2-new-java-engineers-and-2-new-qa-engineers/

cheers,
-igor

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: wicket job opportunity, we are hiring

2012-06-05 Thread Cedric Gatay
Hi Igor,
this is an interesting opportunity, too bad it is time zone limited. I hope
you'll find somebody.


__
Cedric Gatay
http://www.bloggure.info | http://cedric.gatay.fr |
@Cedric_Gatayhttp://twitter.com/Cedric_Gatay


On Tue, Jun 5, 2012 at 10:37 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote:

 the company i work for ( 42lines.net ) is growing and we are looking
 for a few good devs.

 about our approach:

 * we are a distributed company with employees based predominantly in
 the usa, there are 27 of us now
 * everyone telecommutes either from home or a coworking space of your
 choice (paid for by the company)
 * we use a variation of agile methodology (daily scrums, iterations,
 peer code reviews, etc)

 tech stack:

 * wicket
 * jpa/hibernate/querydsl
 * cdi/weld
 * resteasy
 * jquery / jquery mobile

 what we want from you:

 * first and foremost you are smart and you know how to apply those
 smarts to writing code
 * you work on PST/EST +- 2 hours
 * you have a decent internet connection capable of skype (we can help
 you get one)
 * you understand (not just know) java and oop
 * you are comfortable in sql, hibernate, and wicket

 there is lots more info, including how to apply, available here:


 https://www.42lines.net/2012/05/29/now-hiring-2-new-java-engineers-and-2-new-qa-engineers/

 cheers,
 -igor

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




OT: Job in Germany

2012-04-23 Thread Uwe Schäfer

Hi

we're looking for experienced Java developers for fulltime employment 
(no freelancers) with some Wicket background.

Contact me, if you want to know more.

cu uwe

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Job opportunity in Germany

2011-12-26 Thread geissbock
Hi folks,

The department I work at as an architect is currently looking for a talented 
Wicket developer.

We're a company with 5,000 employees located in the south-west of Germany. The 
position is permanent and full-time, and it is required to work on-site, i.e. 
it is currently not possible to work on a contract or remote basis. A good 
command of the German language is definitely a plus, but being a great 
developer is certainly more important ;-)

We are currently developing two new e-commerce/online marketing products with 
Wicket which are about to be launched in the next months. These (and other) 
products will also be enhanced after their launch, which is why we are 
currently setting up cross-functional Scrum teams to be the think tanks in 
these areas.

So, if you are interested or know anyone who might be interested please feel 
free to get in touch with me and I will be glad to tell you some more details.

Cheers,

Michael

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



wicket job opportunity, we are hiring

2011-11-02 Thread Igor Vaynberg
the company i work for ( 42lines inc) is growing and we are looking
for a few good devs.

about our approach:

* we are a distributed company with employees based predominantly in
the usa, i think there are 22 of us now
* everyone telecommutes either from home or a coworking space if you
get cabin fever sitting at home
* we use a variation of agile methodology (daily scrums, iterations,
peer code reviews, etc)

tech as of now:

* wicket
* jpa/hibernate
* cdi/weld
* resteasy
* joda date/time
* querydsl
* guava
* metagen
* jquery
* jquery mobile

what we want from you:

* first and foremost you are smart and you know how to apply those
smarts to writing code
* you work on PST/EST +- 2 hours
* you have a decent internet connection capable of skype (we can help
you get one)
* you understand (not just know) java and oop
* you are comfortable in sql, hibernate, and wicket

there is lots more info, including how to apply, available off this blog post:

https://www.42lines.net/2011/10/15/now-hiring-3-new-java-engineers-and-2-new-qa-engineers/

cheers,
-igor

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



job

2011-10-13 Thread moèz ben rhouma
searching for someone who is familiar with Wicket for a 4+ month contract in
San Antonio, Texas. If you or anyone you know is interested please message
me or email me at ro...@millgroupusa.com.

-- 
Cdt
Moèz


Wicket job

2011-09-05 Thread Martin Makundi
Hi!

Looking for an on-site Wicket developer/consultant, Helsinki, Finland:

If you are interested, apply at http://www.youritprofile.com/job_ad/id/3375


**
Martin

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Wicket job, Helsinki, Finland

2011-08-09 Thread Martin Makundi
Hi!

We have a job-opening for a wicket developer.

The job requires on-site presence (Helsinki, Finland) and finnish
language skills (minimum fluent in reading).

Project starts in august and duration is 3-6 months.

Apply at: http://www.youritprofile.com/job_ad/id/2813


**
Martin

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Job opportunity ...

2011-05-25 Thread Marcus Breier
Dear all,

currently my team is working on a project with a Wicket frontend and a
nearby deadline. Since we have not enough manpower to finish the
project, we are looking for an external consultant located near Hamburg
to help us implementing the frontend. Is there anybody out who  is
available in the near term and likes to join us for this project as
contractor?

Best regards



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Wicket Job Opportunity

2011-03-16 Thread Igor Vaynberg
we are looking to hire a few senior and junior level engineers.

when: a Continental US Timezone (we can make an exception if you are
wicked good)
where: full telecommute

we work on an expanding intranet application for a university.
we use the latest technologies and keep our stack up to date.
we have a developer-friendly environment.

more details at http://www.42lines.net/employment/java_engineer

cheers,
-igor

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Wicket Job Opportunity in Belgium (Leuven)

2011-02-18 Thread Josh Kamau
Hi,

Is this Open to people outside Belgium, Am in Nairobi.Kenya.Africa.

Kind regards.
Josh.

On Thu, Feb 17, 2011 at 11:10 PM, Maarten Bosteels
mbosteels@gmail.comwrote:

 Hi everyone,

 We are looking for a senior Java Developer, preferably with good knowledge
 of Wicket.

 You will join a team of 5 enthusiastic developers and are responsible for
 the implementation of
 new, challenging projects within our existing registration system.

 You support best practices such as TDD, continuous integration, design
 patterns and continuous refactoring, and you
 know how to apply them with the aim of guaranteeing the quality of the
 source code.

 For more details :
 http://www.dns.be/pdf/vacature-senior-developer-jan2011-en.pdf
 http://www.dns.be/pdf/vacature-senior-developer-jan2011-nl.pdf

 We offer

   - An interesting job with room for your own initiatives, responsibility
   and technical challenges in a
   financially healthy organisation.
   - A pleasant and stimulating work environment, with fun and professional
   colleagues in a great atmosphere.
   - Flexible working hours.
   - The opportunity to improve your knowledge and skills thanks to a
   personal development plan with 12 days of training a year.
   - A very attractive salary supplemented by extra legal benefits: group
   insurance, hospitalisation cover, meal vouchers, 32 holidays, laptop.

 Please send your resume to maarten.bosteels (at) dns.be

 *Maarten Bosteels*
 *Manager Software Development

 [image: dnsbe_logo.png]

 **DNS.be vzw/asbl*  · Ubicenter  · Philipssite 5 · bus 13 · 3001 Leuven

 www.dns.be



Re: Wicket Job Opportunity in Belgium (Leuven)

2011-02-18 Thread Maarten Bosteels
Hi,

We are looking for a permanent, full-time position, not for a consultant.
We need someone who is able to work at our office at least 4 days a week.
So I am afraid that living in (or moving to) Belgium is a requirement

best regards
Maarten

On Fri, Feb 18, 2011 at 3:30 PM, Josh Kamau joshnet2...@gmail.com wrote:

 Hi,

 Is this Open to people outside Belgium, Am in Nairobi.Kenya.Africa.

 Kind regards.
 Josh.

 On Thu, Feb 17, 2011 at 11:10 PM, Maarten Bosteels
 mbosteels@gmail.comwrote:

  Hi everyone,
 
  We are looking for a senior Java Developer, preferably with good
 knowledge
  of Wicket.
 
  You will join a team of 5 enthusiastic developers and are responsible for
  the implementation of
  new, challenging projects within our existing registration system.
 
  You support best practices such as TDD, continuous integration, design
  patterns and continuous refactoring, and you
  know how to apply them with the aim of guaranteeing the quality of the
  source code.
 
  For more details :
  http://www.dns.be/pdf/vacature-senior-developer-jan2011-en.pdf
  http://www.dns.be/pdf/vacature-senior-developer-jan2011-nl.pdf
 
  We offer
 
- An interesting job with room for your own initiatives, responsibility
and technical challenges in a
financially healthy organisation.
- A pleasant and stimulating work environment, with fun and
 professional
colleagues in a great atmosphere.
- Flexible working hours.
- The opportunity to improve your knowledge and skills thanks to a
personal development plan with 12 days of training a year.
- A very attractive salary supplemented by extra legal benefits: group
insurance, hospitalisation cover, meal vouchers, 32 holidays, laptop.
 
  Please send your resume to maarten.bosteels (at) dns.be
 
  *Maarten Bosteels*
  *Manager Software Development
 
  [image: dnsbe_logo.png]
 
  **DNS.be vzw/asbl*  · Ubicenter  · Philipssite 5 · bus 13 · 3001 Leuven
 
  www.dns.be
 



Wicket Job Opportunity in Belgium (Leuven)

2011-02-17 Thread Maarten Bosteels
Hi everyone,

We are looking for a senior Java Developer, preferably with good knowledge
of Wicket.

You will join a team of 5 enthusiastic developers and are responsible for
the implementation of
new, challenging projects within our existing registration system.

You support best practices such as TDD, continuous integration, design
patterns and continuous refactoring, and you
know how to apply them with the aim of guaranteeing the quality of the
source code.

For more details :
http://www.dns.be/pdf/vacature-senior-developer-jan2011-en.pdf
http://www.dns.be/pdf/vacature-senior-developer-jan2011-nl.pdf

We offer

   - An interesting job with room for your own initiatives, responsibility
   and technical challenges in a
   financially healthy organisation.
   - A pleasant and stimulating work environment, with fun and professional
   colleagues in a great atmosphere.
   - Flexible working hours.
   - The opportunity to improve your knowledge and skills thanks to a
   personal development plan with 12 days of training a year.
   - A very attractive salary supplemented by extra legal benefits: group
   insurance, hospitalisation cover, meal vouchers, 32 holidays, laptop.

Please send your resume to maarten.bosteels (at) dns.be

*Maarten Bosteels*
*Manager Software Development

[image: dnsbe_logo.png]

**DNS.be vzw/asbl*  · Ubicenter  · Philipssite 5 · bus 13 · 3001 Leuven

www.dns.be


Job for Wicket Developer in Berlin/Germany

2010-10-15 Thread Daniel Peters

Hallo,

my employer is currently looking for one new fulltime Java/Wicket-Developer in 
Berlin.

For those who are interested, here is the link to the job description:
http://bit.ly/9iuEgL (sorry, it's in german only)

Please don't reply to me directly, but instead to the address mentioned on the 
job page.
Thanks!


best regards,
Daniel

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [JOB] Developer with exceptional OO, Java, Wicket skills. Scala a plus.

2010-10-04 Thread Cemal Bayramoglu
Ernesto,

... nothing is impossible.

Regards - Cemal
jWeekend
Training, Consulting, Development
http://jWeekend.com




On 4 October 2010 10:55, Ernesto Reinaldo Barreiro reier...@gmail.com wrote:
 Cemal,

 Are you willing/able to consider applications from people living in
 other European countries which cannot move to England:-(

 Kind regards,

 Ernesto

 On Mon, Oct 4, 2010 at 11:28 AM, Cemal Bayramoglu
 jweekend_for...@cabouge.com wrote:
 We are looking for one, possibly two more very talented developers to
 join jWeekend's team.

 You will have exceptionally strong OO, Java and Wicket skills, and
 already be deeply into, or have a strong desire to become highly
 proficient in Scala. You already enjoy writing clean JavaScript, XHTML
 and CSS.

 You see the value of and enjoy writing sensible tests and are
 experienced enough to know no work is complete until you have
 thoroughly tested it. You are also the type that loves to discuss
 ideas, concepts and share knowledge, but can concentrate well and work
 efficiently alone too.

 Frameworks you already use, or are keen to master, include
 Spring/Guice/JPA2 and possibly GWT/SmartGWT. Our current projects
 include architecting, designing and building scalable event driven
 infra-structure, plenty of knowledge transfer, some Drools, and,
 naturally, state of the art web-application development. Creating
 Scala DSLs looks like becoming increasingly relevant to us. Some of
 our work is confidential/sensitive, so integrity and good-judgement is
 essential.

 You will generally be contributing on multiple jWeekend projects at a
 time, both internally (RD or product development) and for our small
 number of close clients in a variety of industries, where you will be
 confident to pick up and be productive with their applications/code
 and new frameworks/technologies we need to use without fuss.

 You will be encouraged, and even given work time, to contribute to
 open source projects we support like wiQuery, and to (at least) test
 and provide patches for Wicket 1.5.

 It is not required, but if you would like to, you could be given the
 opportunity to work on course material and even deliver training if
 you consistently demonstrate the essential qualities.

 Although you may be able to work from home when appropriate, you will
 also be happy to be on client-site (suit and tie) whenever it's
 required, even for longer assignments, or at our office, so, it is our
 preference that you are living in London. For an exceptional developer
 that demonstrates the ability to comfortably and efficiently
 communicate with the the rest of the team and demonstrates excellent
 integrity, we may reevaluate this.

 A visa to work in UK (preferably anywhere in Europe) may be essential,
 and it would be a bonus if you can work in the USA too. If you are
 coming from abroad to work with us we will help you settle in London.

 You most likely have at least 3 years solid experience with all
 aspects of core Java on professional quality projects, to supplement
 your excellent bachelors or masters degree.

 You can expect a GBP30k-GBP55k package (comprised of a fixed basic and
 revenue sharing, with negotiable format) in your first year with us if
 you are based in London, or, the equivalent remuneration for such a
 role/your experience in your locality if you are not in London. In
 exceptional circumstances, we can review initial terms after as little
 as 6 months.

 If you are not the type to study books like Effective Java, or
 JavaScript, the Good Parts and try out new technologies just for
 fun, or to master Scala by reading Odersky and, importantly, writing
 lots of code (which you can also keep well organised and documented so
 others can learn from it later), then you're probably not going to be
 a perfect match. We operate in a sometimes demanding environment, with
 knowledgeable, confident and sometimes forthright clients and
 colleagues, so shrinking violets could find it tough too.

 Please contact me [1] including bullets highlighting your
 experience/skills/passions and have a CV ready for when we get back to
 you because we can arrange interviews as early as this week.

 Regards - Cemal
 jWeekend
 Training, Consulting, Development
 http://jWeekend.com

 [1] http://jweekend.com/dev/ContactUsBody/

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



[JOB] Developer with exceptional OO, Java, Wicket skills. Scala a plus.

2010-10-04 Thread Cemal Bayramoglu
We are looking for one, possibly two more very talented developers to
join jWeekend's team.

You will have exceptionally strong OO, Java and Wicket skills, and
already be deeply into, or have a strong desire to become highly
proficient in Scala. You already enjoy writing clean JavaScript, XHTML
and CSS.

You see the value of and enjoy writing sensible tests and are
experienced enough to know no work is complete until you have
thoroughly tested it. You are also the type that loves to discuss
ideas, concepts and share knowledge, but can concentrate well and work
efficiently alone too.

Frameworks you already use, or are keen to master, include
Spring/Guice/JPA2 and possibly GWT/SmartGWT. Our current projects
include architecting, designing and building scalable event driven
infra-structure, plenty of knowledge transfer, some Drools, and,
naturally, state of the art web-application development. Creating
Scala DSLs looks like becoming increasingly relevant to us. Some of
our work is confidential/sensitive, so integrity and good-judgement is
essential.

You will generally be contributing on multiple jWeekend projects at a
time, both internally (RD or product development) and for our small
number of close clients in a variety of industries, where you will be
confident to pick up and be productive with their applications/code
and new frameworks/technologies we need to use without fuss.

You will be encouraged, and even given work time, to contribute to
open source projects we support like wiQuery, and to (at least) test
and provide patches for Wicket 1.5.

It is not required, but if you would like to, you could be given the
opportunity to work on course material and even deliver training if
you consistently demonstrate the essential qualities.

Although you may be able to work from home when appropriate, you will
also be happy to be on client-site (suit and tie) whenever it's
required, even for longer assignments, or at our office, so, it is our
preference that you are living in London. For an exceptional developer
that demonstrates the ability to comfortably and efficiently
communicate with the the rest of the team and demonstrates excellent
integrity, we may reevaluate this.

A visa to work in UK (preferably anywhere in Europe) may be essential,
and it would be a bonus if you can work in the USA too. If you are
coming from abroad to work with us we will help you settle in London.

You most likely have at least 3 years solid experience with all
aspects of core Java on professional quality projects, to supplement
your excellent bachelors or masters degree.

You can expect a GBP30k-GBP55k package (comprised of a fixed basic and
revenue sharing, with negotiable format) in your first year with us if
you are based in London, or, the equivalent remuneration for such a
role/your experience in your locality if you are not in London. In
exceptional circumstances, we can review initial terms after as little
as 6 months.

If you are not the type to study books like Effective Java, or
JavaScript, the Good Parts and try out new technologies just for
fun, or to master Scala by reading Odersky and, importantly, writing
lots of code (which you can also keep well organised and documented so
others can learn from it later), then you're probably not going to be
a perfect match. We operate in a sometimes demanding environment, with
knowledgeable, confident and sometimes forthright clients and
colleagues, so shrinking violets could find it tough too.

Please contact me [1] including bullets highlighting your
experience/skills/passions and have a CV ready for when we get back to
you because we can arrange interviews as early as this week.

Regards - Cemal
jWeekend
Training, Consulting, Development
http://jWeekend.com

[1] http://jweekend.com/dev/ContactUsBody/

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [JOB] Developer with exceptional OO, Java, Wicket skills. Scala a plus.

2010-10-04 Thread Martin Makundi
Impossible is nothing ;]

**
Martin

2010/10/4 Altuğ Bilgin Altıntaş alt...@gmail.com:
 +1

 2010/10/4 Cemal Bayramoglu jweekend_for...@cabouge.com

 Ernesto,

 ... nothing is impossible.

 Regards - Cemal
 jWeekend
 Training, Consulting, Development
 http://jWeekend.com




 On 4 October 2010 10:55, Ernesto Reinaldo Barreiro reier...@gmail.com
 wrote:
  Cemal,
 
  Are you willing/able to consider applications from people living in
  other European countries which cannot move to England:-(
 
  Kind regards,
 
  Ernesto
 
  On Mon, Oct 4, 2010 at 11:28 AM, Cemal Bayramoglu
  jweekend_for...@cabouge.com wrote:
  We are looking for one, possibly two more very talented developers to
  join jWeekend's team.
 
  You will have exceptionally strong OO, Java and Wicket skills, and
  already be deeply into, or have a strong desire to become highly
  proficient in Scala. You already enjoy writing clean JavaScript, XHTML
  and CSS.
 
  You see the value of and enjoy writing sensible tests and are
  experienced enough to know no work is complete until you have
  thoroughly tested it. You are also the type that loves to discuss
  ideas, concepts and share knowledge, but can concentrate well and work
  efficiently alone too.
 
  Frameworks you already use, or are keen to master, include
  Spring/Guice/JPA2 and possibly GWT/SmartGWT. Our current projects
  include architecting, designing and building scalable event driven
  infra-structure, plenty of knowledge transfer, some Drools, and,
  naturally, state of the art web-application development. Creating
  Scala DSLs looks like becoming increasingly relevant to us. Some of
  our work is confidential/sensitive, so integrity and good-judgement is
  essential.
 
  You will generally be contributing on multiple jWeekend projects at a
  time, both internally (RD or product development) and for our small
  number of close clients in a variety of industries, where you will be
  confident to pick up and be productive with their applications/code
  and new frameworks/technologies we need to use without fuss.
 
  You will be encouraged, and even given work time, to contribute to
  open source projects we support like wiQuery, and to (at least) test
  and provide patches for Wicket 1.5.
 
  It is not required, but if you would like to, you could be given the
  opportunity to work on course material and even deliver training if
  you consistently demonstrate the essential qualities.
 
  Although you may be able to work from home when appropriate, you will
  also be happy to be on client-site (suit and tie) whenever it's
  required, even for longer assignments, or at our office, so, it is our
  preference that you are living in London. For an exceptional developer
  that demonstrates the ability to comfortably and efficiently
  communicate with the the rest of the team and demonstrates excellent
  integrity, we may reevaluate this.
 
  A visa to work in UK (preferably anywhere in Europe) may be essential,
  and it would be a bonus if you can work in the USA too. If you are
  coming from abroad to work with us we will help you settle in London.
 
  You most likely have at least 3 years solid experience with all
  aspects of core Java on professional quality projects, to supplement
  your excellent bachelors or masters degree.
 
  You can expect a GBP30k-GBP55k package (comprised of a fixed basic and
  revenue sharing, with negotiable format) in your first year with us if
  you are based in London, or, the equivalent remuneration for such a
  role/your experience in your locality if you are not in London. In
  exceptional circumstances, we can review initial terms after as little
  as 6 months.
 
  If you are not the type to study books like Effective Java, or
  JavaScript, the Good Parts and try out new technologies just for
  fun, or to master Scala by reading Odersky and, importantly, writing
  lots of code (which you can also keep well organised and documented so
  others can learn from it later), then you're probably not going to be
  a perfect match. We operate in a sometimes demanding environment, with
  knowledgeable, confident and sometimes forthright clients and
  colleagues, so shrinking violets could find it tough too.
 
  Please contact me [1] including bullets highlighting your
  experience/skills/passions and have a CV ready for when we get back to
  you because we can arrange interviews as early as this week.
 
  Regards - Cemal
  jWeekend
  Training, Consulting, Development
  http://jWeekend.com
 
  [1] http://jweekend.com/dev/ContactUsBody/
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





Re: [JOB] Developer with exceptional OO, Java, Wicket skills. Scala a plus.

2010-10-04 Thread Altuğ Bilgin Altıntaş
+1

2010/10/4 Cemal Bayramoglu jweekend_for...@cabouge.com

 Ernesto,

 ... nothing is impossible.

 Regards - Cemal
 jWeekend
 Training, Consulting, Development
 http://jWeekend.com




 On 4 October 2010 10:55, Ernesto Reinaldo Barreiro reier...@gmail.com
 wrote:
  Cemal,
 
  Are you willing/able to consider applications from people living in
  other European countries which cannot move to England:-(
 
  Kind regards,
 
  Ernesto
 
  On Mon, Oct 4, 2010 at 11:28 AM, Cemal Bayramoglu
  jweekend_for...@cabouge.com wrote:
  We are looking for one, possibly two more very talented developers to
  join jWeekend's team.
 
  You will have exceptionally strong OO, Java and Wicket skills, and
  already be deeply into, or have a strong desire to become highly
  proficient in Scala. You already enjoy writing clean JavaScript, XHTML
  and CSS.
 
  You see the value of and enjoy writing sensible tests and are
  experienced enough to know no work is complete until you have
  thoroughly tested it. You are also the type that loves to discuss
  ideas, concepts and share knowledge, but can concentrate well and work
  efficiently alone too.
 
  Frameworks you already use, or are keen to master, include
  Spring/Guice/JPA2 and possibly GWT/SmartGWT. Our current projects
  include architecting, designing and building scalable event driven
  infra-structure, plenty of knowledge transfer, some Drools, and,
  naturally, state of the art web-application development. Creating
  Scala DSLs looks like becoming increasingly relevant to us. Some of
  our work is confidential/sensitive, so integrity and good-judgement is
  essential.
 
  You will generally be contributing on multiple jWeekend projects at a
  time, both internally (RD or product development) and for our small
  number of close clients in a variety of industries, where you will be
  confident to pick up and be productive with their applications/code
  and new frameworks/technologies we need to use without fuss.
 
  You will be encouraged, and even given work time, to contribute to
  open source projects we support like wiQuery, and to (at least) test
  and provide patches for Wicket 1.5.
 
  It is not required, but if you would like to, you could be given the
  opportunity to work on course material and even deliver training if
  you consistently demonstrate the essential qualities.
 
  Although you may be able to work from home when appropriate, you will
  also be happy to be on client-site (suit and tie) whenever it's
  required, even for longer assignments, or at our office, so, it is our
  preference that you are living in London. For an exceptional developer
  that demonstrates the ability to comfortably and efficiently
  communicate with the the rest of the team and demonstrates excellent
  integrity, we may reevaluate this.
 
  A visa to work in UK (preferably anywhere in Europe) may be essential,
  and it would be a bonus if you can work in the USA too. If you are
  coming from abroad to work with us we will help you settle in London.
 
  You most likely have at least 3 years solid experience with all
  aspects of core Java on professional quality projects, to supplement
  your excellent bachelors or masters degree.
 
  You can expect a GBP30k-GBP55k package (comprised of a fixed basic and
  revenue sharing, with negotiable format) in your first year with us if
  you are based in London, or, the equivalent remuneration for such a
  role/your experience in your locality if you are not in London. In
  exceptional circumstances, we can review initial terms after as little
  as 6 months.
 
  If you are not the type to study books like Effective Java, or
  JavaScript, the Good Parts and try out new technologies just for
  fun, or to master Scala by reading Odersky and, importantly, writing
  lots of code (which you can also keep well organised and documented so
  others can learn from it later), then you're probably not going to be
  a perfect match. We operate in a sometimes demanding environment, with
  knowledgeable, confident and sometimes forthright clients and
  colleagues, so shrinking violets could find it tough too.
 
  Please contact me [1] including bullets highlighting your
  experience/skills/passions and have a CV ready for when we get back to
  you because we can arrange interviews as early as this week.
 
  Regards - Cemal
  jWeekend
  Training, Consulting, Development
  http://jWeekend.com
 
  [1] http://jweekend.com/dev/ContactUsBody/
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: [JOB] Developer with exceptional OO, Java, Wicket skills. Scala a plus.

2010-10-04 Thread Ernesto Reinaldo Barreiro
Cemal,

Are you willing/able to consider applications from people living in
other European countries which cannot move to England:-(

Kind regards,

Ernesto

On Mon, Oct 4, 2010 at 11:28 AM, Cemal Bayramoglu
jweekend_for...@cabouge.com wrote:
 We are looking for one, possibly two more very talented developers to
 join jWeekend's team.

 You will have exceptionally strong OO, Java and Wicket skills, and
 already be deeply into, or have a strong desire to become highly
 proficient in Scala. You already enjoy writing clean JavaScript, XHTML
 and CSS.

 You see the value of and enjoy writing sensible tests and are
 experienced enough to know no work is complete until you have
 thoroughly tested it. You are also the type that loves to discuss
 ideas, concepts and share knowledge, but can concentrate well and work
 efficiently alone too.

 Frameworks you already use, or are keen to master, include
 Spring/Guice/JPA2 and possibly GWT/SmartGWT. Our current projects
 include architecting, designing and building scalable event driven
 infra-structure, plenty of knowledge transfer, some Drools, and,
 naturally, state of the art web-application development. Creating
 Scala DSLs looks like becoming increasingly relevant to us. Some of
 our work is confidential/sensitive, so integrity and good-judgement is
 essential.

 You will generally be contributing on multiple jWeekend projects at a
 time, both internally (RD or product development) and for our small
 number of close clients in a variety of industries, where you will be
 confident to pick up and be productive with their applications/code
 and new frameworks/technologies we need to use without fuss.

 You will be encouraged, and even given work time, to contribute to
 open source projects we support like wiQuery, and to (at least) test
 and provide patches for Wicket 1.5.

 It is not required, but if you would like to, you could be given the
 opportunity to work on course material and even deliver training if
 you consistently demonstrate the essential qualities.

 Although you may be able to work from home when appropriate, you will
 also be happy to be on client-site (suit and tie) whenever it's
 required, even for longer assignments, or at our office, so, it is our
 preference that you are living in London. For an exceptional developer
 that demonstrates the ability to comfortably and efficiently
 communicate with the the rest of the team and demonstrates excellent
 integrity, we may reevaluate this.

 A visa to work in UK (preferably anywhere in Europe) may be essential,
 and it would be a bonus if you can work in the USA too. If you are
 coming from abroad to work with us we will help you settle in London.

 You most likely have at least 3 years solid experience with all
 aspects of core Java on professional quality projects, to supplement
 your excellent bachelors or masters degree.

 You can expect a GBP30k-GBP55k package (comprised of a fixed basic and
 revenue sharing, with negotiable format) in your first year with us if
 you are based in London, or, the equivalent remuneration for such a
 role/your experience in your locality if you are not in London. In
 exceptional circumstances, we can review initial terms after as little
 as 6 months.

 If you are not the type to study books like Effective Java, or
 JavaScript, the Good Parts and try out new technologies just for
 fun, or to master Scala by reading Odersky and, importantly, writing
 lots of code (which you can also keep well organised and documented so
 others can learn from it later), then you're probably not going to be
 a perfect match. We operate in a sometimes demanding environment, with
 knowledgeable, confident and sometimes forthright clients and
 colleagues, so shrinking violets could find it tough too.

 Please contact me [1] including bullets highlighting your
 experience/skills/passions and have a CV ready for when we get back to
 you because we can arrange interviews as early as this week.

 Regards - Cemal
 jWeekend
 Training, Consulting, Development
 http://jWeekend.com

 [1] http://jweekend.com/dev/ContactUsBody/

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Job opportunity in Tahiti

2010-09-24 Thread Martin Grigorov
Hi Gabriel,

May I ask you what are the reasons/benefits to use Portlet technology for
that new project ?
I'm asking about the pure technical reasons. I guess you and the other
developers made this decision. Or maybe it is coming from the client ?

On Thu, Sep 23, 2010 at 8:55 PM, TahitianGabriel glan...@piti.pf wrote:


 Our team is developing a new application using the following technologies :

 -Wicket
 -Hibernate
 -Portlet
 -Liferay

 So we are looking for a Java developer for 6 month.
 The project starts in October.

 You must at least be skilled in Java and Wicket.
 We will teach you the other technologies if needed.

 Our company has been using Java for 6 years and Wicket for 3 years now.
 As we are located in Tahiti, French Polynesia, you have to be fluent in
 French and allowed to work here (French or European citizen).

 Feel free to have a look at our web site :  http://www.piti.pf www.piti.pf.

 Please, don't hesitate to PM me if you are interested.

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Job-opportunity-in-Tahiti-tp2552526p2552526.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Job opportunity in Tahiti

2010-09-24 Thread Gabriel Landon

Hi Martin,

Our client wants a CMS, so we have chosen to use Liferay.
Liferay is a java portal, so we need to use portlets with it.
That as simple as that.

When we don't need a CMS, we just do simple wicket application.

Regards,

Gabriel.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Job-opportunity-in-Tahiti-tp2552526p2581016.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Job opportunity in Tahiti

2010-09-24 Thread Emmanouil Batsis (Manos)

On 09/24/2010 10:35 PM, Gabriel Landon wrote:

Our client wants a CMS, so we have chosen to use Liferay.
Liferay is a java portal, so we need to use portlets with it.
That as simple as that.

When we don't need a CMS, we just do simple wicket application.


Not that it's any of my business, but it's nice to have options. For 
example, I might go with BRIX or whatnot if the developers under 
consideration had serious experience with it ;-)


Just my 0.2.
--
Manos Batsis, Chief Technologist

 ___
   _/ /_  (_)_  __
 / __ `/ __ \/ / ___/ ___// __ `/ ___/
/ /_/ / /_/ / (__  |__  )/ /_/ / /
\__,_/_.___/_//(_)__, /_/
//
http://www.Abiss.gr
19, Kalvou Street,
14231, Nea Ionia,
Athens, Greece

Tel: +30 211-1027-900
Fax: +30 211-1027-999

http://gr.linkedin.com/in/manosbatsis


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Job opportunity in Tahiti

2010-09-24 Thread Ichiro Furusato
Damn, I wish I spoke French! :-)

On 9/25/10, Emmanouil Batsis (Manos) ma...@abiss.gr wrote:
 On 09/24/2010 10:35 PM, Gabriel Landon wrote:
 Our client wants a CMS, so we have chosen to use Liferay.
 Liferay is a java portal, so we need to use portlets with it.
 That as simple as that.

 When we don't need a CMS, we just do simple wicket application.

 Not that it's any of my business, but it's nice to have options. For
 example, I might go with BRIX or whatnot if the developers under
 consideration had serious experience with it ;-)

 Just my 0.2.
 --
 Manos Batsis, Chief Technologist

   ___
 _/ /_  (_)_  __
   / __ `/ __ \/ / ___/ ___// __ `/ ___/
 / /_/ / /_/ / (__  |__  )/ /_/ / /
 \__,_/_.___/_//(_)__, /_/
  //
 http://www.Abiss.gr
 19, Kalvou Street,
 14231, Nea Ionia,
 Athens, Greece

 Tel: +30 211-1027-900
 Fax: +30 211-1027-999

 http://gr.linkedin.com/in/manosbatsis


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Job opportunity in Tahiti

2010-09-23 Thread TahitianGabriel

Our team is developing a new application using the following technologies :

-Wicket
-Hibernate
-Portlet
-Liferay

So we are looking for a Java developer for 6 month. 
The project starts in October.

You must at least be skilled in Java and Wicket.
We will teach you the other technologies if needed.

Our company has been using Java for 6 years and Wicket for 3 years now.
As we are located in Tahiti, French Polynesia, you have to be fluent in
French and allowed to work here (French or European citizen).

Feel free to have a look at our web site :  http://www.piti.pf www.piti.pf .

Please, don't hesitate to PM me if you are interested.

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Job-opportunity-in-Tahiti-tp2552526p2552526.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



[JOB POST] Senior User Interface Developer - Folsom, CA, USA

2010-08-23 Thread Michael Hosier
Forgive me if this is inappropriate but I have seen other job postings here
so assume this is acceptable on this list.

My company is looking for a Senior User Interface Developer.  Our products
heavily use Wicket and we are looking to expand our web application
offerings while creating a better user experience on the client side.

More information can be found in the job posting:
http://careers.joelonsoftware.com/Jobs/8150?campaign=List

Pay is very good for an experienced candidate.  If interested, please apply
through the job posting.  My company is a telecommunications software
provider that serves many large telecom companies including very large
customers in the fortune 100.

Once again, I hope this post is acceptable on this mail list and I apologize
if this is frowned upon.

Thanks,
Michael


Re: quartz job bean access to properties file

2010-08-11 Thread Martin Grigorov
Where exactly in this code you need access to .properties ?
Here is a way with normal j.u.c Executor:
java.util.concurrent.ThreadPoolExecutor.beforeExecute(Thread t, Runnable r)
{

  if (r instanceof MyRunnable) {
MyRunnable mr = (MyRunnable) r;
mr.setApplication(Application.get());
  }
}

abstract class MyRunnable implements Runnable {
  private Application app;

  public void setApplication(Application a) {app = a;}

  public abstract void onRun();

  public void run() {
try {
  Application.set(app);
  onRun();
} finally {
  Application.unset();
}
  }
}

And don't forget to shutdown the executor on Application#onDestroy()

On Tue, Aug 10, 2010 at 9:52 PM, rmattler robertmatt...@gmail.com wrote:


 I'm struggling with how to get access to the properties file from a quartz
 job bean.  I'm creating a pdf report that will then be emailed.  I want to
 get access to the properties file to tell me where to write the file along
 with other information.  Here is my quartz job code. Thanks in advance.

 package com.paybridgeusa.jobs;

 public class SendEmail extends QuartzJobBean {

public void executeInternal(JobExecutionContext context) throws
 JobExecutionException {

try {
// get all tpas
TPAUsersDAO usersDAO = (TPAUsersDAO)
 getApplicationContext(context).getBean(TPAUsersDAO);
ListTpausers users = usersDAO.getAll();
for (Tpausers user : users) {
String emailAddressTo = user.getEmail();
}
} catch (Exception e) {
System.out.println(e.getLocalizedMessage());
}
}

private static final String APPLICATION_CONTEXT_KEY =
 applicationContext;

public ApplicationContext getApplicationContext(JobExecutionContext
 context) throws Exception {
ApplicationContext applicationContext = null;
applicationContext = (ApplicationContext)
 context.getScheduler().getContext().get(APPLICATION_CONTEXT_KEY);
if (applicationContext == null) {
throw new JobExecutionException(No application
 context available in
 scheduler context for key \ + APPLICATION_CONTEXT_KEY + \);
}
return applicationContext;
}

 }


 application context xml

 !-- QUARTZ BEANS --
!-- SEND TERMINATION EMAILS JOB --
bean name=sendTermsEmail
 class=org.springframework.scheduling.quartz.JobDetailBean
property name=jobClass
 value=com.paybridgeusa.jobs.SendTermsEmail/
property name=name value=sendTermsEmail/
/bean
bean id=cronTriggerSendTermsEmail
 class=org.springframework.scheduling.quartz.CronTriggerBean
property name=jobDetail ref=sendTermsEmail/
!-- run every 1 minutes --
property name=cronExpression value=0 0/1 * * * ?/
/bean
!-- END SEND TERMINATION EMAILS JOB --

bean
 class=org.springframework.scheduling.quartz.SchedulerFactoryBean
property name=triggers
list
ref bean=cronTriggerSendTermsEmail /
/list
/property
property name=applicationContextSchedulerContextKey
   valueapplicationContext/value
/property
/bean
!-- END QUARTZ BEANS --
 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/quartz-job-bean-access-to-properties-file-tp2320367p2320367.html
 Sent from the Wicket - User mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




quartz job bean access to properties file

2010-08-10 Thread rmattler

I'm struggling with how to get access to the properties file from a quartz
job bean.  I'm creating a pdf report that will then be emailed.  I want to
get access to the properties file to tell me where to write the file along
with other information.  Here is my quartz job code. Thanks in advance.

package com.paybridgeusa.jobs;

public class SendEmail extends QuartzJobBean {

public void executeInternal(JobExecutionContext context) throws
JobExecutionException {

try {
// get all tpas
TPAUsersDAO usersDAO = (TPAUsersDAO)
getApplicationContext(context).getBean(TPAUsersDAO);
ListTpausers users = usersDAO.getAll();
for (Tpausers user : users) {
String emailAddressTo = user.getEmail();
}
} catch (Exception e) {
System.out.println(e.getLocalizedMessage());
}
}

private static final String APPLICATION_CONTEXT_KEY = 
applicationContext;

public ApplicationContext getApplicationContext(JobExecutionContext
context) throws Exception {
ApplicationContext applicationContext = null;
applicationContext = (ApplicationContext)
context.getScheduler().getContext().get(APPLICATION_CONTEXT_KEY);
if (applicationContext == null) {
throw new JobExecutionException(No application context 
available in
scheduler context for key \ + APPLICATION_CONTEXT_KEY + \);
}
return applicationContext;
}

}


application context xml

!-- QUARTZ BEANS --
!-- SEND TERMINATION EMAILS JOB --
bean name=sendTermsEmail
class=org.springframework.scheduling.quartz.JobDetailBean
property name=jobClass
value=com.paybridgeusa.jobs.SendTermsEmail/
property name=name value=sendTermsEmail/
/bean 
bean id=cronTriggerSendTermsEmail
class=org.springframework.scheduling.quartz.CronTriggerBean
property name=jobDetail ref=sendTermsEmail/
!-- run every 1 minutes --
property name=cronExpression value=0 0/1 * * * ?/
/bean
!-- END SEND TERMINATION EMAILS JOB --

bean 
class=org.springframework.scheduling.quartz.SchedulerFactoryBean
property name=triggers
list  
ref bean=cronTriggerSendTermsEmail /
/list 
/property
property name=applicationContextSchedulerContextKey
   valueapplicationContext/value
/property 
/bean 
!-- END QUARTZ BEANS --
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/quartz-job-bean-access-to-properties-file-tp2320367p2320367.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Job(s) for Wicket developers

2010-07-28 Thread Oleg Taranenko
Hi Michael,

habe ich Diene Anzeige nicht zu spät erfahren? Ist das Position schon 
geschlossen? Wenn nicht, melde Dich
bitte an.

Gruß aus Lahr/Schwarzwald,

Oleg Taranenko,


am Dienstag, 22. Juni 2010 um 10:34 schrieben Sie:
 Hi,

 The company I work at currently has two open permanent positions for 
 middleware/frontend developers in my team. A
 sound knowledge of Javascript, CSS etc. is a must-have, and Wicket experience 
 is a big plus as current and future projects are developed with Wicket.

 We are located in the southwest of Germany and it is necessary to work 
 on-site. If you are interested or know anyone
 who might be interested please feel free to get in touch with me and I will 
 tell you some more details.

 By the way, I'm one of the developers you would work with, not an HR guy or 
 something  

 Cheers,

 Michael

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org








-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Job opening - Boston area

2010-07-14 Thread Boris Goldowsky
Our educational RD non-profit is looking to hire a programmer who has a 
real interest in working to improve education.  You'd have to be in 
commuting distance of Wakefield, MA (just north of Boston).  The job 
will involve lots of building experimental web apps using Wicket.  
Please see

   http://cast.org/about/opportunities/
if you're interested -

Boris


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Job(s) for Wicket developers

2010-06-22 Thread geissbock
Hi,

The company I work at currently has two open permanent positions for 
middleware/frontend developers in my team. A sound knowledge of Javascript, CSS 
etc. is a must-have, and Wicket experience is a big plus as current and future 
projects are developed with Wicket.

We are located in the southwest of Germany and it is necessary to work on-site. 
If you are interested or know anyone who might be interested please feel free 
to get in touch with me and I will tell you some more details.

By the way, I'm one of the developers you would work with, not an HR guy or 
something ;-)

Cheers,

Michael

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



OT: Job Posting - Contractor in the Bay Area

2010-06-01 Thread Nick Heudecker
 A profitable start-up in the cable advertising space is looking to expand
its development team to include another well-rounded developer.  The
position is contract to start and may become full-time.  I've detailed some
of what we're looking for below and if you think you're a good fit, you're
welcome to send over your resume.

Personal Requirements:

   - Must be a US citizen.
   - Reside in the Bay Area and able to commute to the office at least 4
   days a week.
   - Accustomed to working with a small, distributed team and collaborating
   over email, Skype and IM.  Obviously, you need to be able to produce with
   little supervision.
   - Innovative thinker and a fast coder.  We're constantly working to set
   the tempo in our product space.  You'll need to help develop solutions to
   problems and implement them quickly.
   - Outstanding communication skills, both verbal and written.

Experience and Technical Requirements:

   - Ideally you've worked on several different types of products with
   varying teams.  Our product space is highly dynamic and a diverse experience
   base will help you succeed.
   - Must be a Java expert with at least 5 years of experience.  Experience
   with some or all of the following is required: Hibernate, Spring, web
   frameworks (GWT, Wicket), and XML technologies (SOAP, SOA, XSD, WSDL, etc).
   Experience with relational databases such as MySQL or PostgreSQL and a firm
   grasp of SQL.
   - Additionally, you must be familiar with development tools such as
   Maven, IDEA/Eclipse, unit testing, Subversion, among others.
   - Experience with non-relational data stores, caching and producing
   highly available applications is also desirable.


Re: Job opportunities (Netherlands)?

2010-04-14 Thread Martijn Dashorst
The grandparent has a point: having a jobs forum/list might be helpful
as not many folks are eager to send their job postings to the user
list. Not having a jobs related list might hinder the publicity for
companies having and engineers seeking job opportunities.

The ASF has a jobs list, but it is not archived (probably don't want
spam on it, or have it be used as a billboard).

Currently the ham to this list regarding jobs is really low, so I
don't see a urgent need for creating a new list (which probably won't
be archived), though I might be persuaded to do so.

Martijn

On Tue, Apr 13, 2010 at 8:54 PM, Cemal Bayramoglu
jweekend_for...@cabouge.com wrote:
 Have you checked the power cable is plugged in, Sir?

 I like to see this forum as much much more than just an improbably
 user-friendly, efficient and free 365*7*24 technical support service
 that you could not buy for love nor money anywhere else I've been.

 Some people do appreciate having a single place where they can find
 out about and stay on top of all things related to Wicket; ideas,
 products, tips, problems, solutions, requests, gripes, links to
 articles, controversial RFEs that want to pollute the core with 100%
 inessential paraphernalia, real world experiences, jobs, events,
 services, useful integrations ... the more (with at least a modicum of
 substance/interest for at least a few others here) the merrier.

 Regards - Cemal
 jWeekend
 OO  Java Technologies, Wicket
 Consulting, Development, Training
 http://jWeekend.com


 On 13 April 2010 13:35, Josh Kamau joshnet2...@gmail.com wrote:
 May be we need a forum for wicket jobs...

 On Tue, Apr 13, 2010 at 3:25 PM, Reinout van Schouwen 
 rein...@gmail.comwrote:

 Hi everyone,

 In a few months' time my current contract will end.

 I am looking for a job where I can use my current Wicket skills and
 perhaps learn some more. :) Preferably located somewhere in the
 Rotterdam / Randstad region. If you know of an organisation with
 opportunities for a Wicket developer, please let me know.

 More about me on: http://nl.linkedin.com/in/reinoutvanschouwen

 regards,

 --
 Reinout van Schouwen


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Job opportunities (Netherlands)?

2010-04-14 Thread nino martinez wael
If people want to, they can just join the Apache Wicket list on
linkedin.com , theres over 600 members in that group.. Although it
might not be as big as the Apche Wicket forum, it can't be more direct
as linkedin are for jobs :)

I personally like the list to be about anything wicket including jobs,
chatter etc. Although I do see the threat if every second post were
off-topic

regards Nino

2010/4/14 Martijn Dashorst martijn.dasho...@gmail.com:
 The grandparent has a point: having a jobs forum/list might be helpful
 as not many folks are eager to send their job postings to the user
 list. Not having a jobs related list might hinder the publicity for
 companies having and engineers seeking job opportunities.

 The ASF has a jobs list, but it is not archived (probably don't want
 spam on it, or have it be used as a billboard).

 Currently the ham to this list regarding jobs is really low, so I
 don't see a urgent need for creating a new list (which probably won't
 be archived), though I might be persuaded to do so.

 Martijn

 On Tue, Apr 13, 2010 at 8:54 PM, Cemal Bayramoglu
 jweekend_for...@cabouge.com wrote:
 Have you checked the power cable is plugged in, Sir?

 I like to see this forum as much much more than just an improbably
 user-friendly, efficient and free 365*7*24 technical support service
 that you could not buy for love nor money anywhere else I've been.

 Some people do appreciate having a single place where they can find
 out about and stay on top of all things related to Wicket; ideas,
 products, tips, problems, solutions, requests, gripes, links to
 articles, controversial RFEs that want to pollute the core with 100%
 inessential paraphernalia, real world experiences, jobs, events,
 services, useful integrations ... the more (with at least a modicum of
 substance/interest for at least a few others here) the merrier.

 Regards - Cemal
 jWeekend
 OO  Java Technologies, Wicket
 Consulting, Development, Training
 http://jWeekend.com


 On 13 April 2010 13:35, Josh Kamau joshnet2...@gmail.com wrote:
 May be we need a forum for wicket jobs...

 On Tue, Apr 13, 2010 at 3:25 PM, Reinout van Schouwen 
 rein...@gmail.comwrote:

 Hi everyone,

 In a few months' time my current contract will end.

 I am looking for a job where I can use my current Wicket skills and
 perhaps learn some more. :) Preferably located somewhere in the
 Rotterdam / Randstad region. If you know of an organisation with
 opportunities for a Wicket developer, please let me know.

 More about me on: http://nl.linkedin.com/in/reinoutvanschouwen

 regards,

 --
 Reinout van Schouwen


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.4 increases type safety for web applications
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



  1   2   >