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, 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...
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...
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...
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...
... +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...
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...
... 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...
... 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...
... 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 ...
... 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...
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...
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...
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...
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...
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...
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...
... 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...
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...
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...
... 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...