(Ali Manji) Learn how to create Java Persistence Architecture (JPA) entities that are built from pre-existing relational tables, that use database-generated primary key values, and are part of a composition (or aggregation) of one or more other JPA entity beans.
Other News
LINQ What is its Place? – More Reader Feedback
SelecTViews With Stephen Wynkoop Microsoft BI Expert Jen Underwood talks with Stephen about the ever-changing roles of the DBA. You won’t want to miss this. [Watch the Show] LINQ – What is its Place – More Reader Feedback This will be the last newsletter on this topic for a while. I have more responses from readers than I can possibly […]
LINQ What is its Place?
LINQ – What is its Place? The concept of making LINQ work natively in SQL Server has certainly resulted in a great response from our readers. I have so many responses it would take up three or four whole newsletters. People tend to fall in one or more camps when it comes to the idea of enabling LINQ to work […]
Expose Your JPA Entity Classes as RESTful Web Services
(Jesse Smith) If you’re unfamiliar with what RESTful web services are, please visit my previous article on using RESTful web services for an introduction. The purpose of this article is to build on what was learned from that article.
Logical I/O – Evolution: Part 2 – 9i, 10g Prefetching
(Randolf Geist) In the initial part of this series I’ve explained some details regarding logical I/O using a Nested Loop Join as example.
XQuery and Other XML Manipulation in SQL Stored Procedures
(Matthias Nicola) Relational databases have supported SQL stored procedures for a log time. The benefits of SQL procedures are well-known and include:
What’s the best location for the ODI agent?
(Uli Bethke) I am just back from a holiday in County Wexford, Ireland’s sunny south east. We had a great time even though I was not allowed to bring the laptop (there was no reception anyway).
Hosting or deploying existing ASP.Net Web Application on Linux
(Gaurav Chopra) The very line written above brings anxiety & confusion on our faces. When we again try to give it a deep thought, we find ourselves surrounded with a few questions like: Is it possible at all?, If yes, then how?
C# Defining Preprocessor Symbols
In C#, preprocessor symbols can be defined or undefined in code or during compilation. With the use of the #if preprocessor directive, they determine which parts of the code are compiled and which are excluded from the final assemblies.
ASP.NET: Loop Statements in WebMatrix and Razor
(Suprotim Agarwal) If you have been visiting this site regularly, you must be familiar with the free Microsoft WebMatrix tool which is a lightweight web development platform and helps you to create websites in different ways. This tool is primarily aimed at new developers as well as PHP/Ruby develop
