| Thread | Last Post | Replies |
|
| App architecture for distributed deployment | 16 May 2006 07:48 GMT | 1 |
I am in the planning stage for a Java-based business app, and my present thinking is that I will have the UI as a thick client delivered via Java Webstart, and communicating to the database via JDBC, with Hibernate over the top of that. Pretty simple, which I like.
|
| GZIPInputStream (how to uncompress from a succession of byte arrays) | 16 May 2006 07:12 GMT | 4 |
This message also posted on comp.lang.java.help -- I have a hopefully simple question regarding gunzipping compressed data not in a file... I have a gzipped file/object/whatever residing accross a network (it's
|
| What is the relation between the OS and the JVM(Java) | 16 May 2006 04:40 GMT | 1 |
How do Java relate to OS. Will everything related to jdk ,jre work the same. What is the difference between JDK and JRE.
|
| what's wrong java.lang.ClassNotFoundException occurs | 16 May 2006 04:17 GMT | 2 |
Hi, guys, I tried create a web serviece from a very simple java class, named "practise", but this kind exception happens: Error in generating WSDL from Java,
|
| Create Thread... | 16 May 2006 03:01 GMT | 6 |
Its possible create a class extended by thread and in this class, to instance other class extended by thread too? What problems I found when I do that? How to create more functions of thread class in class extended by
|
| TekSystems WARNING | 16 May 2006 00:28 GMT | 10 |
We are mere "resources". Their real customers are the clients of course. They have screwed people out of jobs by poking their noses into employee's personal affairs/contacting their managers all to increase the chances of selling to a customer but if the customer doesn't
|
| JFrame _ JPanel _ DrawImage | 15 May 2006 23:25 GMT | 1 |
Hello to everyone!! I'm working on a program that downloads photos (jpeg) from a server's camera and that will show each photo on a frame as soon as it's downloaded. Kinda like a motion jpeg (mjpeg).
|
| TableSorter class question | 15 May 2006 22:33 GMT | 4 |
To use the TableSorter class from Sun, referenced in the JTable tutorial http://java.sun.com/docs/books/tutorial/uiswing/components/table.html. I have to create a MyTableModel that houses and manipulates the Table data. The code they have can not really work in a real world
|
| DefaultStyledDocument array problem | 15 May 2006 22:10 GMT | 1 |
In Class PublishStats I have instantiated an array <<DefaultStyledDocument[] docmnt = new DefaultStyledDocument[20];>> In method "public void UpdateFields" I have declared <<DefaultStyledDocument doc = "";>>
|
| Layout ignored on j2me MIDP 2.0 GUI Form items | 15 May 2006 20:32 GMT | 1 |
I am developing an midlet for the Tao Intent MIDlet Manager on the Orange SPV M2000 running Windows Mobile 2003 SE. The layout constraints I am putting on items placed on forms are being ignored. For example, I cannot change the size of TextField items. The
|
| SCJP Attempts | 15 May 2006 19:53 GMT | 2 |
I'm studying for the SCJP 1.4 exam. I was wondering how many attempts it took you to pass. I've gone through a certification study guide and I'm working with a test simulator now. I was just wondering if passing the exam on the first try was an unreasonable expectation.
|
| memory consumption in JDOM | 15 May 2006 18:53 GMT | 5 |
I am new to JDOM and I am currently coding a program to build xml files using JDOM. The size of the xml file which i am goin to build will be in the order of a few GB's( 1 to 5 GB).
|
| Benchmark a JSP/Servlet Engine? | 15 May 2006 18:47 GMT | 1 |
I'd like to benchmark the JSP engine running on two different web hosts... nothing overly complicated, maybe a stress test to see how much memory can be allocated before things start falling over, how fast disk i/o is
|
| A question about java swing (and java in general) | 15 May 2006 17:05 GMT | 6 |
I've seen an example like this: Class Foo { JButton one = new Jbutton("one"); JButton two = new Jbutton("two");
|
| newbie question about eclipse perspective... | 15 May 2006 16:43 GMT | 17 |
I just downloaded eclipse with the CDT (c/c++ extension) and now I can compile programs using makefiles. That's great... But when I debug I guess it calls the gdb-debugger and when it returns it keeps bringing me a dialog box which says: "Confirm Perspective
|