|
Content with label java in codesmell (See content from all spaces)
Related Labels:
wicket, eclipse, javaee, j2ee, maven, web, gem, guice, ejb3, glassfish, seam, jee, certification, jsf, java5, servlets, j2se, bloch, exception, plugin, closure, sun, jpa, jboss, framework, reflection, proxy, pattern, java7, uml, embed, d-jug, london, build, hudson, mock, cglib, q4e, jikes, style, annotations, maven2, effective, jira, api, stub, macosx, python, techtalk, newinstance, metadata, hobby, applicationserver, bug, j2me, oracle, design, fowler, zope, container, resin, ant, jsp, quartz, icefaces, dependency-injection, projectmanagement, profiler, ria, toplink, tagcloud, dimple, google, cms, server, appserver, compiler, servlet, course, sql, ci, yourkit, test, web20, jmock, charts, ecm, gafter, tapestry, winstone, event, jweekend, integration, jprobe, junit, book, ecms
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:
wicket
|
Quartz fits
whenever you have any need for cronlike functionality within your java application, Quartz is the obvious chose for quite a long time now. i did not need much of what quartz had to offer, so i went with a homegrown ...
Other labels:
guice, quartz
|
protected Constructors
Did you ever try to create an instance of a class with a protected constructor from outside its package? I ran into this need when working with JPAEntities of which i wanted to know initial field values. (yeah, i know ...
Other labels:
reflection, newinstance
|
Ever heard of asynchronous Exceptions?
Really weird, what Heinz Kabutz digs out of the java language ;) Read this http://www.javaspecialists.eu/archive/Issue162.html newsletter to find out, how System.otu.println("foo") can throw a SQLException ;) His statement on checked and unchecked seems rather incomplete, though ...
Other labels:
exception
|
An old discussion, but never too old
From an Email conversation this evening: what do you think about it? For a while, I was "all flame" about Checked exceptions, but then I read about their limitations (which are why they aren't included in C#, more about it there : http://blogs.msdn.com ...
Other labels:
exception, style
|
Maven Eclipse Integration
happy Q4E User, i did not waste too much time lately on keeping an eye on the other maveneclipseintegration projects. Now i stumbled upon this wiki page http://docs.codehaus.org/display/MAVENUSER/EclipseIntegration showing a very detailed ...
Other labels:
maven, eclipse, plugin
|
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:
wicket, tapestry
|
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:
wicket, 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:
wicket, gem
|
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:
wicket, gem
|
|
|