| Thread | Last Post | Replies |
|
| perl / shell script question.. | 12 May 2006 16:38 GMT | 1 |
I would like to know is it possible to launch a browser(Say IE) and execute one web url from perl or shell script. please post some code regarding the same.
|
| Future of antenna for j2me? | 12 May 2006 16:35 GMT | 1 |
I'm using Antenna for a J2ME project, as I'm sure many other people are as well. However, it doesn't seem to have been updated recently. Indeed, there's a patch open since late 2005 that would fix a problem I'm encountering.
|
| Direct field access in hibernate | 12 May 2006 16:26 GMT | 4 |
I have heard that fields can be set directly using hibernate without the need for getters or setters. Would anyone have an example of this please as I dont seem to have any luck finding information on it on the web.
|
| date calculation | 12 May 2006 16:20 GMT | 3 |
I'm trying to create a command line based java application that parses data returned from an active directory ldap query. The one attribute I want returned is a field that keeps track of the last time someone logged into a Windows domain. Active Directory keeps track of this time ...
|
| JTextArea for inputting Chinese? | 12 May 2006 15:57 GMT | 2 |
Is there any other class similar to JTextArea available for inputting Chinese characters? Thanks. REgards, Murphy
|
| Performance in updating database | 12 May 2006 14:23 GMT | 6 |
I post this question here as there are not much activity over at the database group. I'm updating 5000 records to the Oracle database with 8 fields. It took around 1min to finish updating.
|
| Java Code coverage tool | 12 May 2006 11:19 GMT | 4 |
Is there a tool/profiler which is free (like HPROF) that can provide Code Coverage. i.e. determine all the methods in my classes and then after running through a test plan determine all the methods used and report those not
|
| does java program run on 64-bit platform as fast as on 32-bit platform | 12 May 2006 09:52 GMT | 15 |
Since the size of integer is fixed (32 bits) on any platform, does java program run on 64-bit platform as fast as on 32-bit platform?
|
| Classpath | 12 May 2006 09:42 GMT | 2 |
I have some XML schemas which I pass to Xerces XML parser. I have stored those XML schemas in d:\myworkplace\myproject\schemas\client\ folder. There are 4 schemas. One main schema include other 3 schemas. It all works fine when I run my code from my Eclise 3.1.2/JDK50/WinXP, but it ...
|
| Permanent casting of an object | 12 May 2006 09:16 GMT | 5 |
I have one abstract class Form in which ApplicationForm and KindergartenForm extends. In my Query class I check wether Form f is instanceof ApplicationForm vs KindergartenForm and cast f thereafter. But everytime I call a method from eg. ApplicationForm on f (that is
|
| HTTP Status 503 - Servlet action is currently unavailable... help me? | 12 May 2006 07:39 GMT | 2 |
Hi friends, I have the error: HTTP Status 503 - Servlet action is currently unavailable... help me? This error is coming when I put url of jsp in browser's addressbar.
|
| two public class in a file | 12 May 2006 06:27 GMT | 7 |
when we write two public class in a single file its give error.(compilation error) so,my question is why?what's the region behind this.
|
| Caching with Java 5 | 12 May 2006 04:35 GMT | 1 |
does anyone know where to find some examples of use of the Java 1.5 ResponseCache, CacheRequest and CacheResponse classes? I just found this one
|
| j2ee scaling advice | 12 May 2006 03:36 GMT | 3 |
I'm building a web application w/ about 50 different forms that all touch the database in some way (CRUD), it's very database driven and do expect thousands (in the tens) of accounts. I've never had to scale an application to handle so many users as all
|
| Roller problems - EOFExceptions | 12 May 2006 03:08 GMT | 1 |
I decided to try out the java/struts roller blog v2.1(http://rollerweblogger.org/) and I seem to be having some issues. I can start the application and can create users, login etc. When I try to create a new blog (never successful) I get exceptions.
|