| Thread | Last Post | Replies |
|
| EJB - analyze xml file | 24 Dec 2006 06:56 GMT | 4 |
I have to analyze xml log files which are locate on the server side (jboss). I would like read file from session bean and analyze using SAX. What is the best solution in this case ?
|
| question about EJB | 24 Dec 2006 04:31 GMT | 5 |
What is the reason for an ejb to communicate with client through random ports? Whan a ejb client access the ejb container, i can specify the ip and port for the ejb container.
|
| trying to parse lines of files with non-ASCII chars | 24 Dec 2006 03:24 GMT | 3 |
I have some text data in a file I need to parse. . the file's data contains characters such as accents, ntildes, ... .
|
| JVM Sizing | 24 Dec 2006 03:02 GMT | 13 |
Is there a maximum amount of memory that can be addressed by the JVM and, if so, does it vary by JVM version? Regards
|
| how to do cvs check-in check-out using ant. | 24 Dec 2006 01:59 GMT | 1 |
Hi, I want to do check-in check-out using ANT. I have used following commands. <target name="checkOutFromCVS" > <!--<cvs command="-q diff -u -N" output="patch.txt"/>-->
|
| is there any difference b/w connection of a simple java prog. and a servlet. | 24 Dec 2006 01:08 GMT | 3 |
Can anny one help me. I am trying to update the database by using a callable statement. But in case of servlet i am getting an error java.sql.SQLException: Not all parameters bound.
|
| Porting from MRJ/MRJVM to standard JVM | 24 Dec 2006 00:26 GMT | 5 |
I have the source code for an application that was written using Microsoft's apparently defunct variant of Java. It does not compile under the standard JDK from Sun and I get a lot of errors that are unfamiliar to me. I need to update this application so that it
|
| Extracting Class names in Abstract classes with Generics. | 23 Dec 2006 19:27 GMT | 6 |
I have this working: Abstract class Foo<E> { Foo() {} public fooFun(E enigma) {
|
| ODBC Issue | 23 Dec 2006 18:37 GMT | 3 |
Quick question. I have a CACHE link into an old mumps based system. In order to access the old tables I install an ODBC driver and then access the tables using access or some other DB tool. I can also query them from my applications.
|
| setting ip & referer in tomcat | 23 Dec 2006 18:24 GMT | 3 |
Is there an easy way to set arbitrary ips and referers on-the-fly as the app runs in tomcat? This is information that would be obtained by the servlet using HttpServletRequest.getHeader(..).
|
| Firefox 2.0.0.1 trashes Java Console | 23 Dec 2006 15:23 GMT | 17 |
The latest Firefox update (2.0 to 2.0.0.1) de-activates the Java Console and suggests fixing the problem by getting an updated version of the Java plugin. Uninstalling JRE 7 build 02 and installing the current pre-release build 04 (from http://download.java.net/jdk7/binaries/) ...
|
| TimeSpan Convenience | 23 Dec 2006 08:50 GMT | 14 |
helo, What is best-practise to achieve functionality similar to .Net's System.TimeSpan struct in Java? For now, I've created my own TimeSpan class
|
| JAR! . . .What is it good for?. . .Absolutely nothing :-) | 23 Dec 2006 06:00 GMT | 15 |
Well not quite; actually love JAR files, but why does the AppletViewer (W2K SUN JDK "something", at least) insist on asking for the .CLASS file *as well as* the .JAR file? Is this *all* applet viewers? *all* html? or just something *my* code is
|
| Opinion poll: for loop vs while loop with Iterators. | 23 Dec 2006 05:22 GMT | 14 |
Java 1.5 finaly gave us an elegant for each construct, but for-each lacks the ability to manipulate the underlying Iterable structure. Generally, the way to do this is (in pseudo-code:) Obtain the iterator.
|
| Summating Strings | 23 Dec 2006 05:20 GMT | 7 |
Please bear with me. I'm a bit new to Java. I have a list of strings that I'd like to summate. For example I'd like to take this data: Apple Orange
|