| Thread | Last Post | Replies |
|
| servlet - output jsp page? | 23 Sep 2006 23:33 GMT | 2 |
is it possible for a servlet to produce a jsp page that can still run? for instance I want to run <%@include file="../Header.html"%> in the page generated by the servlet. However when I do this by
|
| Java web start and jars... | 23 Sep 2006 20:01 GMT | 8 |
I have a couple of questions about this, and Im hoping a couple of you can share your thoughts. With java web start, if I were to pack everything into a single jar and have someone download it. Then update a single class file within that
|
| Install Junit | 23 Sep 2006 19:05 GMT | 5 |
Hey anyone A have a problem with Junit. I have installed it and added it to my CLASSPATH like this: C:\junit\; C:\junit\junit-4.1.jar
|
| Timestamp and the Eire Timezone | 23 Sep 2006 19:01 GMT | 4 |
I am having trouble with the Eire Timezone, and the date/timestamp "01/01/1900 00:00:00". When I run this piece of code: import java.sql.Timestamp; ...
|
| eclipse and vim | 23 Sep 2006 17:55 GMT | 21 |
I start to use Eclipse to program Java now. I really love vim editor. Some vim features are so nice and time-saving. Like, "yy" copy the current line and "p" to paste below the current line. I have googled and found viPlugin page:
|
| Library for social network analysis | 23 Sep 2006 16:45 GMT | 2 |
does anyone know a good library for social network analysis? Thanks, Christof
|
| Persistent servlets & inter-servlet communication | 23 Sep 2006 16:43 GMT | 3 |
Just curious to know if there is a way to have a servlet that is not destroyed at the end of it's request? Also, is there any way I can get a reference to an instance of a servlet from somewhere else on the same application server?
|
| header() equivalent method? | 23 Sep 2006 16:41 GMT | 2 |
A related issue, also in my wiki project is, that we would like to "forward" a user to a site, based on the result of a method call. If the method returns true, the user should be forwarded to a dynamically generated site. If the method returns false, a static error message ...
|
| hi groupers, i got troubled with linux and tomcat 5.x | 23 Sep 2006 13:53 GMT | 3 |
hi my problem is someday i was distracted and without think i deleted all the apache tomcat directory from linux but a little problem i didn't stop the services, so it started my nightmare because i couldn't stop/kill/reconfigurate the services then when i wanted to install
|
| eclipse profiling, what do you use?? | 23 Sep 2006 13:01 GMT | 1 |
Hey folks, I just wanted to throw it out there: What profiler plugins do you personally use with eclipse? (Please only respond if you have used the plugin you are talking about and have concrete knowledge about it.)
|
| Which is not allowed in EJB programming ? | 23 Sep 2006 11:53 GMT | 27 |
Which is not allowed in EJB programming ? (a) Thread Management (b) Transient Fields (c) Listening on a Socket
|
| Need help with String encoding issue | 23 Sep 2006 10:07 GMT | 1 |
I'm writting a servlet filter that manipulates the http response body (injecting HTML). It works fine with pages using the English charset, but when processing a page with double-byte chars, some of the characters are junk.
|
| interfaces & inner classes | 23 Sep 2006 09:24 GMT | 8 |
hello.. I'm a beginner in Java, so I'm learning from "Thinking in Java" by BE I've came to the chapter interfaces & inner classes so my quest. is: how often do you use inner classes?
|
| developing java Web Start apps on Linux | 23 Sep 2006 09:10 GMT | 3 |
I need to develope java Web Start apps on Linux using the jdk 1.4.2 . the thing is that I can't find javaws to go say, javaws SwingSet2.jar .
|
| Exception handling prob | 23 Sep 2006 09:00 GMT | 1 |
public int getInteger(){ try{ return 1; }catch(Exception e){
|