Once I had some basic functionality in my mini accounting system that I’m writing (for research purposes), one of my goals was to have an adequate error display for the user, that was the same every time. Suffice it to say, I was completely thrilled…
Category: Programming
I am in the process of working with and researching ZK as an AJAX framework to integrate into Java Web Development that I do. So far, AJAX looks really amazing, and is fully integrated into the J2EE framework. It is an event driven framework that…
In this post, I plan on laying out multiple common problems with RMI, that a developer can run into. I hope that this will be a concise guide to fixing the common RMI problems that beginners run into. As I come up with more, I…
I’m just learning EJB3, and I’m stumbling here and there. When developing an EJB object, I had a problem where the compiler was giving me an error that says “annotation type not applicable to this kind of declaration“. It was on a line like the…
I’ve searched all over the Internet for this, and was unable to find anything reasonable. I found an example somewhere, of how to break a string at a specific location, but it breaks whether there is a word there or not. So, either you have…
I racked my head against the wall over and over again for several hours, unable to determine why I was getting a prolog error, when I knew dang well my XML was well formed. I’m using JAXP, which is detecting and using xalan as my…