|
Content with label servlets in codesmell (See content from all spaces)
Related Labels:
java, j2ee, certification, web, ria, javaee
servlet registration at runtime
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:
java, javaee
|
SCWCD for J2EE 1.4
Today i passed the Sun certified Web Component Developer exam in its J2EE 1.4 incarnation. I did the 1.3 more than a year ago and so can compare these two. Some Tips for those interested in taking the 1.4er ...
Other labels:
java, j2ee, certification, web
|
State of AJAX
quick overview over the current AJAX implementations/Frameworks can be found in this neat little presentation http://uwyn.com/resources/stateofajaxjavaoneafterglow2006.pdf. Following that, DWR http://getahead.ltd.uk/dwr/ is the most reasonable way to go today, leaving jMaki behind
Other labels:
ria, java, web
|
Benchgames "Gold Medal"
Good news: Now it is officially published http://www.brainbench.com/xml/bb/landing/offer/promotion.xml?contentId=2313 : During the worldwide Benchgames i won http://www.brainbench.com/xml/bb/landing/offer/promotion.xml?contentId=2313 the discipline "JSP ...
Other labels:
certification, j2ee
|
Giving HEAD
Have you even written a DownloadServlet in order to limit access to a resource or create fancy justintime information? Sure you have, so did i. Most of the time i implemented doGet() in order to process the request, without thinking further ...
Other labels:
j2ee, java
|
|
|