Thursday, July 13, 2006

JSF and MyFaces

I am going to develop a new site with JSF. I want to keep the code very clean and like a lot of the features. I am also checking out Apache's MyFaces. Has anyone used it in production? If so, I'd love to hear the pros and cons. I am also interested in the learning curve for both JSF and MyFaces. I will be blogging more about the quality of these technologies.

Friday, May 05, 2006

Practices of an Agile Developer



I recently attended a XPWDC meeting in which Practices of an Agile Developer: Working in the Real World (Pragmatic Programmers) was discussed. It looks like an interesting follow-up to the Pragmatic Programmer series. If you have read it please leave a comment. I believe The Pragmatic Programmer: From Journeyman to Master and Software Craftsmanship: The New Imperative are both wonderful books and will be reading the Practices of an Agile Developer ASAP.

Friday, March 03, 2006

Testing DataGrid inline editing

Has anyone figured out how to test inline editing of a DataGrid with NUnitAsp? It appears that there is now aspid to reference the edit button on each row.

Saturday, February 25, 2006

Thycotic.TddStarterKit

Just wanted to mention Thycotic.TddStarterKit from Thycotic Software Ltd. From the site:

Thycotic.TddStarterKit is a collection of useful tools and extensions for NUnit and NUnitAsp that solve some of our commonly encountered problems on TDD projects. It includes:

One of the many useful methods I found was that instead of writing:

Assert(Browser.CurrentPageText.IndexOf(expression) != -1);

I can now write:

AssertContains(Browser.CurrentPageText, expression);

Saturday, February 18, 2006

NUnitAsp Browser Headers?

For many online applications it is necessary to set headers in the client. Has anyone figured out how to do this with the NUnitAsp Browser?

Looks like the HttpClient class has only private methods for getting at the Request (which is where the headers are). Unfortunately many corporations need standard test harnesses so it isn't an option for me to just rewrite NUnitASP.

Friday, February 17, 2006

Waterfall 2006

For those looking for something to do on April 1st check out this.

Tuesday, November 29, 2005

Business Rules Discussion Group

I founded the Yahoo BizRules discussion group which you can join by clicking the button below. The group is moderated and is for discussion by Business and IT professionals of Business Rules Management Systems including but not limited to:
  • Products
  • Methodologies
  • Projects
  • Employment

Click here to join bizrules
Click to join bizrules

Quantitative Finance

I am interested in knowing about any application development (Java) projects that I can participate in which involve quantitative financial modeling (financial engineering). I am based in Washington, DC, have a PhD in Physics, and am familiar with the FIX protocol (particularly FIXML) and xignite.

Thursday, April 14, 2005

JUnit ExpectException Assertion

It would be very nice to have a method called assertExpectedException in JUnit. Syntax could be something like the following:

assertExpectedException(ExceptionType, myobject.mymethod());

Monday, April 11, 2005

Extreme Programming with Microsoft .NET Talk

Tonight I am giving a talk on XP with Microsoft.NET at the Washington, DC Area Extreme Programming Group. Here is the groups home page: http://groups.yahoo.com/group/XpWdc/

The agenda is the following:

* XP Practices
   Test First Design
   Continuous Integration
   Coding Standards
   Refactoring
* XP Tools
   NUnit
   NUnitASP
   CruiseControl.NET
   NAnt
   FxCop
   ReSharper