| Thread | Last Post | Replies |
|
| Using the word java as part of a package name | 26 Jul 2007 09:04 GMT | 5 |
Is there any restricion on using java as part of my package name. For eg, com.test.java.impl The JDK do not complain when i compile the code but i wanted to hear
|
| extract data from web page | 26 Jul 2007 08:03 GMT | 16 |
I want to type a word in the search box of google like website and then extract results from the result page and store in an excel file. How can I programmatically do the search and extract data?
|
| Has anyone tried the usb devices? | 26 Jul 2007 05:32 GMT | 24 |
I've seen these secure USB devices. You can only run the software off the USB devices and can't copy it to disk. It's OK if you have a limited and controlled distribution with a hight license fee. Not a solution for thousands of clients, but would seem to avoid the mass
|
| Tomcat deploys application multiple times | 26 Jul 2007 05:13 GMT | 5 |
We have a Tomcat 5.5.23 installation that we have set to unpack and auto deploy WARs. It seems that when I SCP the WAR file into the webapps directory on the server, Tomcat is trying to redeploy the app multiple times while it's copying. I'm running an ANT script to
|
| Run ant script from ant script? | 26 Jul 2007 03:12 GMT | 6 |
Is it possible to call another ant script from within your ant script? thanks Lionel.
|
| Generics syntax and Comparing Comparables of type ? | 26 Jul 2007 01:39 GMT | 12 |
I am trying to write a RangedMap and when I "genericify" it, it occurred to me that I am not completely sure how I can Quite express the syntax. Admittedly I am learning my generics, but the code is definitely correct when I remove the generics (run main for a test).
|
| Tryin to develop a jca connector | 26 Jul 2007 00:31 GMT | 9 |
I'´ve a package that allow applications connect to an IBM host using sockets and 3270 telnet protocol. I want to isolate and standarize such layer using JCA to run it as a resource adapter in an application server.
|
| DAO first time... | 26 Jul 2007 00:12 GMT | 1 |
Okay this is basically what I am trying to do.... I am trying to look up an item and invoice number in a database. We are supposed to go into a QueryServlet (which I have written), check the logic with the numbers and so on.
|
| recieve email | 25 Jul 2007 17:54 GMT | 7 |
I have googled around to look for recieving posts in this group by email but not succeeded. Anyone know how to do it ? thanks
|
| Trying to understand some C/C++ code | 25 Jul 2007 17:23 GMT | 7 |
Greetings all, I am trying to understand a piece of C++ code that I am trying to port to Java. void Buffer::packInteger(int value){
|
| reflection problem | 25 Jul 2007 16:18 GMT | 6 |
hi all, i got a problem with this bunch of code: [CODE] Manager boss = new Manager("Paul Brown", 1000, 500); Class c = boss.getClass();
|
| Raw type other than a Class, possible? | 25 Jul 2007 15:31 GMT | 3 |
Can someone give an example of a raw type, which is other than a Class instance at runtime? In other words, why is the return type of java.lang.reflect.ParameterizedType.getRawType() a Type, not a Class?
|
| Connecting a windows network share from Java with a specificied usernameand password | 25 Jul 2007 15:19 GMT | 2 |
I have a problem related to networking. I have a problem accessing network shared drives from within my java classes. I used the File object when I was developing. Everything worked fine. However, I have to deploy to an application server, I need to supply a
|
| finding derived classes from base class | 25 Jul 2007 15:16 GMT | 5 |
I am trying to find a way to find all the derived classes , given a parent class, off a source folder or package. I dont want to load the classes , one way is to have one pass through code and build a tree with object at root etc
|
| best practice for XML / HTML generation of /> | 25 Jul 2007 15:07 GMT | 5 |
Which is considered preferable when generating XML or HTML: space /> or no-space /> for an abbreviated tag ending? e.g. <img src="picture.png" alt="landscape"/> or
|