| Thread | Last Post | Replies |
|
| To Twisted and everyone else, I quit | 09 Aug 2007 01:19 GMT | 28 |
Twisted's pointless and stupid comments are polluting this newsgroup so much, that I simply cannot bear to stay. Fine, I'll leave. I think everyone should killfile him now.
|
| Hiding methods from a public API | 08 Aug 2007 23:14 GMT | 7 |
We publish a library. Some of the methods in the public classes are intended for consumption by our customers, but others are just for internal use. Ok, fine, declare those methods protected. A difficultly arises when we want to access one of these internal-use
|
| Checking for a valid file name | 08 Aug 2007 23:02 GMT | 2 |
I am writing a swing application. users should enter filename (should be .txt) as input in a textbox, they should enter absolute path. I need to check if the file name entered is a valid , before creating
|
| Newbie question - MVC model and Accessing Database and resultset bean? | 08 Aug 2007 22:58 GMT | 1 |
I have recently started reading about MVC model. From what I have understood, the servlets will take care of business logic and jsp is in charge of presentation and beans hold the values. Whatever example I have come across so far , deals with beans that handle types like string ...
|
| Tomcat: Exception thrown whilst processing POSTed parameters | 08 Aug 2007 21:56 GMT | 4 |
I'm having a heck of a time trying to figure this out. I'm getting the following exception frequently in my Tomcat logs. The exception always seems to be thrown when I'm processing an AJAX request. Could I be forgetting to do something on the client side? Is this a
|
| Class Generics | 08 Aug 2007 19:27 GMT | 4 |
Class modelClass = Class.forName(modelResult.getNodeValue()); Class viewClass = Class.forName(viewResult.getNodeValue()); factory.put(modelClass, viewClass); I get the warning with the first two lines:
|
| Java with TIBCO --- Direct Client Req !!!! | 08 Aug 2007 19:10 GMT | 2 |
Greetings from Inquest Solutions We have an excellent opportunity matching to your profile for our Direct Client Position: Java With TIBCO
|
| Bounce mail problems | 08 Aug 2007 17:34 GMT | 2 |
I am using java mail for sending mails using SMTP server. I want to track bounce mails. I want find reason, Bounce ID from that bounce mail through my java program. what is way to do that? can u help me?
|
| Jre 1.6 and CDE | 08 Aug 2007 14:42 GMT | 2 |
JRE 1.6 Swing app freezes my Solaris 8 CDE desktop with dtwm running at 100% of the CPU. It works fine with JRE 1.5. Has anyone had such problem? Any solutions? Thanks
|
| Problems with tomcat | 08 Aug 2007 14:15 GMT | 1 |
Hi guys, I have some problems, I'm trying to run tomcat in windows 2000 pro and actually it runs but when I use the browser http://localhost: doesn't work, What should be the problem? I've changed the port to 80 but still having the same problem. Thx in advance
|
| Get texture immage path from Appearance | 08 Aug 2007 13:20 GMT | 6 |
I have a simple question: how can I get the texture image path having the relative appearance? I need to convert my object in a pov file, but I can't found the texture images path. Thanks 1000
|
| Object implements Serializable, but includes field(s) that do NOT implement Serializable | 08 Aug 2007 13:16 GMT | 4 |
Assuming the following snippet ... public class SomeClass implements Serializable { private static ABC abcObject; private transient DEF defObject;
|
| sytem notification balloon | 08 Aug 2007 06:22 GMT | 2 |
I just wanted to know if there is a possibility to make a notification balloon (e.g. Outlook Mail notification) with java.awt.systemTray? I couldn't find an appropriate class. Can someone give me an example? Thanks Michael
|
| Reading editing deleting in DOM | 08 Aug 2007 03:59 GMT | 3 |
I did some search and found this to be the most responsive group. Could somebody please show me using code how I could delete a child node (off a specific parent node) from XML using DOM ? Thanks in advance for your time.
|
| Reading editing deleting in DOM | 08 Aug 2007 03:58 GMT | 2 |
I did some search and found this to be the most responsive group. Could somebody please show me using code how I could delete a child node (off a specific parent node) from XML using DOM ? Thanks in advance for your time.
|