Search the web
Sign In
New User? Sign Up
straight_talking_java · Former JDJ Straight Talking list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 50889 - 50918 of 58104   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
50889
Has anyone else tried jaxb. I used it at my last job. I had existing xml coming in from sites around the world. I generated a schema using the trang jar file...
David Doherty
dadoherty2002
Offline Send Email
Apr 1, 2006
2:12 pm
50890
wireless cable is cool -- jon...
Jon Kern
jonkernpa
Offline Send Email
Apr 1, 2006
3:24 pm
50891
David, That sounds great. I used Electric EXML and its now defunct. I would prefer to use Sun JDK only with no external dependencies as someone on this list...
Mica Cooper
mongoldesire
Offline Send Email
Apr 1, 2006
3:58 pm
50892
Hey, I'm sending out emails as HTML and setting the content type to html works just fine. If I send an attachment, the HTML gets printed as text instead. I'm...
Mica Cooper
mongoldesire
Offline Send Email
Apr 1, 2006
10:52 pm
50893
Mica the Trang jar file is a public domain jar file that will generate an XML schema based on one or more XML files. see ...
David Doherty
dadoherty2002
Offline Send Email
Apr 2, 2006
1:33 am
50894
April 1, 2006 Full article here The crux of the WUP methodology lies in being able to get into the "Waterfall Hyper Iteration Funk" or WHIF for short. Not at...
Jon Kern
jonkernpa
Offline Send Email
Apr 2, 2006
4:17 am
50895
I looked at it awhile ago. It seemed to generate a huge volume of code for a relatively small schema, like 700K of source code. I wrote a very simple generator...
Bob Foster
xmlbob
Offline Send Email
Apr 2, 2006
8:55 am
50896
... -- Curtis Cooley curtis.cooley@......
Curtis Cooley
TheDarkSavant
Offline Send Email
Apr 2, 2006
4:53 pm
50897
... +1 and the schema that was forced on me sucked. ... I normally hand roll SAX for simple schemas but agreed, JAXB seems to want to take on the world. Kirk...
Kirk Pepperdine
kcpeppe
Offline Send Email
Apr 2, 2006
7:49 pm
50898
Mica I can not give you the schema files or the xml, however, after I generated the schema file from the xml using trang, and then generated class files from...
David Doherty
dadoherty2002
Offline Send Email
Apr 3, 2006
2:01 am
50899
... No doubt JAXB is ambitious - that is one of the reasons it took so long to get from concept (I first heard of it at JavaOne 1999) to initial implementation...
Eric Rizzo
asmalltalker
Offline Send Email
Apr 3, 2006
1:56 pm
50900
... You left out the most important worry, IMO: or as long as you're not forced to later maintain this code by hand. JavaCC generates huge amounts of Java...
David Rosenstrauch
darose2
Offline Send Email
Apr 3, 2006
2:25 pm
50901
... Yes, it does. I think GUI code generation is in a category by itself, however, because of the subjective nature of GUI. Generated XML processing code ...
Eric Rizzo
asmalltalker
Offline Send Email
Apr 3, 2006
2:53 pm
50902
... Sounds like you're entering the multi-part mail realm. I haven't looked at the JavaMail API in a long time, but I'm pretty sure it supports multi-part...
Eric Rizzo
asmalltalker
Offline Send Email
Apr 3, 2006
3:45 pm
50903
Is it you want the email client to show HTML if it supports it, other wise TEXT? Then use two MIME attachments with 'Multipart/Alternative' content type. The...
Donal Tobin
donal_tobin_...
Offline Send Email
Apr 3, 2006
4:11 pm
50904
Eric, Yes, I'm sending multipart messages and it works fine. The attachments come through great. Problem is when I try to send the message part as html instead...
Mica Cooper
mongoldesire
Offline Send Email
Apr 3, 2006
4:21 pm
50905
Which mail client are you using? Different mail clients may sanitise the HTML to display it as text. ... -- Donal Tobin, CAPE Technologies, Maple House, Temple...
Donal Tobin
donal_tobin_...
Offline Send Email
Apr 3, 2006
4:25 pm
50906
Outlook 2000. I'm thinking I need to do something (from a non-multipart) to declare the message of a multipart email html. Just haven't seen an example of what...
Mica Cooper
mongoldesire
Offline Send Email
Apr 3, 2006
4:46 pm
50907
auto-generation is not the ill. sure, it might make the disease more prevalent, but it is not the disease. if the tool generated the exact bits of code that...
Jon Kern
jonkernpa
Offline Send Email
Apr 3, 2006
5:06 pm
50908
Having a jsp/javascript problem that's hard to google on. Hopefully someone can assist. Here's what I'm dealing with: * Jsp page #1: is basically the main...
David Rosenstrauch
darose2
Offline Send Email
Apr 3, 2006
7:22 pm
50909
Have you tried using CSS instead of a table to layout page #1? ... -- Curtis Cooley curtis.cooley@......
Curtis Cooley
TheDarkSavant
Offline Send Email
Apr 3, 2006
7:35 pm
50910
... No. But I'm trying to avoid changing the pages too much to accomodate this. I had another idea though, which I'm going to try first: I'm going to try...
David Rosenstrauch
darose2
Offline Send Email
Apr 3, 2006
7:54 pm
50911
Try <script type="javascript" src="myjsfile.js"></script>...
Calvin Yu
cyu77
Offline Send Email
Apr 3, 2006
8:02 pm
50912
... Seems to have done the trick, by the way. DR...
David Rosenstrauch
darose2
Offline Send Email
Apr 3, 2006
9:50 pm
50913
... Yeah, not having a closing script tag was another of my problems ... but not the only one. Thanks, DR...
David Rosenstrauch
darose2
Offline Send Email
Apr 3, 2006
9:50 pm
50914
Anyone know of any good developer-oriented javascript extensions for firefox? i.e., preferably something that lets you inspect the DOM tree a bit. I came...
David Rosenstrauch
darose2
Offline Send Email
Apr 3, 2006
9:52 pm
50915
Duh. Never mind. There's a DOM Inspector that came pre-installed apparently. Sorry ... DR...
David Rosenstrauch
darose2
Offline Send Email
Apr 3, 2006
9:54 pm
50916
Should be type="text/javascript" but I doubt that's causing the problem. In general it's better to keep the script tags off on their own, but I believe it's...
Rod McChesney
rod_mcchesney
Offline Send Email
Apr 3, 2006
10:39 pm
50917
theres also the javascript console, available as a javascript, funnily enough. ... -- Autonomous Organisation http://www.autonomous.org/...
Scot Mcphee
scotartt
Online Now Send Email
Apr 3, 2006
11:55 pm
50918
... I usually agree with you and you're absolutely right that code generators don't (often) write what a good programmer would. The biggest reason is...
Bob Foster
xmlbob
Offline Send Email
Apr 4, 2006
2:32 am
Messages 50889 - 50918 of 58104   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help