|
All content with label java.
Related Labels:
wicket, eclipse, javaee, j2ee, maven, web, gem, guice, ejb3, glassfish, seam, servlets, jee, certification, jsf, java5, j2se, bloch, exception, plugin, closure, sun, jpa, jboss, framework, reflection, proxy, flex, 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 »
servlet registration at runtime
(codesmell)
awesome! did you have a look at the servlet 3.0 API PD? I did not yet, but was amazed to see something like this: public void contextInitialized(ServletContextEvent sce) { ServletContext sc = sce.getServletContext(); ServletRegistration sr = sc.addServlet("NewServlet", "test.NewServlet"); sr.setInitParameter ...
Other labels:
javaee, servlets
|
Another opinion about Flex
(codesmell)
Seems like some people actually tried to use Flex as a nifty RIA Frontend to their applications. Here http://bozhobg.wordpress.com/2008/11/27/whyimightnotwanttouseflex/´s another article that explains, why this is not necessarily as much of a good idea as we liked it to be. One of my fav arguments ...
Other labels:
flex
|
Eclipse QuickFix for IF
(codesmell)
Joseph just wrote: I recently stumbled upon this short flash demo about IF and Ctrl 1 in Eclipse : http://eclipserblog.blogspot.com/2008/11/eclipsetipctrl1andifs.html http://eclipserblog.blogspot.com/2008/11/eclipsetipctrl1andifs.html. I didn't know all these possibilities, so in case I wasn't the only ...
Other labels:
eclipse
|
Flex
(codesmell)
nice article about using Flex from a Java Developers point of view here http://joshuajava.wordpress.com/2008/11/23/whyyoumightnotwanttouseflex/. To sum it up, let me rephrase what I have said in a simpler statement: Flex is not agile (enough) If you are into an ...
Other labels:
flex
|
Pagelink considered harmful
(codesmell)
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
(codesmell)
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
(codesmell)
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?
(codesmell)
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
(codesmell)
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
(codesmell)
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
|
|
|