Dashboard > People > Uwe Schaefer > Browse Space > Labels > java
  codesmell Log In   View a printable version of the current page.  
  Label: java

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, more »

1 | 2 | 3 | 4 | 5 | 6 | 7 | Next >> (total: 64)
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
1 | 2 | 3 | 4 | 5 | 6 | 7 | Next >> (total: 64)
This site is powered by a free Atlassian Confluence Personal Server License. Evaluate Confluence for your organisation or read more about Confluence licensing here.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request - Contact Administrators