-
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: October 2009
>VEX (Visual Editor for XML) gets some life
>It has been way to long since I reported anything meaningful on VEX, a WYSIWYG editor for XML files. It originally resided on SourceForge but has since migrated to eclipse in the WTP Incubator. Thanks to some community contributions we … Continue reading
Posted in dita, docbook, eclipse, xml
Leave a comment
>Bad Habit in Design: Concentrating on the 20%
>I was hit again today with a bad habit we can get into trying to solve a problem. At work we need a way to handle meeting and conference registration. However, instead of concentrating on addressing the 80% use case, … Continue reading
Posted in agile, eclipse, joomla, xml
Leave a comment
>IDs Need to be Published
>Periodically on the eclipse IRC we have people looking for a particular ID for a menu, popup, view, perspective, or toolbar. There is the excellent plugin spy (ALT+SHFT+F1 and ALT+SHFT+F2) however it does not necessarily reveal every ID one needs … Continue reading
Posted in eclipse, open source
1 Comment
>Eclipse DemoCamp – Columbus, OH
>The first Eclipse DemoCamp for Columbus, OH is coming up. It will be part of the standard COJUG (Central Ohio Java Users Group) meeting. The date is November 10. There is a morning session and an evening session. We are … Continue reading
Posted in eclipse
Leave a comment
>Model the Data not the Form
>A pattern seems to have emerged from some standard organizations in which they try to construct their data exchanges based off of existing paper forms. Unfortunately, this tends to lead to a very inflexible model, that conveys one particular view … Continue reading
Posted in standards
Leave a comment
>API Design is easy…Good API Design is HARD
> API is Forever. Wise old Programmer Note: I highly recommend watching “How to Design a Good API & Why it Matters” by Joshua Bloch. Any time we write code we are fundamentally writing an API. So writing an API … Continue reading
>XQDT now at Eclipse
> This past week XQDT.org‘s code finally was given parallel IP status from the Eclipse Foundation. Meaning we were finally able to get the last bit of code checked in, so that some ip cleanliness concerns can be addressed. This … Continue reading
Posted in eclipse, xml, xquery
Leave a comment
>The Problem of Exporting Everything
>The following blog entry by Berin Lortisch, reveals a particular problem that a required practice by eclipse projects has produced. The practice of requiring eclipse plugins to Export all of their packages. Particulary this quote from Berin: I do have … Continue reading
Posted in eclipse
6 Comments
>User Defined Schema Types and PsychoPath
>PsychoPath is a java based XPath 2.0 Schema Aware Processor licensed under the Eclipse Public License and is maintained by the WTP Source Editing team under the wst.xsl component. In the seemingly never ending quest for compliance to the XPath … Continue reading
>XSL Aware Outline Part II
>As a follow up to the prior post on enhancing the Outline view to be more XSL Aware, I had some good input from Alex on some additional features. The result is as follows: A new Stylesheet Model view is … Continue reading
Posted in eclipse, xml, xsl, xslt
Leave a comment