| Thread | Last Post | Replies |
|
| malformed URL | 13 Jun 2008 16:43 GMT | 4 |
My apologies for posting this here. I don't know where else I can post this. The problem is as follows: We have a Java application that sends out email with a URL :
|
| Generics in Java 1.5 ( or is it java 5.0 ?... I always have confusion) | 13 Jun 2008 12:40 GMT | 7 |
Looking at the signature of the following method in java.util.List public interface List<E> extends Collection<E> { ........
|
| while integration struts with spring "Servlet action is not available" | 13 Jun 2008 06:53 GMT | 1 |
I hava created a working Struts 1.2 webapp. I want to add Spring support and I have tried to use ContextLoaderPlugIn and DelegateProxy for this, but I recive an 404 error saying Servlet action is not available where action referes to
|
| How to buffer a text file reader? | 13 Jun 2008 05:28 GMT | 4 |
I am trying to learn basics of file I/O. It seems to me that there are two ways to buffer a file reader. In pseudocode, the first one is: java.io.BufferedReader( java.io.InputStreamReader( java.io.FileInputStream ))
|
| [ANN] WUnit : a tool for unit test of Web applications | 12 Jun 2008 20:38 GMT | 3 |
WUnit is bundled with RefleX 0.3.1 http://reflex.gforge.inria.fr/ RefleX is a general-purpose XML engine written in Java and WUnit is an XML and XPath-based tool for running unit tests of Web applications.
|
| Strange Behaviour with scaled fonts. | 12 Jun 2008 20:35 GMT | 4 |
I am experiencing some strange behaviour when scaling and drawing fonts. Firstly the font is scaled and is drawn to the canvas positioning is fine and behaviour as expected, I am using font = font.deriveFont(affineTransform) on the font to scale it.
|
| NumberFormat vs double and long | 12 Jun 2008 12:02 GMT | 5 |
I have a function which receives an amount (money) in fthe form of a String. The values received can be of various formats such as: "99,999.99" "99 999.99"
|
| Regex Issue: Removing all or part of a pattern from the start of a string | 12 Jun 2008 10:42 GMT | 3 |
I know this is simpler than I'm making it out to be, but maybe I've just not had enough sleep lately. I have data coming to me that has already been pulled off a VT102 display. Normally the display reads: MAILADR 1234 Some Street, Rd.
|
| Choosing not to throw exceptions like IllegalArguementException | 12 Jun 2008 05:55 GMT | 29 |
id' like to share with you a design view i've learned since i work. When i have to deal with nulls, i don't throw an IllegalArguementException any more, i just return a default value (or void). It gives better robustness to the program i think.
|
| Clearing screen in Java | 11 Jun 2008 22:11 GMT | 4 |
Is there no easy and practical way of clearing console screen in java?
|
| Annoying Calendar question | 11 Jun 2008 21:08 GMT | 6 |
My apologies in advance... I was doing what I thought should be fairly straightforward, creating a Calendar like below: protected boolean sendTime(){
|
| Creating a shape from a set of points | 11 Jun 2008 19:29 GMT | 34 |
I have a bunch of points (defined in 2-D space, i.e., x-y coordinates) that have a well-defined range that is easy to determine visually. I need to determine the boundary of the input set of points and then later test if a new point falls inside or outside of the boundary.
|
| Events-am I missing something? | 11 Jun 2008 19:01 GMT | 13 |
I understand events to a point. I know that event is an object that describes a state change in a source. Source generates an event when its internal state changes in some way. Listener is an object, which if registered for particular event will be notified when event occurs.
|
| People Helping People!!!!!!!!!!!! | 11 Jun 2008 18:49 GMT | 2 |
People Helping Each Other MAKE $250,000 IN WEEKS - 2007 AS SEEN ON OPRAH & 20/20 ***Oprah Winfrey and ABC's investigative team 20/20 also can prove
|
| Parsing generic XML | 11 Jun 2008 16:28 GMT | 1 |
I have some XML, namely PAD files, for which I have no schema, though I probably could cook one up in a day or two. Similarly I have some XHTML, I want to screenscrape where, I really only care about the <table <tr and <td elements.
|