| Thread | Last Post | Replies |
|
| assertion problem | 07 Nov 2006 02:22 GMT | 7 |
Say,The package favorite.fruits contains different classes for different fruits. Orange is one of the classes in this package. Assume that all the classes from this package are compiled with assertions enabled. The following will enable assertions at runtime for this
|
| No action will be executed in Myfaces | 07 Nov 2006 01:52 GMT | 1 |
actually I started programming webapplication using MyFaces with the tomahawk extention. The website will be displayed the way I want it except that after any for the test "com.sun.faces.saveStateFieldMarker" will be generated.
|
| Code reuse with different backing beans? | 07 Nov 2006 00:33 GMT | 2 |
I am a JSF programmer, inheriting a project from someone else. We have a lot of duplicated code in several places, where the only difference is a different managed bean. There are over 10 pages where you could cut and paste page A into page
|
| Generics and type erasure | 06 Nov 2006 21:02 GMT | 2 |
I would like to determine the class value of a generic type. Is it possible? Right now, I'm passing the type as a parameter to the class constructor:
|
| Regarding Audit Trailing | 06 Nov 2006 20:57 GMT | 2 |
We have a very complex financial application based on Apache Struts. We would like to have an audit trailing feature. Assume that we send some very complex objects( which in turn contains other inner objects and so on) to an MQ asynchronously. The receiving program is a cron job ...
|
| Image store using Servlet | 06 Nov 2006 20:52 GMT | 1 |
How can i store image file (jpg , gif) in database MySQL via servlets ?
|
| Live Communicator Server | 06 Nov 2006 20:08 GMT | 2 |
i' m new in this forum, and my english is bad :-( I've a question: I would to do a client that speak with live communicator server, it's possible with java or i must use microsoft programming language?
|
| dates are fun! | 06 Nov 2006 19:50 GMT | 2 |
wondering if someone could help i need to do a kind of date diff operation so i can calculate how long an object should last for. My problem is that as am using this kind of code: Date Edate = sdf.parse(ExpiryDate);
|
| I'm wanted to know how to run several programs for a game under the command prompt | 06 Nov 2006 19:44 GMT | 9 |
Hi it's me again. I got the programs which are 13 of them for a game to compile using javac *.java but when i want to run the programs using the main program java projectJS under the command prompt it won't run. any suggestions. Sorry to keep posting but i can't figure out what to
|
| MVC, MVP, Presentation Model - which one? | 06 Nov 2006 19:31 GMT | 3 |
I am working on creating a simple chat application. it will have a buddy list, allow for chat 1 on 1 using a tabbed pane per conversation. I expect to have a hierarchy of components like... A Frame
|
| Image store using Servlet | 06 Nov 2006 18:07 GMT | 1 |
How can i store image file (jpg , gif) in database MySQL via servlets ?
|
| Which magazine or membership you recommend me to subscribe or join? | 06 Nov 2006 15:27 GMT | 2 |
My company benefits include certain amount of money each year for joining membership or subscribing magazines. Could you give me some recommendations? I am a commuter. So reading magazines in a train is very good for me. In
|
| XML mit Hilfe von XSD validieren unter Java 1.4.2 | 06 Nov 2006 15:02 GMT | 2 |
ich möchte ein XML-File mit Hilfe des zugehörigen XSD-Files validieren lassen. Dies alles soll noch unter Java 1.4.2_xx laufen. Ich habe mir nun Xerces 1.4.4 heruntergeladen, und versuchte die Validierung wie folgt:
|
| JNI_CreateJavaVM returns JNI_ERR | 06 Nov 2006 14:21 GMT | 4 |
I have problem with following code: ... JNIEnv *env; JavaVM *jvm;
|
| Cannot look jndi name in jBoss..pls help | 06 Nov 2006 14:02 GMT | 4 |
im using jboss4.0.1 with MyEclipse3.0.8. im trying to configure jboss with db2 and also looking up jndi name.. for this i did some of the procedures. in db2-ds.xml i mapped as
|