21 July 2008
Connecting Java to Exchange over WebDAV, with Apache HttpClient
Earlier I mentioned a Java Exchange Connector I had seen, and in that post I also said that I had some code that connected from Java to Exchange Server via WebDAV. Some people have asked for the code, so here it is. I use a set of Apache libraries to Read More...
0 Comments
Filed under: , ,
 
Attachment(s):DavExchange.zip
17 July 2008
What is Scalability? Do I have Extreme Requirements?
Can I turn my Volvo into an F1 Racer? I am a fan of auto racing. I started following racing way, way back. At the low end of the spectrum, anyone with a car can get started racing in autocrosses and track days, for not very much money. At the other end Read More...
1 Comments
Filed under:
 
16 July 2008
.NET Terrarium - it's BAAAAAACK!
Remember Terrarium? It was a .NET 1.0 learning tool disguised as a game. Microsoft released a developer's kit, and and people built herbivores, carnivores, or plants and introduced them into a peer-to-peer, networked ecosystem where they interacted and Read More...
1 Comments
Filed under:
 
10 July 2008
Facebook Thrift, Google ProtoBufs, and Interop
Dare had an en-pointe analysis of the emergence of various new non-standarcd communications protocols, such as Facebook Thrift and Google Protocol buffers , and how they compare to the standards-based comms protocols like RSS, ATOM or even WS-*. Dare Read More...
1 Comments
Filed under: , ,
 
07 July 2008
New WCF + WF blog: Endpoint
A New Blog started last week, aggregating WCF and WF topics. If you're like me you have really good intentions about reading blogs, you have your subscriptions all organized, you download the content through outlook daily... but then when it comes down Read More...
1 Comments
Filed under: , ,
 
02 July 2008
More on PowerShell Interop - this time with Tibco EMS
Keeping on the theme of PowerShell interop.... Marc Adler wrote up a short, sweet little CmdLet for querying TIBCO EMS . And he separately referenced a CmdLet by Scott Weinstein for connecting PowerShell to Coral8 . Read More...
0 Comments
Filed under: , ,
 
30 June 2008
PowerShell CMDLets for WebSphere MQ - administer queues on Windows or Linux
Last year, I wrote about the idea of PowerShell CmdLets for WebSphere MQ. PowerShell is a beautiful scripting environment, you see, and it allows you to load any managed class library and then call into it. This is what allows me to, for example, create Read More...
1 Comments
Filed under: , , ,
 
26 June 2008
Create Zip files within Powershell
You can use DotNetZip library from within Powershell . It's pretty simple, fast, easy. example: function ZipUp-Files ( $directory ) { $children = get-childitem -path $directory foreach ( $o in $children ) { if ( $o.Name -ne "TestResults" -and $o.Name Read More...
1 Comments
Filed under: ,
 
26 June 2008
Questions on Interoperability? Check the Forums !
Microsoft has migrated its interop discussion forum to a new forum engine. Find it at: http://forums.community.microsoft.com/en-US/interopconversations/threads/ There you can ask questions on Vista print drivers, .Docx interop, Web services interop, .NET-to-Java Read More...
0 Comments
Filed under:
 
20 June 2008
DotNetZip, open source library for .ZIP files, revs to v1.5 - nice ASP.NET capability
DotNetZip, the open source Zip Library for .NET, is now at v1.5. Find it at http://www.codeplex.com/DotNetZip . New features: ASP.NET - save a zip archive directly to Response.OutputStream to send down to the browser client, no need to create an intermediate Read More...
1 Comments
Filed under: ,
 
20 June 2008
OpenID and ASP.NET MVC interop
Another one of those in-case-you-missed-it posts: Scott Hanselman's done a good review of the possibilities of integrating openID with ASP.NET. I mentioned this before as an interesting area for development. Looks like things are moving along. Excellent Read More...
1 Comments
Filed under: ,
 
19 June 2008
Microsoft System Center will manage Linux apps and assets
In case you missed it, this is from 6 weeks ago, on a Port25 post from Sam Ramji: Today, Bob Muglia and Brad Anderson announced that System Center will have the ability to deliver automated management across heterogeneous IT environments, such as UNIX Read More...
1 Comments
Filed under:
 
18 June 2008
Rewriting URLs on IIS5, IIS6, or IIS7 (mod_rewrite on IIS?)
A couple weeks ago, Bill Staples made a splash when he announced a Rewrite Module for IIS7: http://blogs.iis.net/bills/archive/2008/05/31/urlrewrite-module-for-iis7.aspx Rewriting URLs? This is the magic in your web server that allows your user to type Read More...
1 Comments
Filed under: , ,
 
18 June 2008
Open Source and Interoperability
Open. Source. Is. Not. Interoperability. Ted Neward is an entertaining and talented writer, not to mention a stand-up guy, and a first-rate technogeek. But that doesn't mean he is always right. I was just reading and old post of his which I missed during Read More...
17 June 2008
Java Exchange Connector and EWSJ
Just saw this on TheServerSide.com . The Exchange Web Services for Java (EWSJ - what happened to the 4?). It's a Java class library that uses the Apache AXIS web services stack to connect connects to Microsoft Exchange Server 2007, via the published and Read More...
10 Comments
Filed under: , ,
 
More Posts Next page »
Page view tracker