JCrop integration for wicket

2012-07-23 Thread procrastinative.developer
Hello, If anyone want to use Jcrop (http://deepliquid.com/content/Jcrop.html - Image cropping tool written in Js) with wicket application please try my first standalone component: https://github.com/procrastinativedeveloper/jcrop-wicket-integration This project is based on wicket6-beta3.

Re: JCrop integration for wicket

2012-07-23 Thread procrastinative.developer
I forgot mention that I based my work on https://code.google.com/p/londonwicket/source/browse/trunk/Apps/Gallery/src/main/java/org/londonwicket/cropper/CroppableImage.java (very good code) Funniest thing is that I wrote this component in 2 days and next 2 days I fought with IE issues :). Code

Searching for new experience with wicket

2012-08-09 Thread procrastinative.developer
I am intermediate java developer (~2 years of commercial JEE experience). I am searching for some open source (maybe commercial) project based on wicket where I could improve my skills. I work on: -java 6 -wicket 6 (could be earlier) -JPA 2.0 -basic knowledge of jQuery and Js -intermediate VCS

Re: Add page feedback to every AjaxRequestTarget

2012-08-15 Thread procrastinative.developer
Hello Alec, Could you take a look on this: https://github.com/procrastinativedeveloper/ToolsClasses/blob/master/src/main/java/com/utils/wicket/ajax/AjaxFeedbackPanelUpdater.java -- View this message in context:

Re: Upgrade to 6.5.0

2013-01-27 Thread procrastinative.developer
I think that Sven has right about war duplication. Jboss maven plugin has 3 goals to manage deployments: deploy, redeploy, undeploy. If you use only deploy goal, jboss could leave some trashes in deployment location. So if you reinstall JBoss, the old configuration files could still be on your