| Thread | Last Post | Replies |
|
| Struts exception handling with tiles | 16 May 2007 09:54 GMT | 1 |
I'm using declarative exception handling with struts 1.3 using the <global-exceptions> element as follows:- <global-exceptions> <exception key="error.exception.invalidMagazine"
|
| do something every 1000 records or so | 16 May 2007 09:29 GMT | 9 |
Ok, this could be a perfect exam question, but it isn't and i need a good solution in a function i get 2 int parameters : begin end they represent the number of records affected , I have to print to a
|
| Revision control for workspaces/projects | 16 May 2007 06:25 GMT | 4 |
Given that many if not most Java IDEs don't make use of a file to keep track of what classes are actually part of a project or workspace, and instead simply include all the .java files in a given directory, how do most folks manage revision control for projects? That is, say I
|
| method for a class constructor | 16 May 2007 04:32 GMT | 6 |
As a novice, I can't find out (and believe me, I tried hard),how to write the right method to construct a class. Hereby a SSCCE, I guess this is the best way to explain what I mean. <code>
|
| the Pure Joy of Receiving PayPal Money | 16 May 2007 04:27 GMT | 2 |
PAYPAL MAGIC!!! TURN $5 INTO $15,000 IN ONLY 30 DAYS...HERES HOW! This is a Money Scheme and Not, I repeat... This is Not a Scam!!! You have most likely seen or heard about this project
|
| Passing enum and EnumMap to a method | 16 May 2007 00:52 GMT | 4 |
Generics are really new to me, and catching on has been a bit confusing. The Sun tutorial is like a man page - you gotta read it a few times and I've been too impatient to do so. I've actually been reading through the java.util.EnumMap code to get a better grip on things. Since ...
|
| Urgent!!! Java Developer for UAE | 15 May 2007 23:58 GMT | 1 |
VAM SYSTEMS is a Business Consulting, IT Technology Solutions and Services company with operations in UAE, Qatar, USA, Singapore & India. We are urgently looking for JAVA Developer for our UAE operations with
|
| How to display special (unicode) characters | 15 May 2007 22:02 GMT | 4 |
I work on a program to display European (Unicode) characters. Graphics2D g2 = (Graphics2D) g; g2.setFont(new Font("monospaced",0,16)); g2.drawString();
|
| wsdl2java in axis2 | 15 May 2007 19:46 GMT | 1 |
Can any one tell me why wsdl2java on Axis2 generating some unresolved parameter and so giving errors at the time of compilation. Thanks
|
| Windows java client for the reading RSS & ATOM feeds. | 15 May 2007 16:54 GMT | 5 |
I have been working on this tool in my spare time and I am looking for peoples' opinions on ease of use and new features that could possibly be added. The tool has only been tested on jdk 1.4.2 and above. I look forward to reading about your feedback.
|
| JCA 1.5 Resource Adapter for CVS | 15 May 2007 15:53 GMT | 3 |
First post here, ill appogise now for any screw ups made durring this post After a bit of advice really. I am writting an application that needs to interact with CVS, checkout
|
| Query about applet! | 15 May 2007 15:11 GMT | 6 |
I write an applet to broadcast sound file,the sentences which are used to achive this goal are: AudioClip sound = getAudioClip(getDocumentBase(),"folder.wav"); sound.loop();
|
| javax.scripting, Rhino, and creating sandboxes... | 15 May 2007 15:04 GMT | 1 |
I'd like to be able to control the interaction between my script and the host Java environment. Most specifically, if I don't explicitly allow something, it shouldn't be available to the script context. Is there an easy-and-sure way to do that? Do I need to go through the
|
| What is code review? (Java code review) | 15 May 2007 14:10 GMT | 51 |
My boss just told me a concept I didn't know. (I am middle level Java programmer.) -- "code review". According to what I heard, "code review" is somebody reads the thousands lines of code written by other person and try to find if there are some
|
| Should I adopt Eclipse RCP? | 15 May 2007 10:26 GMT | 8 |
I hope that this posting doesn't start a holy war, because it really is a sincere question. The group that I work for is giving serious consideration to starting an effort to completely re-factor a large amount of software that is
|