|
Content with label wicket in codesmell (See content from all spaces)
Related Labels:
java, gem, web, guice, javaee, javascript, framework, jsp, tagcloud, ajax, web20, dependency-injection, google, tapestry, course, charts, anchor, jsf, jweekend, resin, editor, seam, london, richtexteditor
more »
Pagelink considered harmful
ahhh. doesn´t wicket offer a great model of programming webpages? isn´t it too easy to do things like this? add(new ListView("mylist",someList){ @Override protected void populateItem(ListItem item){ item.add(new PageLink("deleteThisEntry",new ...
Other labels:
java
|
Another Richtext-editor in Wicket called NicEdit
Just another Gem from the WicketMailinglist: \Update: see comments for updated Version\ francisco.treacy wrote: i thought i'd like to share a simple behaviour for NicEdit (http://nicedit.com/). to use it, just download nicedit and modify NICEDITJAVASCRIPT and NICEDITICONS accordingly ...
Other labels:
gem, javascript, editor, richtexteditor
|
AnchoredBookmarkablePageLink
Another Wicket Gem. Obvious but helpful. import org.apache.wicket.PageParameters; import org.apache.wicket.markup.ComponentTag; import org.apache.wicket.markup.html.link.BookmarkablePageLink; import org.apache.wicket.model.IModel; / @author Thijs Vonk / public class AnchoredBookmarkablePageLink extends BookmarkablePageLink { private static final long serialVersionUID = 1L; private IModel stringAnchor ...
Other labels:
gem, anchor
|
Article about Wicket vs. Tapestry 5
article is about Tapestry 4.1, not v5 as mentioned in the title. Some say, Tapestry can compare with Wicket. And from a certain perspective, they´re obviously right. In case you have not made up your mind yet, this developerworks article http ...
Other labels:
java, tapestry
|
Wicket and AJAX
Here http://java.dzone.com/news/interviewhowwicketdoesajax is an interesting interview with three of the wicket committers (or, should i say legends, personal heros ... ;) ) about how Wicket hides the complexity of AJAXrelated JavaScript coding from the productive programmer: Learning JavaScript ...
Other labels:
ajax, javascript
|
Wicket, Guice and java.lang.reflect.Type
anyone suffering from https://issues.apache.org/jira/browse/WICKET1403 , i added a quick hack to make it possible to restart the server while persisting the application´s state. not a final solution, but it works for now and makes the development cycle much faster (for me) The Problem ...
Other labels:
java, guice
|
Wicket DropDownChoice with eye-candy
thinking twice, ajaxindicators are not at all eyecandy, but useful from an usablity perspective. / Adds an AJAXIndicator to DropDownChoice @author Eyal Golan / class DropDownChoiceWithAjaxIndicator extends DropDownChoice implements IAjaxIndicatorAware { private static final long serialVersionUID = 1365817942506006686L; private ...
Other labels:
gem, java
|
Wicket Breadcrumbs
template for using a Breadcrumblike Navigation really shows the beauty of stateful pages that separate wicket from those countless templatebased frameworks. / Provides a list of Breadcrumbs. THIS IS ONLY A TEMPLATE. DO NOT USE UNMODIFIED @author igor vaynberg / public abstract class ...
Other labels:
gem, java
|
Wicket DropDownIdChoice
one is all about id <> object mapping when using DropDowns: / @author igor vaynberg / public class DropDownIdChoice extends DropDownChoice { public DropDownIdChoice(String id, IModel model, IModel choices, IChoiceRenderer renderer, Class<?> type) @Override ...
Other labels:
gem, java
|
Wicket ResubmitSafeForm
Another little gem: / Form that divides submitevents to inital and resubmit. @author igor vaynberg / abstract class ResubmitSafeForm extends Form { private boolean submitted; private static final long serialVersionUID = 1L; public ResubmitSafeForm(final String id ...
Other labels:
gem, java
|
|
|