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 31 of 45 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10  

JDOM optimization when validation is bypassed

<html > <body > <p >As desired by Jason I did some performance testing using an " UnverifiedFactory" which bypasses all validation code (object creation addition to lists...). To prevent a use

Re: [jdom-interest] org.jdom.IllegalAddException: The attribute already
has an

Pandia Rajesh wrote > We have an application that was using JDOM Beta4/Beta5 version. Now > we have moved on to JDOM Beta8/Beta9 version. How do I know what JDOM > version is installed on

org.jdom.IllegalAddException: The attribute already has an exist

We have an application that was using JDOM Beta4/Beta5 version. Now we have moved on to JDOM Beta8/Beta9 version. How do I know what JDOM version is installed on my machine by just looking at th

SV: [jdom-interest] Life or death of the Parent interface

Hi There definitely is some merit in the Parent/Content constructs BUT the problem is that you 'll be breaking a lot of existing code with the introduction of Parent and the behavioural change

Life or death of the Parent interface

So people seem to like the Content abstract class but there 's been some pushback on the Parent interface. Some have suggested removing the interface entirely. I 'm wondering if that might be bes

DTD location problem

I am getting the following error org.jdom.JDOMException XSLT Transformation failed org.jdom.JDOMException DTD parsing error C \WINNT\system32\inventory.dtd (The system cannot find the file sp

JDOMFactory and constructors

Constructor EntityRef(String name String systemID) doesn 't have a corresponding method in JDOMFactory. +1 for adding it to JDOMFactory. Constructor Document(Element rootElement DocType DocType

Filter visibility

Is there a reason why AndFilter OrFilter and NegateFilter aren 't public? -jh-

getProperty/setProperty on Parent

Should Parent define getProperty/setProperty so extra info can be carried with both Document and Element? Should the javadocs then note that id 's beginning with http //ww.jdom.org are reserved fo

Subclassing XMLOuputter

Is anyone overriding any of the following methods in XMLOutputter printContentRange printTextRange printString Or should they be made private? I think they should be private since th

[jdom-interest] [Fwd: More JDOM changes]

Hello Please read the email of Stefan Bodewig from the gump list. concerning Velocity the anakiatask has a class OutputWrapper which extends org.jdom.output.XMLOutputter and relies on

[jdom-interest] Re: [Fwd: More JDOM changes]

It 's deprecated so there 's no immediate cause for alarm. We 'll just have to change. We heart JDOM. geir On Feb 18 2004 at 7 40 AM Antoine L?vy-Lambert wrote > > Hello > > Please

[jdom-interest] [Fwd: Re: [Fwd: More JDOM changes]]

Hi velocitiers unfortunately the moetho XmlOutputter#setEncoding is *gone*. It was a deprecation in JDOMbeta10rc1 but now it is gone for *good* unless the Jdom team revert this change. Ant

Parameter ordering in canContain

Is there some reason the order of parameters in canContain is different from every other JDOM method that takes a index? And no other JDOM method declares that it throws a RuntimeException so canCo

JDOM Beta10 released

phil@(protected) writes > I 'm very pleased to see that JDOM is being officially released soon. Mo > reover it features new capabilities like Content class that will make > our work easie

SV: [jdom-interest] Schema Validation not working

Hi try creating a "validating " SAXBuilder. ... new SAXBuilder(true) /pmn > -----Ursprungligt meddelande----- > Fr?n jdom-interest-admin@(protected) > [mailto jdom-interest-admin@(protected)

Schema Validation not working

I store a modules.xml file in a jar file in /xsd/modules.xml. I also have a modules.xsd file in that directory too. Note it is all stored in a Jar file. My xsd file has a targetNamespace and xml

How to create JDOM from SAX events

Hi I have a SAX event stream and want to convert this to JDOM. The SAXBuilder seems to accept anything except (interestingly) SAXEvents. How should I solve the problem? I see a way to derive

SV: SV: SV: [jdom-interest] How do you do it in JDOM?

I think you want addAttribute( "http //www.w3.org/XML/1998/namespace " "space " "xml space " "1 " "preserve ") /pmn > -----Ursprungligt meddelande----- > Fr?n Chris B. [mailto chris

SV: SV: [jdom-interest] How do you do it in JDOM?

I never said anything about startPrefixMapping ... the xml prefix is by definition bound to http //www.w3.org/XML/1998/namespace so it does not need to be mapped. JDOM expects that the URI is

JDOM Beta10 released

Hi all I 've just posted the official JDOM 1.0 beta10 release to http //jdom.org. This is expected to be the final beta before 1.0. I encourage everyone depending on JDOM to try it now and sp

DOMOutputter + DocType

Hi Is there some kind of problem with the DOMOutputter when the given JDom Document contains a DocType definition? Code to test the behavior DocType docType new DocType( "test "

Using xpath in Jdom with namespace

Hi I am using jdombeta 10 I modify the XPathReader to access Node in my DOM with namespace Here is my code to construct the xpath the rest is the original code in xpathreader //

SV: [jdom-interest] Announcing JDOM b10-rc1

Hi som feedback (late in the game ...) I have seen the Parent/Child stuff in CVS but never actually looked at the changes and consequences in detail. Until now. To me the Parent/Child/Cont

SV: [jdom-interest] Does JDOM work fine with encryption and digital signature

Hi there is nothing built-in. What would be the limitations? It 's just code! (or data!) Are you referring to this http //www.w3.org/TR/xmlenc-core/ and this http //www.w3.org/TR/xmldsig-core/?

Does JDOM work fine with encryption and digital signature

Hi I am relatively new with JDOM. One question (might seems absurd) is Did anybody ever successfully use JDOM with XML encryption and digital signature? I am afraid of running into som

AW: [jdom-interest] JDOM Problems with JBuilder X

Hi goto Tools - > Configure Libraries choose JDOM on the left hand and make the appropriate changes on the right side (just change the path under 'Class ' to the new JDOM jar file). Then choose X

JDOM Problems with JBuilder X

Hi how can I replace the old version of jdom in JBuilder with the actual one or how do you use the actual jdom-release in your jbuilder projects? Simply replacing the old "jdom.jar " in <jbuil

Help: Root element not set exception

Hi I 'm using jdom-b9 and the latest -b10 and get the following exception java.lang.IllegalStateException Root element not set at org.jdom.Document.getRootElement(Document.java 216)

Re: Comments on JDOM b10-rc1

Elliotte Rusty Harold wrote > At 1 09 AM -0800 2/6/04 Jason Hunter wrote > > > Good news! > > > > After today 's work I 'm proud to report there are NO known API changes > > required before our
Page 31 of 45 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10