| Thread | Last Post | Replies |
|
| Searching an input buffer | 04 Oct 2007 03:51 GMT | 1 |
Is there an easy way to search a BufferedInputStream for occurrence of a string? I am reading web pages into the stream and wanted to search them for the occurrence of URLs and certain HTML tags in them. This data
|
| ResourceBundle.getBundle from Tomcat, to "external" directory | 04 Oct 2007 03:24 GMT | 2 |
I have a servlet running under Tomcat. I'd like to load a ResourceBundle that resides outside the servlet's context (directory). I know how to get it from WEB-INF/classes: ResourceBundle.getBundle("Basename", locale);
|
| Hibernate HSQL syntax for Associations | 04 Oct 2007 03:19 GMT | 1 |
I've got a one-to-many association between two entities, X and Y. class X { @OneToMany( cascade = CascadeType.ALL ) private List<Y> collection = new ArrayList<Y>();
|
| Javascript and Struts, question | 04 Oct 2007 01:28 GMT | 2 |
We are currently developing an web application using the Jakarta Struts framework (1.3). Since a lot of our forms involve date fields, we used a javascript datepicker, a calendar displayed in a separate window and the date picked is reflected on the textfield on the
|
| How to Get Web Page Content | 04 Oct 2007 01:23 GMT | 1 |
How can I get the content of the website page after I establish SSL socket connection (sslsocket.startHandshake())? Please, advise. I am new in this. Thanks
|
| ClassLoader not loading recompiled classes | 04 Oct 2007 01:23 GMT | 17 |
ClassLoader does not update class on recompile: Script started on Tue Oct 2 01:45:20 200
> cat Main.java public class Main
|
| UNIX select() equivalent in Java for polling multiple sockets | 04 Oct 2007 01:16 GMT | 1 |
I am struggling to find any information on how Java can be made to poll multiple sockets in a single thread. In variants of UNIX this is simply done via the select() call. Can anyone provide any links to tutorials/information explaining how
|
| cmd line io | 04 Oct 2007 01:12 GMT | 2 |
i would like to create an internal control for a gui that mimicks the os's command prompt, input is easy enough ( sending it to the system) but how can I obtain the output generated by that input?
|
| Get the Verb of request in jsp | 03 Oct 2007 22:04 GMT | 2 |
Would anyone mind telling me how to get the verb of a request in jsp? I would like to know whether the user is using a POST or GET request. Thanks, James
|
| anyway to make password protected page in blogger? | 03 Oct 2007 21:55 GMT | 1 |
it doesnt need to be complicated, just enter password box and submit button, if they get password right they get directed to another web site, get it wrong it says u got it wrong... can it be done? if so, what whould code be...shoot and where do i put
|
| Servlets: Getting Started | 03 Oct 2007 21:53 GMT | 6 |
I'm studying for the SCWCD 1.4 exam and I'd like to get started with servlets. Where can I get a hold of the J2EE 1.4 SDK for free? Everytime I try to download it from Sun, I get the following: * This Catalog lists only the for sale products on the Download
|
| Denying access to a JSP page directly | 03 Oct 2007 18:10 GMT | 3 |
My login page is index.html. It accepts username/password there. Validates it using validate.jsp and redirect it to main.jsp for further processing.
|
| Web Services Java client question | 03 Oct 2007 18:03 GMT | 2 |
I am newbie to Web Services. Let me know if I should use other group to post this question. I have to use existing web services installed on a non-java server from my JBoss java web application (with struts 2). I read a little
|
| A Must Read!!! | 03 Oct 2007 16:59 GMT | 2 |
I have found an excellent resource on Object Oriented Programming. http://technical-talk.com/SoftDev/OOP/OOPBASICS.asp
|
| How to destroy a window | 03 Oct 2007 16:43 GMT | 3 |
I have a question that might seem stupid to most of you, but I cannot find how to do it. How can I destroy a window (JFrame)? I mean not by exiting the application. But just destroying the window so that my app can go on. I know that just
|