| Thread | Last Post | Replies |
|
| Servlet Session Management Question | 27 Sep 2007 21:39 GMT | 7 |
I'm trying to understand the context of sessions, within a Servlet a little better... If multiple browsers access a Servlet, essentially creating a session for each browser, Does the Servlet have all of the information it
|
| vertical BoxLayout, JLabel, and JButton and alignment | 27 Sep 2007 20:33 GMT | 5 |
If a button is in a jPanel with vertical BoxLayout, as soon as a label is added to the panel, the button aligns itself with the left edge of the label. Also the label doesn't align itself with the left edge of the panel--it's indented an amount.
|
| Ant Copy Task and Hidden Files | 27 Sep 2007 14:47 GMT | 6 |
I'm trying to copy a directory using the Ant "copy" task... the syntax I'm using is below: <copy todir="${buildDir}"> <fileset dir="."/>
|
| Urgent!!! UPGRADE METHODOLOGY | 27 Sep 2007 12:14 GMT | 2 |
Hey. Hi~! I created a beauty salon management program for a small project. It has a few funtions but centainly necessary. The 2nd semeter began already. I'm given a new project class
|
| Avake Technology: Avake Training Program | 27 Sep 2007 10:36 GMT | 1 |
Avake Training Program Apply for 6-week training program at Avake and enjoy not only knowledge focused training that includes all the skills that any
|
| file Handling | 27 Sep 2007 06:42 GMT | 2 |
I need a Java Code to extract a string from a file.File contains txt but i only want to extract the txt after string Object Class. Actually this file is the file containing classes and attributesbut i only want to extract class name.
|
| Using wildcard % in Hibernate (v 3.2.5) with named query | 27 Sep 2007 04:21 GMT | 7 |
Trying to use a named query put in a hbm like: <query name="Point.findByTitle"> from Point point where point.title like :title <query-param name="title" type="String" />
|
| Running a job through a Servlet | 27 Sep 2007 04:16 GMT | 2 |
I would like to kick of a very long running process. All classes used by this job are instatiated through a spring context. Our entire application framework (on my development teams side) is a set of webservices accessed by a client developed by another team. Therefore
|
| JVMTI | 27 Sep 2007 03:47 GMT | 1 |
In the JVMTI reference, it says to use JVMTI, add: #include <jvmti.h> to the source code of the agent you are writing. But, in the heapTracker.c example in j2sdk folder, why the above
|
| Repeated SQL and ResultSet in a method | 27 Sep 2007 03:05 GMT | 3 |
I have methods that call the same ResultSet statement and SQL and was wondering if I can put them into a method and call the method instead of repeating the same lines in each one of my methods: public int mymethod(MyBean theobject)
|
| What's a derby database schema ? | 27 Sep 2007 03:03 GMT | 5 |
Why does a schema property of a derby database do (by default APP) ?
|
| creating a war file using tomcat | 27 Sep 2007 01:14 GMT | 3 |
Hi am a newbie to tomcat. I am having trouble creating a war file, any help will do. thanks in advance
|
| can i set null layout to container | 26 Sep 2007 23:48 GMT | 2 |
i want to set null layout for container, but it is possible on my trials how can i set null layout to container plz describe about that if it is possible.......
|
| JFrame point object returns...what? | 26 Sep 2007 23:46 GMT | 5 |
If you check this method in the main class - JFrame frame = new QuarterScreenFrame("This is a test", 1); I'm just not sure what value of topLeft to put.. This is the main class --
|
| java.lang.IllegalStateException.When using EasyMock! | 26 Sep 2007 23:39 GMT | 3 |
I am using EasyMock in my junit testcases.But it is giving an exception, which I failed to resolve. This is my code ------------------------
|