-
Recent Posts
Category Cloud
Blogroll
Serenity
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- August 2012
- March 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Meta
Monthly Archives: April 2008
>Drinking the EMF Kool-Aid
>Recently I ran into a problem that seemed perfect for EMF to solve. Typically, I’m not a model driven development person, but I need a model for an XPath expression after it is parsed. Various information needs to be tracked, … Continue reading
>Agile Standards Development
>One of the fundamental problems with Business-To-Business interoperability of data standards are the many one-off variations that occur. This is compounded by the inclusion within these standards custom extensions to the specification. While this may seem like a good idea … Continue reading
Posted in agile, eclipse, standards
2 Comments
>The Evils of JAXP
>Recommendation: If you are using XML in eclipse, DO NOT use JAXP….unless you specifically set the the system property to control which XSLT, XML, and XPATH processors that you use. The reason for this is that you can receive some … Continue reading
>Cramps on Refactoring
>There have been several fairly interesting posts floating around about coding lately. From Ed Merk’s “Teflon Programming” article to an article about whether it is better to return immediately or have a single return (sorry I lost the blog article … Continue reading
>XSL Error Reporting Defaults
>An interesting bug has been opened due to a failing unit test with in the XSL Tooling project. It basically has to do with some interpretation of the XSLT 1.0 specification and parameters. What should be an error and what … Continue reading
Posted in eclipse, xml, xsl
Leave a comment
>Web Standard Tools and LARGE XML File Editing
>Something that I learned today, that might help others that experience slow performance with editing large XML files. By large XML files, I mean files that are 500K or larger. By slow performance I mean: Noticeable Typing delays when in … Continue reading
Posted in eclipse, performance, standards, xml, xsl
Leave a comment
>XSL Tooling 0.5M6 is Available
>0.5M6 of the XSL Tooling project is now available. Lots of New and Noteworthy features in this release. You will need Web Standard Tools 3.0M6 and Eclipse 3.4M6 to use this feature. Please download, kick the tires, and file bug … Continue reading
Posted in eclipse, xml, xsl
Leave a comment
>To JavaDoc or Not JavaDoc that is the question…
>I just spent a pretty frustrating weekend trying to understand some internal code and how it works. A lot of the frustration could have been eliminated with some liberal application of Javadoc for the internal code. I hate writing javadoc … Continue reading
Posted in agile, documentation, eclipse
5 Comments
>XML Syntax – Oxygen XML Skin
>Okay, so I’ll admit that setting I used was a tad bright and might have given somebody skin cancer from the sun that it was channelling. So, the nice thing is that you can emulate other editor syntax colors as … Continue reading
Posted in eclipse, xml
2 Comments
>XML Syntax Colors
>I’m not a big fan of the default syntax colors that come with the Web Standard Tools XML editor. I find them hard to read and use for any extended period of time. Here is a screenshot of the colors … Continue reading
Posted in eclipse, xml
4 Comments