Self-proclaimed greatness is a hard thing to prove.
Posts tagged Java
An AJAX email contact form using DWR and Scriptaculous
Mar 21st
Coming from the Java Server side, my JavaScript skills are pretty limited, a lot of the AJAX frameworks still require a good deal of JavaScript, or wildly complex configurations, not to mention having to take into consideration how you plan to accept and answer the asynchronous calls on the server side. I needed a framework
Eclipse – Open Resource Shortcut – Ctrl+Shift+R
Mar 20th
The biggest time-saver I’ve stumbled upon in Eclipse is the Open Resource Shortcut. Under the Navigate menu is the Open Resource command, shortcut Ctrl+Shift+R, which opens a window that allows you to type a search for any file that exists in your workspace, in your search you can use the ? to replace a single
Setup Eclipse and Tomcat to play nice together
Mar 17th
Eclipse is by far my favorite IDE, which makes Rational Application Developer bearable. The one thing I’ve been spoiled on in RAD is being able to run the WebSphere Test Environment inside the development environment and be able to have some level of hot deploy when modifying classes or jsp’s in the web project. This
Google Code Search – Great “Source” for Developers
Feb 22nd
I happened to be in Google Labs today poking around and noticed Google Code Search. If you’re looking for a code snippet or example, this beats poking through links in the regular Google search. Just type the snippet that you’re looking for and off you are with dozens of examples returned. I’ve already found tons