| Thread | Last Post | Replies |
|
| Simple regex in java to extract the domain name | 21 Mar 2006 18:11 GMT | 9 |
I am trying to convert a regex expression that I have in ruby to do the same in java, but the dialects are different. I am trying to parse a URL such that I get the domain name (possibly with the www).
|
| problem with setting Java environment variables in Linux | 21 Mar 2006 17:49 GMT | 2 |
In root mode, I added following lines to /root/.bashrc export JAVA_HOME=/opt/SUNWappserver export CATALINA_HOME=/opt/tomcat Later, I found that if I am not super user,
|
| Webservice connection from Java | 21 Mar 2006 17:43 GMT | 1 |
Hope you can help me here and apologies if I'm in the wrong board! We have a web service behind a firewall that we want our customers to be able to connect to. Said Webservcie is coded in VB.NET and uses the SOAP protocol.
|
| Freeing Algorithms | 21 Mar 2006 17:37 GMT | 32 |
Here is an algorithm for the determination of the leap-year property of a year: public static boolean isLeapYear( final int yearNumber )
|
| which jar file has this class: javax/xml/stream/XMLStreamWriter | 21 Mar 2006 17:33 GMT | 3 |
I got a compile error as follows: java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamWriter Which Jar file should I include in the classpath? Thanks,
|
| System Guts(power information) | 21 Mar 2006 15:07 GMT | 9 |
Hello. I want to write a program in which the main functionality will depend on whether or not my computer is connected to a power adapter(this is for laptops). I looked in the online-documentation for this and had no luck. I imagine it is
|
| Is there any free jdbc drivers for flatfile? | 21 Mar 2006 14:57 GMT | 1 |
Do you know if there are any free jdbc drivers for acessing flatfile data sources? -Bruce
|
| creating sessions using session initiation protocol | 21 Mar 2006 13:56 GMT | 1 |
I am doing a project using SIP(session initiation protocol) . I need help from people who has already done the project. Want to know how to create sessions. what is the process? Like we do have a process to use jdbc.
|
| messagebox | 21 Mar 2006 13:45 GMT | 1 |
can anyone help me to create a Jmessagbox in swing that has ok button.prog plzzz.
|
| session problem | 21 Mar 2006 13:33 GMT | 1 |
http://getahead.ltd.uk/dwr-demo/javadoc/uk/ltd/getahead/dwr/WebContext.html we have these 2 definition in that page... (1) javax.servlet.http.HttpSession getSession()
|
| DataInputStream(new GZIPInputStream).readFully throws EOFException | 21 Mar 2006 12:20 GMT | 3 |
I'm trying to extend a web-chat applet by adding gzip-compression. The data sent from the web-server is really ok: I'm looking at it using tcpdump (full output listed at the bottom) and see that the content-length (32) matches the length of the body and that the
|
| can't deploy HTML pages on TOMCAT | 21 Mar 2006 12:10 GMT | 3 |
I'm trying to deploy a set of html pages on TOMCAT. These pages can be correctly displayed under /webapps/jsp-examples/jsp2/el/ (which is a default directory that comes with the installation). However when I try to deploy them under a new directory (say) /webapps/foobar/
|
| using Easy Struts plugin | 21 Mar 2006 11:16 GMT | 5 |
not able to configure the easy struts plugin. I have already installed the sysdeo tomcat plugin. Got the Easy Struts plugin unzipped and pasted the folder com.cross.$#$$ in the plugins folder in the eclipse folder.but still
|
| Servlet | 21 Mar 2006 09:59 GMT | 2 |
I have an application (which uses Tomcat5 on Windows) and would like to compile it (very much). There is an environment in which the previous version compiles well, but the new one does not. The only change was that the program can use another jdbc driver. The suitable jar was put
|
| Any book available for .NET/C# develop. ? | 21 Mar 2006 08:52 GMT | 3 |
I have several years experiences with .NET and C# (and C++ as well). I may be involved in a Java project and I'm looking for a book that does not start from scratch. Ideal would be a book that could be called "Java for C#". Does anyone knows a good one?
|