Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #13396
| From | Arved Sandstrom <asandstrom3minus1@eastlink.ca> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Validate or unit test for TLD files? |
| References | <Si%er.27207$GV1.16300@newsfe12.iad> <jli0a8$egc$1@dont-email.me> <%O%er.49364$M%7.37532@newsfe10.iad> <7oepn7loiq540l56caa1suu6a27uhill0f@4ax.com> |
| Message-ID | <CJ3fr.2786$5m.2627@newsfe20.iad> (permalink) |
| Organization | Public Usenet Newsgroup Access |
| Date | 2012-04-04 19:14 -0300 |
On 12-04-04 06:21 PM, Roedy Green wrote: > On Wed, 04 Apr 2012 10:47:39 -0700, Daniel Pitts > <newsgroup.nospam@virtualinfinity.net> wrote, quoted or indirectly > quoted someone who said : > >> If possible, I'd like to validate these outside of having a J2EE >> container running. > > What kind of errors won't show up by just using the TLD? > Surely you are not the first person to encounter this problem. I think (repeated) app deployments in a container _will_ winkle out all the problems. That's been my experience. But it is quite time-consuming, which is what I think Daniel is getting at. What I do for Facelets taglib descriptor files *and* the XHTML pages that use them - which are the only variant I am interested in - is run a few scripts I've written myself. It's not particularly complicated bash or Windows Powershell logic. On a related note I've found myself doing similar things for validating persistence.xml config files. AHS -- A fly was very close to being called a "land," cause that's what they do half the time. -- Mitch Hedberg
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Validate or unit test for TLD files? Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-04-04 10:13 -0700
Re: Validate or unit test for TLD files? Roedy Green <see_website@mindprod.com.invalid> - 2012-04-04 10:23 -0700
Re: Validate or unit test for TLD files? Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-04-04 10:45 -0700
Re: Validate or unit test for TLD files? markspace <-@.> - 2012-04-04 10:27 -0700
Re: Validate or unit test for TLD files? Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-04-04 10:47 -0700
Re: Validate or unit test for TLD files? Roedy Green <see_website@mindprod.com.invalid> - 2012-04-04 14:21 -0700
Re: Validate or unit test for TLD files? Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-04-04 15:06 -0700
Re: Validate or unit test for TLD files? Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2012-04-04 19:14 -0300
Re: Validate or unit test for TLD files? Arne Vajhøj <arne@vajhoej.dk> - 2012-04-04 21:11 -0400
csiph-web