| Thread | Last Post | Replies |
|
| Merging HashMaps | 13 Mar 2007 17:27 GMT | 3 |
I have to merge two hashmaps, one results (contains grades), the other students(contains students, with exam results. Their exam marks are averaged out and graded. I need the students to appear in the results hashmap against their grade, can somebody please point out what is
|
| session value in java | 13 Mar 2007 14:16 GMT | 1 |
First, I send user id from jsp page to servlet. That value received on servlet page like this :- String username = request.getParameter("user"); Then creating the session true on servlet like this:-
|
| froilein | 13 Mar 2007 14:10 GMT | 1 |
Guten Morgen, Froilein bleibts bei Do ? Havanna ? Volka Wäre auch kürzer gegangen..
|
| Beginner Question: static construct | 13 Mar 2007 12:21 GMT | 2 |
Sorry, I haven't been reading any book on Java lately for paucity of time. Please educate me on this simple issue. What's this construct? static {
|
| Timouts for RMI | 13 Mar 2007 12:04 GMT | 6 |
i know there are several posts, and a google search found lots of hits on this topic. My Problem is: Nothing works... My intension is very simple: Use Rmi to transmit data from a client to a server.
|
| mail the file in html format ? | 13 Mar 2007 10:59 GMT | 1 |
Hi... I need help.. Need to send mail throgh Java file...i am using Mail.jar and self- created Mailer object that can send text messages.
|
| Problem in setting pos of components in SWING | 13 Mar 2007 10:55 GMT | 2 |
hi, i am trying to add some checkboxes randomely within a panel that will be shown after clicking on button.I am using the GridBagLayout. But the position of checkboxes are not getting in order means i want to add 4 checkboxes in 1st row and next 4 to next row and next 2 to
|
| JAR[error] : could not find main class | 13 Mar 2007 10:23 GMT | 2 |
I tried to call a JPanel with media player from another JPanel. for example: inside mainPanel.java MoviePanel moviePanel = new MoviePanel();
|
| JDSL vs. JGL experiences? | 13 Mar 2007 06:25 GMT | 1 |
Does anyone have good or bad experiences with JDSL and JGL? I need to use a tree data structure and both libraries look robust. Has anyone had a bad experience with either? Thanks
|
| web design question -- throw away objects | 13 Mar 2007 05:48 GMT | 5 |
I am creating a back-end for a website, and in the course of displaying athe various pages several objects are created which contain info pulled from a database. These objects persist throughout the session, and if the database is updated I keep the session object
|
| Desktop icon with Java Web Start | 13 Mar 2007 03:54 GMT | 1 |
I am trying to find any reliable information, wether or not Java Web Start icons can create desktop icons on other systems than Windows. Specifically, I'd been interested in Linux and Mac OSX. I have a JNLP file, which creates the icons on Windows, but not on Linux (at least
|
| User decision to trust applet cached/stored | 13 Mar 2007 03:52 GMT | 1 |
I have a java applet embedded into a web page. When the applet loads, the visitor is shown the security warning box (This application's digital signature has been verified. Do you want to run this application?) to which they can choose 'Run' or 'Cancel'.
|
| Video in Applet | 13 Mar 2007 03:30 GMT | 2 |
Hey, whats the best way to show mpeg vedio in and applet or Java Swing Form? regards Usman Ismail
|
| JTable scrolling issue | 13 Mar 2007 03:09 GMT | 2 |
I have a JTable in a JScrollPane but I do not want the first two colums to scroll when I move the scroll bar. I want the first two columns to stay on the screen and the rest of the columns in my JTable to scroll. Is there any way to make the first two columns permanent??
|
| servlet for XML transformation with xsl | 13 Mar 2007 02:58 GMT | 1 |
I am a newbie. Can someone direct me to a good tutorial for transforming XML with XSL through servlets? Many Thanks.
|