Bookmark
Maven Tab Auto Completion in Bash
willcode4beer.com/tips.jsp?set=tabMaven, posted 2008 by peter in development howto java shell
I'm a big fan of auto-completion in the bash shell. So, I decided it was long past time to set-up auto completion goodness for my maven commands.
Bookmark
JUnit testing with Acegi Security
fishdujour.typepad.com/blog/2005/02/junit_testing_w.html, posted 2008 by peter in development howto java testing
Here's a tip if you are trying to do some unit testing with Acegi Security - particularly if you are doing role based authorization of method calls on your manager objects via interception. Basically, a secure method interceptor will a) need an authentication token to play with, and b) a way to
find out what authorities the user has.
We need to cater for this when running the tests.
Bookmark
[JSP] Expression Language
java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPIntro7.html, posted 2008 by peter in development java reference
A primary feature of JSP technology version 2.0 is its support for an expression language (EL). An expression language makes it possible to easily access application data stored in JavaBeans components. For example, the JSP expression language allows a page author to access a bean using simple syntax such as ${name} for a simple variable or ${name.foo.bar} for a nested property.
Bookmark
Aspect Oriented Programming with Spring
static.springframework.org/spring/docs/2.0.x/reference/aop.html, posted 2008 by peter in development java reference
Spring AOP's approach to AOP differs from that of most other AOP frameworks. The aim is not to provide the most complete AOP implementation (although Spring AOP is quite capable); it is rather to provide a close integration between AOP implementation and Spring IoC to help solve common problems in enterprise applications.
Bookmark
SWT, Swing or AWT: Which is right for you?
www.ibm.com/developerworks/grid/library/os-swingswt/, posted 2008 by peter in development howto java reference toread
By providing a comparison of Eclipse's SWT with the Java Swing and Abstract Windows Toolkit (AWT) GUI tool kits, this article helps developers of new applications decide which to choose. Read descriptions of each tool kit's basic features, and the pros and cons of using each.
Bookmark
javapassion.com root page
www.javapassion.com/, posted 2008 by peter in development howto java reference
These courses are free to take for anyone who wants to enhance their knowledge and programming skill on Java technologies.
Bookmark
Maven Repository: Search/Browse/Explore
www.mvnrepository.com/, posted 2008 by peter in development java reference search
Search by group, artifact or description.
Bookmark
j2me-otp: The Java OTP Calculator for cell phones.
tanso.net/j2me-otp/, posted 2008 by peter in download free java security software
Here's a port of jotp to Java 2 Platform Micro Edition (J2ME), so that it can be used on mobile phones that supports Java.
Bookmark
JAR Search Engine - findJAR.com
www.findjar.com/, posted 2008 by peter in development java search
findJAR.com is a JAR search engine that helps to find JAR files containing required Java classes.
Bookmark
Parameterized REST URLs with Spring MVC
www.carbonfive.com/community/archives/2007/06/parameterized_rest_urls_with_spring_mvc.html, posted 2008 by peter in development download free java webdesign
The ParameterizedUrlHandlerMapping supports all mappings that are valid using SimpleUrlHandlerMapping's default AntPathMatcher.
|< First < Previous 51–60 (77) Next > Last >|