ASP.NET: very slow page load leads to extremely poor user experience

Last week I learned a very interesting lesson. I am just in the end phase of a custom software delivery project. Using OLIVANOVA’s model driven software development approach, I created a three-tier application with an ASP.NET client, a COM+ based server tier and MS SQL Server as the persistence layer. The COM+ application is deployed to a dedicated server along with the SQL Server database management system. The ASP.NET application is created on another server that lives in a DMZ (demilitarized zone). This web server does not have access to the Internet from inside, but is accessible from outside of this company. A connection (HTTP) from the web-server to the database server is then responsible for communication between the user-interface and the server tier. ...

November 28, 2010 · 2 min · 351 words · Harry Kimpel

OlivaNova application: performance comparison for H2 Database

A couple of days ago I did some performance tests between Oracle 10g (Express) and Oracle TimesTen. As with any commercial products, there is some licensing and costs involved. Obviously, our idea was then to look for a more cost efficient solution in order to get the same results. We specifically looked at H2, a Java SQL Database. This DBMS can operate in several different modes such as embedded, server and in-memory and has compatibility modes for certain commcercial database products like DB2, MySql, MS SQL Server, Oracle and some others. So, looking at the feature list, this seemed to be a good fit. ...

November 18, 2010 · 2 min · 365 words · Harry Kimpel

Windows Phone 7: syncing calendars between different devices

A couple of days ago, I bought some new Windows Phone 7 (WP7) devices for my wife and myself. I really love the new look & feel and the live tiles and hubs.One of the things I kind of struggled was the ability to sync calendars on both of the devices. After entering your Windows Live ID, you already get your contacts, email and calendar. However, only the primary calendar is synced to the device. I usually have several calendars in order to organize things. The screenshot on the right shows some of my calendars, whereas “My calendar” is set-up to be the primary. ...

November 18, 2010 · 2 min · 295 words · Harry Kimpel

Windows Phone 7: tickWell social networking

If you care about privacy when sharing status updates then have a look at this Windows Phone 7 app named tickWell. tickWell is a social networking platform with a focus on privacy which enables you to record and share selected moments of your life.

November 18, 2010 · 1 min · 44 words · Harry Kimpel

OlivaNova application: performance comparison between Oracle 10g and TimesTen

Just recently, I had been asked to compare the performance of Oracle 10g and Oracle TimesTen In-Memory database. We wanted to evaluate to what extent the performance of a mission critical system could be increased by using an in-memory database like Oracle TimesTen compared to a “regular” RDBMS like Oracle 10g. I used a sample application generated from OLIVANOVA in order to compare these different scenarios. The application is based upon a three-tier architecture with a JSF client, J2EE business logic and a RDBMS. The JSF client as well as the business logic have been deployed on a JBoss application server. ...

November 6, 2010 · 2 min · 325 words · Harry Kimpel

Microsoft ASP.NET Security Vulnerability: "padding oracle"

Microsoft has released a security advisory about a vulnerability in ASP.NET. A security patch is already available here. Below are some details on how the vulnerability works: “To understand how this vulnerability works, you need to know about cryptographic oracles. An oracle in the context of cryptography is a system which provides hints as you ask it questions. In this case, there is a vulnerability in ASP.NET which acts as a padding oracle. This allows an attacker to send cipher text to the web server and learn if it was decrypted properly by examining which error code was returned by the web server. By making many such requests (and watching what errors are returned) the attacker can learn enough to successfully decrypt the rest of the cipher text.” (quoted from Scott Guthrie’s blog)

October 27, 2010 · 1 min · 133 words · Harry Kimpel

Silverlight 4 and WCF RIA Services generated from OlivaNova model

As stated in a recent post, I’ve been able to create a Silverlight 4 client that accesses an OLIVANOVA generated business logic using WCF RIA Services. Well, the actual code to enable this scenario is in fact not that complicated (once you learned how to write Silverlight enabled WCF RIA Services). The big advantage for me is that the complete business logic can be generated with OLIVANOVA’s model driven software development approach. ...

October 21, 2010 · 3 min · 506 words · Harry Kimpel

Did you know that OlivaNova is able to create application information logs automatically?

OLIVANOVA can generate code for application information logs automatically: for .NET environments OLIVANOVA uses the System.Diagnostics.Trace class included in the .NET Framework for J2EE platforms OLIVANOVA uses log4j

October 15, 2010 · 1 min · 28 words · Harry Kimpel

OlivaNova is compatible with TimesTen In-Memory database

I just recently did some evaluation on OLIVANOVA (original URL https://www.care-t.com) along with TimesTen In-Memory Database as the persistence layer. OLIVANOVA is a model driven software development environment that generates code for business software**.** Certified database management systems include all major relational database management systems such as Microsoft SQL Server, Oracle, DB2 and so on. One of OLIVANOVA’s customers required instant responsiveness and very high throughput. So, this was a welcome opportunity for me to evaluate TimesTen, an In-Memory database. I created the model, generated the source code and specified the driver and connection string. In a few minutes I was able to test the application against TimesTen. ...

October 15, 2010 · 1 min · 140 words · Harry Kimpel

Silverlight 4, WCF RIA Services and OlivaNova Business Logic

To me, Silverlight has always been a fascinating technology. I started playing around with Silverlight back in September 2007. Since then, I always wanted to create a Silverlight user interface for OlivaNova. With the first versions, the lack of standard data controls made it really difficult to implement a data-driven application. A lot has changed since then and today the time is ripe to begin afresh. The software architecture basically looks like this: ...

October 13, 2010 · 5 min · 945 words · Harry Kimpel