| Thread | Last Post | Replies |
|
| Recommended Java Design Pattern Books/Websites? | 28 Aug 2007 18:40 GMT | 4 |
Does anyone have recommendations on good books or websites for learning Java Design Patterns? One book I am considering is "Applied Java Patterns," but before I invest any cash, I'm curious to get feedback from other people.
|
| socket error thrown with axis2 client | 28 Aug 2007 16:04 GMT | 4 |
I have created a axis2 client using the generated code from WSDL2Java wizard while in the eclipse 3.3 ide. The webservice is built with .Net and returns an authentication type of a response, but when I send the message, I receive the following
|
| Asteroids game | 28 Aug 2007 15:50 GMT | 14 |
I've been bored because work has been so slow. So I wrote an Asteroids game. It is far from done but it is pretty playable, at least on my desktop. http://www.knutejohnson.com/test
|
| new to web services, need help | 28 Aug 2007 11:34 GMT | 1 |
Web service experts, can you'll give me a simple example for developing a web service with apache axis.I am struggling to implement one. Thanks in advance.
|
| Off Topic: What's with the MI5 persecution spam? | 28 Aug 2007 11:24 GMT | 16 |
What's with the MI5 persecution spam? It seems to be on almost every newsgroup I visit.
|
| difference b/w WSAD & ECLIPSE | 28 Aug 2007 09:06 GMT | 1 |
Hi i am a new user . I want to know that what is the difference between Websphere studio application developeer and eclipse. if any one knows about it plz send this information to me.
|
| Apache Axis ignore org.xml.sax.SAXException invalid element | 28 Aug 2007 08:56 GMT | 1 |
I´m working with WS in Axis Technology, the question is how can I change the WS to include, for example, additional response fields, without recreate axis java client? When I add an aditional field the client throws a
|
| Q: What is difference between Bugs and Errors ? | 28 Aug 2007 07:01 GMT | 10 |
Q: What is difference between Bugs and Errors ?
|
| Fetch read database info instead of fake content | 28 Aug 2007 05:29 GMT | 1 |
I have this part of a java program that outputs fake data. Now I want to substitute that for database that fetches something called lastname records from the databse, but not sure how? public static final int INIT_SIZE = 32;
|
| slowdown in JDK 1.6 | 28 Aug 2007 04:52 GMT | 4 |
I have seen a pattern with JDK 1.6, even with Jet, also in a variety of old apps that did not do this on older JVMs. They run slower and slower, speeding up for short periods of time. Restarting them brings them up to full speed. This is the expected
|
| HSSF and named styles | 28 Aug 2007 01:10 GMT | 1 |
Hi world, I've been writing excel files with POI's HSSF libraries 2.5.1 for long and it works very well except that accessing and creating user- defined/named styles is not possible (http://issues.apache.org/
|
| Spawn App and Host In Scollable Pane | 28 Aug 2007 00:18 GMT | 3 |
I have a Java application (XYZ) written for JVM 5.0. XYZ launches other applications which may be Java, .NET, or C++. XYZ must show the launched application in a scrollable pane. XYZ must accommodate small screen sizes (e.g., 800x600). Some of the
|
| Clashing Interface methods | 28 Aug 2007 00:10 GMT | 10 |
Is there a way to deal with interfaces which have clashing method definitions? I am trying to write my own queue, based on a Hashtable: public class HashQueue<E>
|
| .jsp vs .jspx question | 27 Aug 2007 23:55 GMT | 2 |
What significant differences are there between jsp and jspx? The only one that i know of is that jsp is html based and jspx is xml based.
|
| Which JVM to use under Windows? | 27 Aug 2007 22:05 GMT | 33 |
I have heard some different opinions and which JVM to use. First of all, can anyone tell me where to find JVM? I spent nearly half an hour on Java site but could not find it. My code does not require anything higher than jdk 1.3
|