| Thread | Last Post | Replies |
|
| Hot deployment | 07 Dec 2005 13:01 GMT | 8 |
I'm developing a simple client - server application and what I want is to automatically reload classes on server side when I change them, I don't want to restart my server all the time. How do I do that? Any simple examples? I've look over source code of some
|
| foreach =?ISO-8859-1?Q?doesn=B4t_accept_iterator?= | 07 Dec 2005 11:32 GMT | 4 |
If I have final private HashMap<FunctionInputTuple, State> transitions = new HashMap<FunctionInputTuple, State>(); And elsewhere
|
| Anybody know about laf.core package? | 07 Dec 2005 11:13 GMT | 1 |
I found some java source which imports laf.core package.(Exactly that imports laf.core.log.LLog class) I googled it but I could only find some error message about it. All I know about laf.core package is that LLog class and LConfiguration
|
| Starting java with -jar option precludes *.class files on CLASSPATH ? | 07 Dec 2005 10:25 GMT | 18 |
Hi group, Since I found the documentation unclear on the issue, I ran some tests to see whether I could get a directory with *.class files onto the CLASSPATH when starting a JARred Java app (java -jar someApp.jar),
|
| reading configuration file | 07 Dec 2005 09:52 GMT | 10 |
I need to read some simple configuration parameters in my program. Is there some standard format/library/tecnique in java? it would be a 10 line parsing function what I need, but if I can use something already present it's better
|
| jdom and standalone | 07 Dec 2005 06:41 GMT | 1 |
Is it possible to set standalone='no' in Jdom for XML document? Thanks, Marek
|
| problem reading TCP packets on socket | 07 Dec 2005 05:32 GMT | 3 |
I'm having a pretty annoying issue with a TCP connection in a client/server environment. my client connects to a server that sends it messages of variable lengths.
|
| Get rid of Enum warnings in Eclipse 3.1 | 06 Dec 2005 21:37 GMT | 6 |
My current project is in Java 1.4.2, and I was wondering if there was any way to turn off the warning that ''enum' should not be used as an identifier, since it is a reserved keyword from source level 5.0 on'' Thanks in advance.
|
| Export to Excel | 06 Dec 2005 21:05 GMT | 5 |
Is there a way to export results generated from a Servlet as a html table to a microsoft Excel sheet using Java ?
|
| attn roedy | 06 Dec 2005 20:01 GMT | 14 |
A suggestion for http://mindprod.com/jgloss/unmain.html Something like: "Be sure to comment out unused code instead of deleting it. In no way document whether the remaining code was intended to supplement or
|
| Sending attachments via webservices | 06 Dec 2005 19:52 GMT | 1 |
Please can someone point me at or supply me with an example of sending an attachment via webservices, preferably using Tomcat and Axis in either a Windows or Linux environment. I have a webservice running using these technologies but I have been
|
| Re: Hair-lines when drawing transformed BufferedImage | 06 Dec 2005 19:23 GMT | 3 |
"Chris Uppal" <chris.uppal@metagnostic.REMOVE-THIS.org> wrote in message http://groups.google.com/group/comp.lang.java.programmer/msg/ed5ac35a48461d1a
> Thomas Fritsch wrote: > > "Chris Uppal" <chris.uppal@metagnostic.REMOVE-THIS.org> wrote: |
| Using a servlet filter to modify output of a jsp? | 06 Dec 2005 18:21 GMT | 5 |
I was wondering if anyone had implemented some sort of filter that could alter the generated contents of a JSP. What I want to do is grab the the results of a jsp before it is sent back to the client so that I can add something to the dom tree. Is this possible?
|
| javac vs Makefile problem ... | 06 Dec 2005 18:10 GMT | 16 |
I actually have the following problem : I have a Java/JNI application which mixes ".h", ".cpp", ".java" (native and regular files) In order to compile everything easily, I did a Makefile.
|
| Software Component Architecture | 06 Dec 2005 18:01 GMT | 5 |
The term component architecture is widely used, its meaning is the internal components, connectors and configurations. However, to me, it seems a bit vague! for example, what is the meaning of JavaBeans Architecture, does the
|