Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
J2EE
Page 13 of 16 Previous 10   11   12   13   14   15   16  

Websphere datasource giving security error from simple java a pp

Hi It seems that you aren 't putting in the security constraints onto the context. You need to add them to your Context System.setProperty( "java.naming.security.princip

Websphere datasource giving security error from simple java app

The code follows import java.util.Hashtable import javax.naming.Context import javax.naming.InitialContext import javax.sql.DataSource public class DSTest { public static v

Subject: JMS-JDBC User transactions

Hi!! In a startup servlet of web app I register a listner class to an MQ queue.In the onMessage I put the message retrived into database.If the db operation fail message must not be removed from q

J2EE Client

Hi~ I am testing J2EE sample tutorial code with runclient utility. But I want to run client program with direct java command such as [#java client-class-file] without runclient utility. The proble

Subject: J2EE Packaging options

Hi!! I am using websphere 5.0.2 with wsad5.1.I have created a j2ee project in wsad with one ejb project and one web project.The Ejb project needs to refers lot of files which actually exist in web

API call to do a DNS TXT query?

Hello I know I am able to do a DNS query using the InetAddress class but I need to do a TXT query. Are there any API calls to do that? Thanks Neil -- Neil Aggarwal JAMM Cons

Data in join table apart from the foreign keys using EJB2.0

Hi All I have a scenario like this

Subject: Value objects be immutable

Should value objects be made immutable if yes what are the considerations.any good articles or pointers. TIA ashutosh

How are containers handling (or supposed to handle) CMR &capture-schema issu

Hi Vineeth Please try to add pbclient.jar to your classpath. Good luck -- markus. > I also have a doubt which is specific to SUN J2EE 1.4 implementation. > > I am trying to capture the

How are containers handling (or supposed to handle) CMR & capture-schema iss

Hi Vineeth container retrieve persistence information from proprietary deployment descriptors where you specify mapping column for CMP fields and mapping column for the relation field Best Re

How are containers handling (or supposed to handle) CMR & capture-schema issue i

Hi folks I am new to CMR in EJB2.0 and was going through RMH 's book Enterprise Javabean. I am interested in knowing how the container picks up the relationships. I haven 't exactly tried a

Multiple database records fetch from browser

Hi All ! I am facing a situation here where we have to decide which way we should go either entirely a J2EE approach or J2EE with a small applet on client side. I know the client side small applet

EntityContext.equals

How do I understand EntityContext.equals? How many EntityContexts exist in one container? Is EntityContext a singlet in one container? Jim

Subject: pluggable EJB modules

Hi all I 'm thinking of writing J2EE application and I wander if I can make my EJB modules somewhat pluggable. What I mean is having one main EJB module (say MainApp) which looks for another mod

Subject: Html Generation Engine

Hi Group My name is Prashant. In one of our project we are planning to implement a HTML page generation engine whose job is to make a HTML page dynamically. The plan is to store all the field name

Subject: Map as a return value?

Pardon me if you find this question to common to fit into the j2ee category. I suppose this question is impossible to answer with a simple yes or no but I 'm looking for standard practices when a

Can we use java for loop for iterating a node of XML nodes while transformat

yes. Get a NodeList and you can loop through that with NodeList.item(int). Requires you can create a NodeList from what you want of course. > -----Original Message----- > From A mailing list

Can we use java for loop for iterating a node of XML nodes while transformation?

Hi there My question is - can we use the standard "for " loop of java with Xalan to traverse the nodes of an XML tree. Regards - ashish MASTEK "Making a valuable difference " Mastek in NA

Subject: Reg One 2 Many CMR in WAS 5.

Hello Can we define a relationship table (Link table) for 1 M (one2many) container managed relation (CMR) in WSAD for WAS 5 just like we have a junction / relationship table for Many to Many re

PetStore 1.3.2 - JSP page Cart.jsp

Hello I 'm a student and I have to make changes to the petstore program. I 'm (almost) dying to know how the Cart.jsp can retrieve data from the cart (bean). The file cart.jsp is in petstore1.3

Announcement: Super 5.10 - a suite of J2EE tools

Announcement Super 5.10 - a suite of J2EE tools. Super 5.10 comes with SuperEnvironment SuperLogging SuperPeekPoke SuperReport SuperScheduler SuperStress SuperWatchdog

EJB Remote Interface returns null

Hi I am using a new AIX Environment as my dev machine with weblogic 811 on it. I have ant scripts to build and deploy my jar war and ear which I have been able to do successfully. I wrote

Applet Servlet Communicatio Problem on Weblogic/IIS

Hello Everybody I am trying to run an Applet Servlet Communication example. I have IIS 5.0 on one machine (say M1) and Weblogic 7.0 on machine 2 say (M2). My Applet runs on the client machine

SV: Shared cache best practices?

>After reading the message in this thread I think >people are making a simple problem too complex. >Even I would stay away from EJBs and stuff just >for the sake of caching. We use a caching toll

Subject: Shared cache best practices?

Im facing a situation where my web server holds a rather extensive cache that is retrieved from a database. I 'm seeking a way to be able to connect as many web servers as I 'd like to that database and

Ann: Super 5.0 - a suite of J2EE tools

Announcement Super 5.00 - a suite of J2EE tools. Super 5.00 comes with SuperEnvironment SuperLogging SuperPeekPoke SuperReport SuperScheduler SuperStress SuperWatchdog

How to do a POST Method corresponding to the action field in a html page from a

Hi- I am writing code to simulate web page flow through a java application. I am using URL and URLConnection classes to do a POST request to the resource specified in the action attribute of the

Compiler failed executable.exec Error

Hi While deploying application jar (ejb jar) in Weblogic8.1 I am getting this error. What could be the problem??? Unable to deploy EJB PC_EJB.jar from PC_EJB.jar Compil

Help needed to run HelloWorld servlet in weblogic

Hi I am using Weblogic 8.1 beta verision. I deployed Helloworld.war. It has HelloWorld.java Helloworld.class and index.html. I deployed through weblogic console. It was deployed successf

Subject: JAAS + Active Directory

How can I use JAAS + Active Directory on a windows machine without enabling DES on the Active Directory or spending an arm and a leg on 3rd party LoginModule? Justin
Page 13 of 16 Previous 10   11   12   13   14   15   16