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 9 of 16 1   2   3   4   5   6   7   8   9   10   Next 10  

Master Data loading on server start up

Hi In our web application we want to load some master data in memory on server start up so that it is always available in session/memory whenever referred. Any ideas how this can be achieved.

Uploading file NOT using Multipart

Hi Actually my requirement is to read a uploaded file from web user but not to save it on server. So can anybody tell me how to upload a file using Multipart. I know the data is in request st

Diff. between Local Stateless Session Beans & Normal Java Bea ns

assuming your session facade is a session EJB. your new architecture in general is more common for most cases. of course it all dependes on your system but generally you will not use a Session

Diff. between Local Stateless Session Beans & Normal Java Beans

Hi All We are following a architecture BD- > > Session Facade -- > > Manager (Normal Java class) -- > > DAO. Previously these Managers (Normal Java class) were Stateless Session Beans (Local) a

Subject: signoff J2EE-INTEREST

_________________________________________________________________ Don?t just search. Find. Check out the new MSN Search! http //search.msn.click-url.com/go/onm00200636ave/direct/01/

java.io.FileNotFoundException: mapping.xml (The system cannot find the path

looks like a classloading issue. try Thread.currentThread().getContextClassLoader().getResource/AsStream( "mapping .xml ") in order to load the file. also did you put correct manifest entries?

java.io.FileNotFoundException: mapping.xml (The system cannot find the path spec

Hi This problem is more related to ear/packaging structure of files still if someone has a solution. I have an ear say "test.ear " which contain following jars and wars a.jar-EJB b.jar-EJB

Modular Web-based system and session management

Hi all I 'm working on a large but modularized Web-based J2EE project. We split the whole system into subprojects and we develop them one by one. We don 't have time to do an up-front global desig

Spring Performance

Hi dear all Is there a performance comparision benchamark of Spring vs other J2EE frameworks especially I am interested in Spring 's showcases. can anybody help me out or advise me ? Thanks

DB2 Replication

<P >   <BR > Hi All <BR > <BR > I 'm sorry to mention DB2 problem coz this gruop belongs to J2ee. <BR > I hope i 'll get some help . <BR > <BR > I 'm trying to replicate db2 Databases . <BR > i 'm using DB2 ver

How do get classpath at runtime?

I have a very basic Java question suppose I start my program with java -classpath build etc myDir com.company.Main How can I then get the classpath from my code? ie how can I do a St

two threads accessing the stateful seesion bean

hi I have web page in which use clicks of one hyperlink this operation is time consuming so user clicks immediately on some other link and I get the above exception on Oracal9i AS 9.03. All t

display graphic in application client side

hi i am newbie to j2ee and i am requiredt to develop j2ee project . i had some questions that need your help. thanks in advance. this project is about customer management system. i am thinking using

REe: URGENT! reg. Caching of data......

Resending...as I did not get any return mail from the list Hi There is some pattern called 'Context Object ' which can come to your help. I assume that you will be using an object in application

Subject: domain model to design

Greetings group We used to TogetherJ to get our business domain model (or problem domain model) using color modelling. We are not sure about the best approach to go for the design (next step). W

URGENT! reg. Caching of data......

Hi All I need to cache the data at the time of start up of the applciation from the DB to reduce the DB hit. So I designed one caching class which is doing this. But this statis cache means it

Pattern for the TimerTask requirement..

Hi All Im doing a scheduling job. Using Timer / TimerTask classes of JDK1.4. Is there any pattern to do this kind of work. Actually I need to refresh my cache after fixed interval. Many Thank

Subject: JMS problem...... URGENT!

Hi All Im working on a JMS application. I have created my own classes for the JMS handling. Means I made wrapper on JMSConnection etc. classes.... But when ever Im creating the connection of th

J2EE application hanging when app-server is up and running for long time !!

Hi I have a JSP-Servlet-EJB application running fine when the app server instance is running on a local instance of my machine (windows-xp) but when i get the same deployed on the UAT environ whic

Connection pooling tag in EJB 's !!

Hi Is there a way to control the connection pooling from the ant build script on Sun One 7.0 ? Kindly do advise. Thanks&Regards Jagannath

ANN: new low-cost XML Editor, XSLT Debugger, XSLT Editor, XML Mapper, Schema/DTD

[announce]Dear J2EE-Interest community Stylus Studio is pleased to announce Stylus Studio 5 Home Edition a new value-priced version of our award-winning XML IDE. Stylus Studio 5 Home Editio

Render Japanese & English Text

I would like to create a GUI application which displays both Japanese and English text. Can I use normal Swing text rendering utils (a label widget) for this purpose? Can anyone provide a short s

Urgent - Alternatives for Using Reflection

Hi Sorry for posting it on J2EE list ... Is there any alternative for using the Reflection. I have a class instance with me but want to call a method depending upon some condition and I do

Subject: Double byte characters

Hi all I have a list of details which are in chinese language if i am exporting to excel these details they are showing as hashcodes.I try to convert them to unicode characters now excel is n

setSessionContext methods significance !

At 04 55 PM 07/30/04 Jagannath Nori wrote >Hi > >I want to know what exactly does adding the method in an EJB accomplish ?? I know it is a mandatory method but wanted to know the significance o

file name with non ascii character set

Hi I am facing problem when my servlet makes zip file using java.util.zip api when file name contains non ascii characters then winzip is is not able to display those file name correctly how

Mobile pages

Hi Can we access WAP(wml) pages via SUN Application Server 8. Or have to use any add with it. Thanks Hassan -----Original Message----- From A mailing list for Java(tm) 2 Platform En

new thread

Hi! As far as I know there is no possibility (or not recommended) to start a new thread in the EJB. But in this case I can 't find the solution in the following case. There is a session bean wh

Subject: Window pop-up problem!....

Hi All My Requirement is Im creating one web application. I have one screen say S1. There is a link on this screen which needs to open a pop-up window. But the form needs to be submited t

' Related to HashMap OR HashTable

Hi Manish Though this is not the right forum to discuss about HashMap which is purely a Java topic embedded is my explanation on why you don 't get the exception. Sanjeev Chakravarty Sr. Cons
Page 9 of 16 1   2   3   4   5   6   7   8   9   10   Next 10