| Thread | Last Post | Replies |
|
| Xah's Edu Corner: The Concepts and Confusions of Pre-fix, In-fix, Post-fix and Fully Functional Notations | 21 Mar 2006 08:02 GMT | 22 |
The Concepts and Confusions of Pre-fix, In-fix, Post-fix and Fully Functional Notations Xah Lee, 2006-03-15 Let me summarize: The LISP notation, is a functional notation, and is
|
| School Project Help :S (Buttons on an Image) | 21 Mar 2006 06:15 GMT | 1 |
Hey guys and gals, I'm pretty new to this group and I'll probably post this wrong, but theres aa first time for everything. What I'm building is a bomberman style game using frame and bufferedimage to draw all the images i had.
|
| when using equals method with a null string... | 21 Mar 2006 05:13 GMT | 28 |
If I have declared 2 strings as follows: private String myStr1 = ""; private String myStr2 = ""; and somewhere in the application they may or may not get assigned
|
| XML validation with schema or DTD | 21 Mar 2006 02:32 GMT | 1 |
I am parsing an XML document and want to enable validation. The document is a JCA resource adapter deployment descriptor. In JCA 1.0 the deployment descriptor is specified via a DTD. In JCA 1.5 it is specified by an XML schema. I have the following code:
|
| Eclipse and java.library.path | 21 Mar 2006 00:59 GMT | 1 |
I would like to know how to modify the launch option of Eclipse in order to set the java.library.path. I want to force my java program to use a library that is in other folder. -Djava.library.path=../Packages/Xj3D/bin;../Packages/jARToolkit
|
| XMLDecoder | 21 Mar 2006 00:32 GMT | 1 |
so using the XMLDecoder I want to create a factory class, initialize it, and then call the newFoo method on it. to make it easy, i'll read in everything that can be read and ignore anything that isn't off the appropriate type.
|
| web service question (weblogic / j2ee related) | 21 Mar 2006 00:22 GMT | 3 |
I am an experienced weblogic programmer but am not familiar with web services. I developed a simple ejb in weblogic and converted it to web services using the ant task servicegen. I am able to deploy the application and access it through my browser.
|
| Entity Bean Question | 21 Mar 2006 00:18 GMT | 1 |
Guys: While I was going through the EJB specification I found this statement, which made me some what confused "While a crash of the Java Virtual Machine may result in a rollback of
|
| Objects | 20 Mar 2006 23:28 GMT | 2 |
I have a JTextPane that is using the rtf editorkit and another JTextPane using the html editor kit. I inserted the JTextPane with the html content into the JTextPane with the the rtf content. Now the JTextPane with the html
|
| emulator number through code | 20 Mar 2006 23:26 GMT | 1 |
I need access to emulator number at run time(5550000) through my code Is it possible?
|
| JNI loadLibrary | 20 Mar 2006 22:54 GMT | 1 |
i have a question with JNI, Windows and loading libraries. I have the following sentence static {
|
| 2D-Arrays:Keep columns, while changing all other values | 20 Mar 2006 22:52 GMT | 2 |
How do I do this?? I have a table [i][j] that are filled with random integers on each round of a loop, but for a certain user input I want to keep column[n] while all other numbers are changed.
|
| Who know Visual Age for Java | 20 Mar 2006 22:49 GMT | 3 |
I want to download Visual Age for Java ( IBM ) to use but I can not find down on IBM's website . Does IBM change it to anothers name ? Khoa Huynh
|
| How to check double length? | 20 Mar 2006 22:48 GMT | 8 |
I need to be able to validate a double value to make sure it's only 11 numbers (inc .) long, the number can aslo be negative - double x = -99999999.99; System.out.println(Double.toString(Math.abs(x)));
|
| sessions and synchronization | 20 Mar 2006 22:33 GMT | 2 |
hoping someone can set me straight on this. When exactly would you find a need to synchronize a method that accesses a session attribute? When would a session attribute not be thread safe? If each session is unique with unique attirbutes how are these attibutes not thread safe?
|