April 9th, 2008
Our company is looking at using Sharepoint to manage the documents that are created by several different groups in the organization. We are now going to have to access these documents from our Java applications.
Doing a number of searches have gotten no hits on any existing Java library. So, I have successfully built a proof of concept for accessing Sharepoint using Axis2.
Before I go any further though:
- Is there a Java open-source library available?
- Are others having this problem as well?
Tags: Java, Sharepoint
Posted in Java, Software Development | No Comments »
September 1st, 2007
The final release of the 1.7 codebase has been tested and ready to go.
CC-Config is a configuration and monitoring tool for Cruisecontrol which is written using Java(tm) Swing.
Changes are all on the Monitoring side for the single view of all servers:
* Fix server restart detection.
* Handle restart of single server.
* Better handling of updates for a single server.
* Server status indicator(s) added to panel that displays all servers.
* Checkbox menu items so you can tell which is the active view.
The 1.8 development will focus on the configuration side of things.
Posted in CC-Config, Continuous Integration, Java | No Comments »
March 22nd, 2007
I have deployed the last build of the 1.6 releases. This release focused on fixing bugs found in previous builds.
CC-Config is a configuration and monitoring tool for Cruisecontrol which is written using Java(tm) Swing.
Larger changes include:
- A pre-built binary version of the tool that can be used as a standalone swing application without having to build on your own.
- Updated user documentation.
The full list of changes can be found here.
Technorati Tags: Cruisecontrol, cc-config, Continuous Integration tools, Java Swing, Webstart
Posted in CC-Config, Continuous Integration, Java | No Comments »
November 11th, 2006
I have released a new verison of my Cruisecontrol project monitoring and configuration tool called CC-Config.
New Features include:
- Added ability to invoke build on specific ant target
- Added ability open build results page in browser.
- More icons in toolbar for server configuration.
- Better sorting of build status and dates.
- Caching of help html to speed up configuration.
- Remove signing .dll and .so files when creating deployable .war install.
Posted in CC-Config, Continuous Integration, Java | No Comments »
September 21st, 2006
I have deployed the last build of the 1.5 releases. This release focused on fixing bugs found in previous builds.
CC-Config is a configuration and monitoring tool for Cruisecontrol which is written in Java(tm) Swing.
The full list of changes can be found here.
Technorati Tags: Cruisecontrol, cc-config, Continuous Integration tools, Java Swing, Webstart
Posted in CC-Config, Continuous Integration, Java, Software Development | No Comments »
August 24th, 2006
Ran across this site a while back and there was an article on the Wisconsin Technology Network site. Bar Camp is a weekend of technology discussions with other geeks.
I will have to try to make it over and see what the ruckus is about.
Technorati Tags: barcamp, technology, milwaukee
Posted in Technology | No Comments »
August 20th, 2006
I have deployed the second build of the 1.5 releases. This release focused on fixing bugs found in build 1 as well as supporting new elements/attributes of Cruisecontrol that were missing in build 1.
CC-Config is a configuration and monitoring tool for Cruisecontrol.
The full list of changes can be found here.
Technorati Tags: Cruisecontrol, cc-config, Continuous Integration tools, Java Swing, Webstart
Posted in CC-Config, Continuous Integration, Java, Software Development | No Comments »
August 16th, 2006
I was reading this article on Continuous Inspection, it is definately the direction I was talking about in my post on Introducing Continous Integration. I have seen more and more hype around building these types of reports as part of your continous build environment. It will be interesting to see what product(s) evolve from this type of reporting.
Technorati Tags: Continous Inspection, Continous Integration, Cruisecontrol, Developer Reporting
Posted in Continuous Integration, Software Development | No Comments »
August 3rd, 2006
I got an upgrade of firefox to 1.5.0.6 today. I then decided to see what new plugins there were. The featured plugin was
Performancing for Firefox | Performancing.com which is a blogger plugin that allows you to add blog posts directly from the plugin.
I installed it and it took very little effort to hook it up to my wordpress site.
Posted in Software Development | No Comments »
August 3rd, 2006
In this blog post John Reynolds’s Blog: Disconnected Browser-Centric Clients, John argues for disconnected web applictions. While I agree that a lot of the applications on the web are really useful when disconnected, I would argue that they should all be rich client applications that pull data from the web site via a “service”.
I am soooo sick of AJAX and everything has to run in a browser… Web architectures are sooo complicated and you have to figure out which fricking web framework/language to use.
I love my rich client applications! Maybe I am alone, but oh well.
Technorati Tags: AJAX, Rich Client, Web Applications
Posted in Software Development | No Comments »