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
 
JDOM
Page 23 of 45 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10  

[jdom-interest] [Fwd: FW: feedback on jdom-1.0-rc1]

Getting Entity values from DOCTYPE node

hej Before building a document (JDOM beta10) I set the expand entities method to false (ie. "builder.setExpandEntities(false) " ) so the entities don 't disappear upon parsing. After building

Subject: Events

Hi Greetings. I was wondering if the JDOM library could support events. This is useful in the Model-View-Controller paradigm when an XML document is used to represent the core data model. If a

jdom-1.0-rc1 samples

fyi - I checked out the samples. I downloaded rc1 and built the samples. The two filterish samples in samples/sax run fine. (FilterTest and ReaderTest) Problem DescendantDemo throws Ar

AW: AW: [jdom-interest] JDOM 1.0 Release Candidate #1

Thanks Jason I found it. I missed the 2nd jdom-b10 in my CLASSPATH. Sorry for take your time for my mistake. Roland -----Urspr?ngliche Nachricht----- Von Jason Hunter [mailto jhunter@(protected)

AW: [jdom-interest] JDOM 1.0 Release Candidate #1

Hi Jason and the others Have just used the JDOM 1.0 RC1 with my application and rebuild it successfully. However when start it get the following error Exception in thread "main " java.lang.N

JDOM 1.0 Release Candidate #1

Hi everyone I 've pushed a JDOM 1.0 RC1 binary to the site for download and have updated the web site Javadocs to match. I *strongly* encourage everyone to download this release and run it aga

Re: [jdom-interest] Question about using Xpath whilst using jdom
   beta 10

Bush Chris wrote > I am new to Jdom and have a question. I am trying use the following code to > extract out "legIds " from the attached xml. However I seem to get the same > legId value twice

jdom.org mailing list memberships reminder

This is a reminder sent out once a month about your jdom.org mailing list memberships. It includes your subscription info and how to use it to change it or unsubscribe from a list. You can vis

Question about using Xpath whilst using jdom beta 10

Hi I am new to Jdom and have a question. I am trying use the following code to extract out "legIds " from the attached xml. However I seem to get the same legId value twice rather than the 2 dis

Subject: Ready for 1.0

Hi all I 've just checked in the last changes I think are necessary before a 1.0 release! I encourage everyone to get the latest code either from CVS or by downloading from http //www.jdom.org

About JDOM tree structure

Hi everyone I 'm now studying about JDOM structure.I want to know what is JDOM tree structure and the difference with DOM. The next question is if the XML file is large for example about mor

about JDOM tree

Hi everyone I 'm now studying about JDOM structure.I want to know what is JDOM tree structure and the difference with DOM. The next question is if the XML file is large for example about mor

Please help me

I have developed an algorithm for comparying user queries with the queries present in cache . this cache is also an xml file . Is there any such algorithm which does the same so that i can compare

Parent explanation?

FYI in a side conversation I gave Richard an answer to this. Richard 's working on getting Jaxen to support JDOM 's CVS tree. -jh- Richard Bondi wrote > Could someone please submit to the

XML through socket and URI problem

I 'm writing an app that receives from a socket connection a XML file. I do InputStream socketThing socket.getInputStream() and call a method with socketThing as argument as follows //(

How to override document embedded DTD?

Is my question too simple/stupid or does just nobody know an answer to my question? Please give me a hint! with kind regards Stefan Plattner --On Dienstag 17. August 2004 13 29 +0200 Stef

Ids contribution does not work

Hi for some reason the Ids contribution does not work at the moment.The ID hashmap is always empty. In the method IdElement.setAttribute() where the ID should be added this.getDocument() is a

StringReader versus StringBufferInputStream

(Sorry for previous posting with the wrong subject line) The SAXBuilder.build() javadocs say this about using a StringReader (Reader actually) "It 's always safer to use an InputStream rather tha

Re: Thread questions regarding JDOM SAXBuiler?

The SAXBuilder.build() javadocs say this about using a StringReader (Reader actually) "It 's always safer to use an InputStream rather than a Reader if it 's available. " But if I already have th

Thread questions regarding JDOM SAXBuiler?

If I expect to do a lot of parsing with JDOM it seems that I might want to create a pool of SAXBuilder objects to avoid the overhead of loading the parser. Is that true or is the overhead of crea

Re: [jdom-interest] Why are equals and hashCode methods declared
final in Cont

I 'm intending to use a JDOMFactory to instantiate custom subclasses of Element which have some transient instance variables that are important to the application I 'm building. I should be able to

Why are equals and hashCode methods declared final in Content cl

Hi all I 'm new to JDOM and am using version b10. I 'm intending to use a JDOMFactory to instantiate custom subclasses of Element which have some transient instance variables that are

Status of Parent interface in Version 10

The introduction of the Parent interface has caused some code to break. In particular it is no longer simple to chain methods such as addContent(). carElement.addContent( new Element( "col

XML tag <xsl:text >?

Hello. A while back I had posted an assumption to which no one really replied. The assumption was that the reason the transformation was failing for my XML that contained the tag <xsl text > was

Re: [jdom-interest] When are you really going to call this thing
1.0?

Hi Richard contributing some aspects/personal opinion we use the beta.09 for almost half a year now in production. No worries. Actually only in a 'simple xml-Import-Modul '. But after several test

When are you really going to call this thing    1.0?

I like your style but I didn 't exactly offer to help. -) What I want to do is move a large development group to using what I think is a superior technology. That 's unlikely to be possible wh

RE: [jdom-interest] When are you really going to call this thing
   1.0?

Richard Thanks for your offer of assistance to help get JDOM completed and version 1.0 available for GA. As you know this is a volunteer effort and it 's exactly your kind of 'how can I help c

When are you really going to call this thing 1.0?

Sorry for my first/only question to be so to the point but the web site says "We 're shipping 1.0 in 1Q2004 ". Clearly that 's not the case. I 've watched JDOM and experimented with it for a long tim

public static URL fileToURL (File file)

Hi We just hit a problem with special characters not being escaped correctly in SAXBuilder fileToURL. If the filename contains a # the build(file) method fails. A search of the archives found a
Page 23 of 45 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10