| Thread | Last Post | Replies |
|
| JSF/JSP Forwarding Beans to Other Pages | 01 Sep 2005 00:53 GMT | 2 |
Is there any way in either JSF or JSP to forward a bean to another page? I don't want to use session-scoped beans, because I want the user to be able to have the same page open in multiple Windows each manipulating different objects. I need to be able to pass an object forward ...
|
| Newbie Eclipse / classpath problem? | 31 Aug 2005 23:59 GMT | 2 |
This is a response to recent post I found in this newsgroup from Google Groups (see below). I was able to fix this by including both the swt.jar and swt-pi.jar as External jar libraries in the Eclipse Project settings.
|
| simple input box ok button? | 31 Aug 2005 23:06 GMT | 4 |
Im trying to do something simple, but for some reason Im having trouble with this Java concept.. I am creating a small pop-up input box, and I want the user to be able to insert text into a JTextField, and hit "ok" to return close the
|
| initialize data structure or read text file | 31 Aug 2005 22:53 GMT | 11 |
Basic idea of program is to input a stock ticker symbol, like YHOO for Yahoo, and to return the name of the company. If I was going to do it a lot, then I suspect a hash of some kind would have fast retrieval of the info. However, if I expect
|
| Who knows Class MainFrame? | 31 Aug 2005 22:09 GMT | 2 |
Dear Friends, In the following codes, windows "normal frame1" and "normal frame2" produced by JFrame can be closed without stopping the whole program, but when I
|
| Adding session variables to a JAX-RPC SOAP POJO? | 31 Aug 2005 20:50 GMT | 1 |
Sorry for the mess of acronyms in the subject. I've got a few POJO-type services exposed as SOAP web services via JAX-RPC in JBoss. The problem is, my service needs to enable session-level persistence and the ability to store session variables, cookies, etc.
|
| JOB OPENING: Java Front-End Web Developer - Atlanta, GA | 31 Aug 2005 20:13 GMT | 1 |
Reddy Technical Services has a client with an opening for a web front-end developer. The person in this position will be responsible for the design and implementation of the User Interface for the client's main product line. This position will also control the design direction ...
|
| Certification training in greater NYC area? | 31 Aug 2005 16:05 GMT | 4 |
Any recommendations for Java certification classes in the greater NYC (Northern NJ) area? Quality, Cost and job placement services are all in the mix. I've been doing C code and want to move with the times.
|
| print jTextArea | 31 Aug 2005 15:29 GMT | 5 |
I have a JDialog with a JTextArea on it. I want that, if I push a jbutton, the text in the JTextArea is printed (Text could be longer than one site; Font "Arial" 10; if text is wider than the printble area of the printer, then it should be continued in the next line). It
|
| Duplex socket receiving data too fast? | 31 Aug 2005 13:54 GMT | 2 |
I have a duplex socket that I write data over and then read the data back but this seems to happen too fast? Essentially, if I write the data over the socket and then immediately read the response back from the socket, I have no problems.
|
| HttpUtils.getRequestURL() | 31 Aug 2005 13:26 GMT | 7 |
I'm trying to call this from an XSP logicsheet : StringBuffer URL = HttpUtils.getRequestURL(request); ... but I get this error : / start error (lines 195-195) "The method
|
| Tomcat, Precompile JSP Pages | 31 Aug 2005 11:28 GMT | 6 |
I have a website that consists of almost 200 JSP Pages. The server hosting this site is running Tomcat. When Tomcat starts up, it kicks off a servlet that will precompile all of the JSP pages. This servlet pings every single JSP page in the website. When the JSP page is
|
| How can i use 'like' in PreparedStatement | 31 Aug 2005 07:02 GMT | 9 |
can anyone plz let me know how oracle 'like' keyword can be used in a prepared statement ?i tried like SQL select projectId from t_project where projectName like ?
|
| Fun With Eclipse and Smart Clients | 31 Aug 2005 06:55 GMT | 1 |
I've been working on a smart client in .NET for the past two months, and now I'm looking into doing one in J2EE and eclipse. Plus, I might even push to do it in Linux/Gtk. Under Suse, Eclipse installs in a breeze as part of the distro.
|
| Exception NumberFormatException when creating an instance of JFileChooser | 31 Aug 2005 05:09 GMT | 3 |
I getting a NumberFormatException executing the following code: JFileChooser fc = new JFileChooser(); The following line is called in my code in ...
|