Fluent Navigation in JSF 2

Part 3 on JSF 2: Discover that getting around in a JSF 2 application is much simpler and requires less typing.

Introducing Infinispan: Part I

Part I provides an overview of the capabilities of Infinispan, including usage examples and a tour of the API's.

ANALYZE: MyISAM vs Innodb

Following up on my Previous Post I decided to do little test to see how accurate stats we can get for for Index Stats created by ANALYZE TABLE for MyISAM and...

0 replies - 2916 views - 09/11/08 by Schalk Neethling in News

Troubleshooting Relay Log Corruption in MySQL

Have you ever seen the replication stopped with message like this: Last_Error: Could not parse relay log event entry. The possible reasons are: the master's...

0 replies - 4130 views - 09/09/08 by Schalk Neethling in News

Podcast: Writing LUA Scripts for MySQL Proxy - MySQL University

This session will introduce the basics of the Lua language, with particular emphasis on the features of immediate use with MySQL Proxy. The lecture will...

0 replies - 2366 views - 09/08/08 by Schalk Neethling in News

How to find duplicate row in a table - MSSQL

The below given query will fetch the duplicate rows in MSSQL with number of occurance of each row.SELECT <all column names - comma seperated>,...

0 replies - 2318 views - 09/01/08 by arunbiji in Tips and Tricks

Handy SQL with IntelliJ IDEA

If a project you are working on requires referring to an SQL database, you can, actually, use one of the numerous SQL clients, or type commands in the command...

0 replies - 3122 views - 08/26/08 by Irina Megorskaya in News

Why Data As A Service Isn't A Bad Idea

Early this week I encountered the post "Why the Database as a Service is a Bad Idea" written by Arnon Rotem-Gal-Oz in DZone. The title caught my eye...

0 replies - 1801 views - 08/21/08 by gilf in News

SelectMany: Probably The Most Powerful LINQ Operator

Hi there back again. Hope everyone is already exploiting the power of LINQ on a fairly regular basis. Okay, everyone knows by now how simple LINQ queries with...

0 replies - 4728 views - 08/20/08 by bdesmet in News

Why the Database as a Service is a Bad Idea

Microsoft recently released SP1 for .NET.

0 replies - 8004 views - 08/18/08 by arnonrgo in News

How adding another table to JOIN can improve performance

JOINs are expensive and it most typical the fewer tables (for the same database) you join the better performance you will get. As for any rules there are...

1 replies - 3652 views - 08/14/08 by Schalk Neethling in News

Backup Your LAMP With Rsync

Continuing with the backup theme of my last post, I've needed to back up our local LAMP server because its starting to hold some important data. Maybe...

0 replies - 2856 views - 08/05/08 by Schalk Neethling in News

TOTD #38: Creating a MySQL Persistence Unit using NetBeans IDE

This TOTD (Tip Of The Day) shows how to create a Persistence Unit (PU) for a MySQL database using NetBeans IDE. This PU can then be used in any of Java EE...

0 replies - 2697 views - 07/26/08 by Arun Gupta in Blogs

Drizzle - What If There Was A MySQL Version Optimized For The Web

For the last 2-3 years, Brian Aker and I have had many discussions about how to refactor MySQL. Brian has been the one driving these discussions by asking why...

0 replies - 7202 views - 07/24/08 by Schalk Neethling in News

Drizzle - What If There Was A MySQL Version Optimized For The Web

For the last 2-3 years, Brian Aker and I have had many discussions about how to refactor MySQL. Brian has been the one driving these discussions by asking why...

0 replies - 1081 views - 07/24/08 by Schalk Neethling in News

Monty Says - It's A Bugs Life - MySQL 5.1

This is a request to all MySQL users to help mysql developers, by providing information, so that we can help you, by providing a more stable MySQL server for...

0 replies - 1835 views - 07/21/08 by Schalk Neethling in News

Maintaining A SQL Server Database - Maintenance Plans

This video shows you how to create a maintenance plan in SQL Server 2005 to backup and maintain your database. It also shows you how to use choose the right...

1 replies - 2076 views - 07/19/08 by Schalk Neethling in News