| Thread | Last Post | Replies |
|
| another Book on the shelf | 20 Aug 2006 03:18 GMT | 2 |
I got this book Java for the Web with Servlets, JSP, and EJB: A Developer's Guide to J2EE Solutions working through the very first chapter... created the directory
|
| Reading Directly from a URL | 20 Aug 2006 02:51 GMT | 4 |
I am following the The JavaT Tutorials > Custom Networking > Working with URLs trail. The following code compiles with no complaints: import java.net.*; import java.io.*;
|
| Simple insert form... | 20 Aug 2006 01:33 GMT | 2 |
Ecuse me guys, i've a banal question but i've not a response...I'm developing a jsf application. i've a table in my mysql db,
|
| EJB question - OO related (I think) | 20 Aug 2006 00:32 GMT | 1 |
I was looking at an EJB example for Weblogic 9.1 with programs Client.java and AccountBean.java. In it they are showing how to find beans and create new beans. They are
|
| Message Queues for IPC in Java? | 20 Aug 2006 00:28 GMT | 3 |
In past job, I heard people talk about message queues in Java to communicate with other Java process on same host. I think their talking about FIFOs in the UNIX world (you know use posix mkfifo() etc). I searched around, but I see nothing in javadoc or anywhere about message
|
| initialization of static utility class problem | 19 Aug 2006 20:28 GMT | 7 |
I have an interesting problem to which I have written a solution I don' t like. Here is a sample static class (followed by more precise requirements): public class Initializer{
|
| NetBean people, give some help! | 19 Aug 2006 15:05 GMT | 5 |
I have installed Netbeans 5.0 in my Laptop. Everything (almost) works ok, until my Laptop is disconnected from Internet. After disconnect embedded Tomcat in Netbeans fails to deploy application and start
|
| Page Refresh issue | 19 Aug 2006 12:05 GMT | 1 |
I have an url which leads me to a page1(just for eg). When i refresh page1 it displays page2. But in reality it must show me page2 directly. What might be the reason for this????? Regards,
|
| www.dvidearts.com- Angel Sword | 19 Aug 2006 02:27 GMT | 1 |
Check out the new awesome RPG and download free wallpapers at www.dvidearts.com
|
| Setting name of user in eclipse | 19 Aug 2006 01:16 GMT | 1 |
I want that eclipse autmatically inserts my Name to the @author tag in JavaDoc comments. Eclipse offers therefore the ${user} variable which may be used in the comments template. But how to set the value of 'user'? ${user} is always substituted by my
|
| need a reflection reminder | 19 Aug 2006 00:58 GMT | 2 |
I have the name of a clas.s and the name of the method in it - in a String format. How to call this method with jdk 1.5. /** * params can be null.
|
| Casting between typed Lists? | 18 Aug 2006 22:47 GMT | 2 |
I have an Interface B, which extends Interface A. I have a method whose signature is: public void doSomething(List<A> list){ ...
|
| MultiMap deprecated? HashMap | 18 Aug 2006 20:55 GMT | 2 |
I've been using the MultiMap in org.apache.commons.collections.MultiMap; but the only implementing class I see is org.apache.commons.collections.MultiHashMap;
|
| svg to svg saving problem | 18 Aug 2006 20:36 GMT | 1 |
I am a beginner batik user and at the moment I am working on apiece of code which would allow me to open svg file edit it and save it as an svg file. I have sucessfully loaded svg file (thanks to thomas.deweese) and
|
| Using Eclipse to build GUIs | 18 Aug 2006 15:29 GMT | 9 |
If I use the org.eclipse.swt.* libraries to make my GUIs will the user need to download and have additional libraries installed on his machine other than the Java Runtime Environment?? -Trevor
|