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 20 of 45 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10  

Signing a JDOM Document

Interesting follow on from my xmlns " " "problem ". It 's easily solved in JDOM by creating Elements with a namespace but the following is a problem now 1) Convert JDOM - > org.w3c.dom.Document 2)

experimental build

Hi all I 'd like to make publicly available the "experimental " build I did of jdom with the name of TigerDOM (in respect of the fact the j2se 5.0 has been named "tiger "). This is not intended to

Re: [jdom-interest] ref : Exception in thread
    "main "   java.lang.NoSuchMethodErr

Your code is being compiled against a different jdom.jar than you 're executing against and the two JARs aren 't exactly the same version. Look for extraneous JARs. (And don 't ever use jre/lib/e

ref : Exception in thread "main "
   java.lang.NoSuchMethodError:

Hi I am new to java programing. Using Jdom in my application and getting following error while executing the application. I have both jdom.jar and xerces.jar in jre/lib/ext dir. still I am gettin

Namespace inheritance after cloning

I have a strange problem. I 've read the archives and the FAQ and understand the non inheritance of prefix local style namespaces. However when I do Document root <root xmlns "http //test.ns "

Element.clone() - code questions

I was browsing the code to see what happens if Element.clone() gets called. The clone method has this snippets ----------- ... // Cloning additional namespaces if (additionalNamespaces !

following J2SE 5

Here is a new patch for the jdom 1.0 stable tree using generics. While the previous focused on jdom internals this one also modifies the public interface. The most affected classes are the Paren

sorry people, it 's me again

hi guys sorry tat i 'm posing so many questions even before i can contribute to JDOM building. firstly i 'm really grateful for all the responds to my previous email. Thanx a lot! secondly i

CDATA content is not preserved

Hi Geeks I just stumbled over a problem with CDATA that does not preserve the content of the given text when read from a file. I used the XMLOutputter to write to a file and then the SAXBuilder t

Surprise with filter and namespace - a bit more
   Javadoc

On the way to simple code a funny thing happened to me I shortened root.getContent(new ElementFilter(LEAF)) to root.getChildren(LEAF) and ... all my content vanished. More p

Subject: type safety

Hi all I 've already read some threads about the use of 'templates ' introduced in Java1.5 and the line adopted by the jdom team on the subject. It seems to me jdom will not make use of generics a

which zip file to use n how to use with netbeans?

hi i 'm just a amateur java programmer. i 'm working on a software that uses jdom to manipulate xml files. i 'm to build on this software. my problem is that i 'm using netbeans 3.6 with j2sdk 1.4.2_

XML escaping and unescaping

Does JDOM come with any utility routines that will take a String and make it XML safe? And also a routine that takes an XML safe encoding and converts it back to a regular String? i.e. Stri

Re: SAXBuilder.build( File )

Hi Dave I 'm not so sure it 's a JDOM issue. build(File) converts the File to a URL string then wraps the URL string as an InputSource and passes the InputSource to the SAXParser.parse() metho

encoding= "MS950 "

Hi I am using JDOM with SAXBuilder to parse various XML files. I recently discovered that if the encoding "MS950 " it is not supported. Could someone advice me as to which encoding formats are

using Jdom with tomcat

I 'm trying to use a java bean that makes use of the jdom API in a JSP page. I 'm using tomcat5.0 with jdom1.0. I put the jdom.jar archive in ..ApacheGroup\Tomcat 5.0\webapps\ROOT\WEB-INF\lib\ But

SaxBuilder.setFeature Bug Report and Fix

Confirmed to be working in JDOM-b9 Confirmed to be broken in JDOM-1.0 and JDOM nightly 11-16-2004 I recently upgraded from JDOM beta 9 to JDOM 1.0 and some of my parsing code broke. I am using

Updated StAXBuilder

I updated StAX builder classes a bit to improve performance find attached the builder and a matching optimized factory class. Latter should also be usable with SAX parsers to improve their perfo

Adding reference to xsl stylesheet to xml document

Hello This is probably a FAQ as I saw it mentioned a few times when searching the archives but never saw an answer posted. I have an org.jdom.Document. I want to add this to the top of the

nux-1.0beta2 release

This is to announce the nux-1.0beta2 release (http //dsd.lbl.gov/nux/). Nux is a small straightforward and surprisingly effective open-source extension of the XOM XML library. Features incl

Re: [jdom-interest] JDOMParseException because "External entity not
   found " whe

http //www.jdom.org/docs/faq.html#a0350 -jh- Ben Lindahl wrote > Hi all > > > > I?m using the JDOM SAXBuilder to parse a web.xml file that contains in > the following DOCTYPE a re

Re: [jdom-interest] SAXBuilder: How to handle non UTF-8 characters?
   (JDOMParse

You 're reading from the url.openStream() using an InputStreamReader without passing the ISR the charset to use so it 's using the default charset on your system. That 's corrupting the data. That

SAXBuilder: How to handle non UTF-8 characters?
   (JDOMParseExce

I have several files containing the results of an ItemSearchRequest at Amazon.com. Most files are 100-200kB XML files which are according to the XML declaration UTF-8 encoded. I read the fil

SAXBuilder: Build document from url fails

I try to use the REST inteface of Amazon.com to perform ItemSearchRequests. That interface returns a standard XML file containing the results of the query. But when I try to build a Document from

Seminar announcement: The Key To Scalable Service
   Oriented Arc

PushToTest eBay and PayPal are happy to bring you a new 2-day seminar "The Key To Scalable Service Oriented Architecture " A 2-Day Seminar Taught by Frank Cohen (author of Java Testing and

Subject: jdom and wsad

hi im trying to build an xml file in a servlet using jdom. when i try to run the servlet in WAS/WSAD its giving me the following error. i included jar file in the project. can anyone help me

xhtml and jdom

Hi I created a form in xhtml with media type as application/xmhtml+xml and stored in a webserver. now i need to extract the content from xhtml. is it possible to go through the document like a

XPathFactory object model string

It 's come to my attention that JAXP 1.3 (and J2SE 5.0 which bundles JAXP 1.3) have a new XPathFactory class to provide standard hooks to XPath engines. One of the XPathFactory 's methods is isOb

Parsing a comment like <!--- Hello

Somebody created a configuration file with a comment like this <!--- This is a comment -- > It passed validation with xmllint. JDom however will *not* parse this comment. (This is valid XML

Subject: Re: xsi:nil

Hey thanks a lot! It works and I can continue (thank goodness). Here is the code I use Attribute attr new Attribute( "nil " "true " ) attr.setNamespace( Namespace.getNamespace( "xsi " "http
Page 20 of 45 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10