| Thread | Last Post | Replies |
|
| How to set size of Jlabel? | 29 Feb 2004 04:10 GMT | 2 |
This may sound like a dumb question, but how do you set the size of a Jlabel? I am using NetBeans, and I have tried setting the maxsize, minsize and preferredsize properties, but changing them doesn't seem to do anything at all! Right now, my labels are way too big.
|
| Tomcat help | 28 Feb 2004 18:30 GMT | 5 |
I saved a bean as follows in the C:\Tomcat5\webapps\hasanbabu\WEB-INF\classes\hasanbabu\testBean.class package hasanbabu; import java.io.*;
|
| Configuring MS SQL Server as a datasource in JBoss | 26 Feb 2004 21:54 GMT | 1 |
The 'ElementBean' entity bean I have written works fine when used with the Hypersonic database, which constitutes the default database for JBoss. However, when switching to MS SQL Server the following exception is raised. All methods have unchecked access. Would someone please ...
|
| Reflection vs Introspection | 26 Feb 2004 13:57 GMT | 1 |
Hi to all, I don't understand a thing: which is the difference between reflection and introspection? I know reflection let a program get some runtime info about itself, but this
|
| Sun J2EE1.4 RI: SerialContextProvider Error While getting InitialContext | 25 Feb 2004 08:10 GMT | 3 |
Hi: I am running Sun J2EE 1.4 Reference Implementation. I deployed an session EJB and am looking up for localHome through JNDI. While getting InitialContext, I am getting the following error: **********************************************************8
|
| first bean with tomcat ! help | 24 Feb 2004 15:54 GMT | 1 |
I am learning Tomcat 4.1. I tryed to edit some examples (the examples\WEB-INF\classes\num\NumberGuessBean.java). When I modify the body of a method and I recompile,
|
| Totally confused. Give me a hint, please! | 21 Feb 2004 22:48 GMT | 1 |
Five years ago I used Microsoft java 1.2 for about one year to build complex graphical applets. And I was thinking (poor me) that I'll have no big problems to use again Java (Sun realese this time). How wrong I was! Though I installed on my Windows 98 both Net Beans IDE 3.51 and ...
|
| tomcat bean persistence | 20 Feb 2004 17:30 GMT | 2 |
I am relatively new to java for web development and have the following question. How does one implement persistent beans that will be running in a Tomcat container?
|
| Struts Artimus unable to change database name | 20 Feb 2004 13:06 GMT | 2 |
I am in the process of learning STRUTS and as a starting point I am using the book "Struts In Action" I have downloaded the source code for the main example in the book
|
| New Comer Question | 19 Feb 2004 21:59 GMT | 2 |
I am a new comer to Java World ... and Have been programming in Windows using COM/DCOM .... i am trying to use the Java Beans ... i have seen some code and can some one clarify , please .... I have seen only Get/Set methods implemented in Examples ... didnt see
|
| tomcat and javabean | 19 Feb 2004 06:48 GMT | 4 |
I have a problem with Tomcat 4.1.18 I need to use a class in a jsp page but, when I try to call a method I receive an exception. I post a simple example.
|
| ServiceLocator pattern & dynamic Context.PROVIDER_URL | 18 Feb 2004 17:53 GMT | 2 |
my question it's about the service locator pattern. In this pattern the helper class that does by locator, need to set the provider url (ie: t3://localhost:7001 in weblogic environment). How is possible to pass this url without wire it in the code?
|
| using jstl to set value in setProperty | 16 Feb 2004 15:45 GMT | 1 |
I am trying to pass a database column to a bean using jstl expressions. The code looks like this: <c:forEach items="${query.rowsByIndex}" var="row"> <jsp:setProperty name="fileWrite" property="curColValue"
|
| Testing EJB webapps without having to package to WAR/EAR? | 08 Feb 2004 20:28 GMT | 2 |
I am new to EJB programming. I am developing in IntelliJ IDEA and will maybe use the JBoss server. My question is: 1. If a develop an webapp with JSPs and EJBs, must I create a WAR och EAR file with these before I test it? When I develop I want to write
|
| JNDI reference on EJB - dope, hit send too soon last time | 07 Feb 2004 22:37 GMT | 1 |
I am using jboss222, the following is the relevent porting on the JNDI as JBoss JMX console shows me I was using embedded tomcat and using the jndi name "java:/TestBean" to retrieve this beans home.
|