| Thread | Last Post | Replies |
|
| Static methods on EJBs ? | 27 Feb 2005 22:07 GMT | 1 |
I'm writing an engineering library in a Java package. The package is very simple. There is no constructor (since I do not need to do any global initialisations etc at startup). All the methods in the functionsa re declared as static public (defining the API of the library).
|
| Difficulties with Include Parameters/java.net.URLEncoder class | 27 Feb 2005 19:20 GMT | 1 |
I am building a JSP website and have created a page template that has two include pages - a navigation page and a footer page. For obvious reasons I am using this for easier maintenance if navigation or footer details change.
|
| Threads in MDB | 25 Feb 2005 14:09 GMT | 2 |
I had a MessageListener which spawns java threads on receiving a message - a (javax.jms.)Message which contains more than one application message. (That happens to be the requirement!). The application was going fine in WebLogic 8 and WebSphere 4.*. But
|
| Struts Newbie going crazy! | 15 Feb 2005 19:41 GMT | 6 |
I am trying to actually use the struts-blank, but if I do any alteration on the aplication.properties, Tomcat show me an error. (log file error) 2005-02-13 20:00:04 StandardWrapperValve[action]: Servlet.service() for servlet action threw exception
|
| Consuming Web Services inside J2EE/ Jboss | 14 Feb 2005 17:03 GMT | 5 |
I have search the web , and by know I hava an good ideia on how to publish may Stateless EJB has a webservice (using JBoss 3.2.x). My problem is now consume web services inside a Stateless EJB (or any other , for that matter). I've searched, but with no luck. Having a WSDL file ...
|
| Purpose of "getViewport()" in Swing ?? | 12 Feb 2005 22:25 GMT | 1 |
What is the difference between myScrollPane.add(myJTable); and myScrollPane.getViewport().add(myJTable);
|
| Application Scope exit | 09 Feb 2005 19:16 GMT | 3 |
Sorry if this is super obvious, but I have been searching for a week without finding a solution. I want to use an application scope bean that will, after a certain amount of elapsed time, die/kill itself/release its
|
| Java Beans & Packages | 07 Feb 2005 21:18 GMT | 5 |
Do Java beans need to be in their own packages? I have a bean, which I put into a package containing servlets for my web site. When I deploy to Apache/Tomcat, I get the following error from the page accessing the bean. I'm using Oracle JDeveloper for writing the code
|
| Beans & Database Connections | 05 Feb 2005 18:21 GMT | 1 |
Could someone direct me to a good resource for outlining best practice on using database connections from within java beans. Presumably connection pooling is the way to go, but I'm struggling to find some good resources. My environment is Tomcat 5.5 and RDBMS is Oracle 10g.
|
| invalid SQL generated | 04 Feb 2005 15:32 GMT | 1 |
I have an EntityBean mapped to an Oracle view, the view has no primary key. When I try to access the data in the view ( read-only) invalid SQL is generated: SELECT DISTINCT FROM ws_personen t0_o WHERE (t0_o.AANHEF = 'MR')
|
| Many to Many CMR with an attribute | 04 Feb 2005 15:30 GMT | 1 |
I have a db scheme where i have a Many to Many relation but i have to store an attribute in the mapping table. Then, i thought i could transform my N-N relation in two 1-N relation, explicitely creating the mapping table with my own attribute but this table has no primary key
|
| What is the Java equivalent for Torry.net! | 02 Feb 2005 09:29 GMT | 2 |
When I program in Delphi, whenever I need a component, I just browse to www.torry.net (or other VCL sites) to find a (usually free) component to plug into my application. This makes my app development faster by many orders. When in Python, I go to Vaults of Parnassus. Perl people
|
| Do all vendors' share basic j2ee libs (ejb-api.jar, servlet.jar, etc) ? | 01 Feb 2005 20:46 GMT | 4 |
Hi; I am trying to build some generic j2ee-related Ant scripts that need the j2ee jars in the classpath. Although, I have no problem with different versions for 1.3 and 1.4, but if I need different jars *per server* and
|