-
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: December 2008
>A DOH! moment
>Update 2009-01-01: The first refactoring is done and attached to bug 259853. There is still more to do to break up some overly long methods, but it is now easier to test the various pieces. I have been working on … Continue reading
Posted in eclipse, refactoring, xml
Leave a comment
>Basic XML aware XPath assistance
>As discussed earlier in the End of Year Cramps entry, we had a request within XSL Tools to support being aware of the input XML file . I’ve implemented some very basic support based on the namespaces that have been … Continue reading
Posted in eclipse, xml, xsl, xslt
Leave a comment
>Some thoughts on XML Processing
>Mukul Gandhi has collected a conversation between Michael Kay (Saxon XSLT/XQuery author), and Roger Costello of XFront.com fame, in which they discuss techniques on XML Processing in applications. I think most would agree with the following statement by Michael Kay … Continue reading
Posted in eclipse, standards, xml
5 Comments
>End of year cramps.
>This is a rambling list of cramps floating around in my head, where it is head is anybody’s guess. XPath Content Assistance and Validation. One of the community members for XSL Tools made a request to have XPath Assistance, and … Continue reading
Posted in eclipse, standards, xml
7 Comments
>Java Runtime Preference page
>Currently in eclipse, if you are working with a language that leverages the Java Runtime Environment to execute the code, you have to pull in the full JDT as well. However, what if you have a use case for an … Continue reading
>XML Project Facets
>A question was raised about how to enable specific functionality for XSLT imports and includes so that a specific locations could be added to be searched. This is in bug 258202. This however has started to evolve into a more … Continue reading
>SSE and XML Unit Test Code Coverage Report
>The above is a snapshot of the current code coverage of the SSE and XML unit tests in the web tools platform. The org.eclipse.coverage.tests is a plugin I created to execute the multiple suites in one run so I wouldn’t … Continue reading
Posted in eclipse, testing
Leave a comment
>Designing Plugins for Reuse
>How reusable are your plugins? Can an adopter take just the pieces they need from your Feature set and only use select pieces in their own Feature set? Does the plugin inherit a lot of additional and possibly unneeded (by … Continue reading
Posted in eclipse, refactoring
1 Comment
>A Holiday Present for WTP
>Since it’s the holiday season, and the Web Tools Platform at eclipse has been the brunt of some of my posts about unit testing in the past, I thought I would contribute something additional back to them. Currently there are … Continue reading
>XForms + XSLT + AJAX = XSLTForms
>Client Side XSLT transformations in the browser haven’t been given much attention beyond transformations from various XML documents to HTML formats. XForms itself is not as widely known or leveraged as it probably should be, and there is even a … Continue reading
Posted in eclipse, xforms, xml
Leave a comment