Main Menu
Home Articles Directory Submit Popular Site Top Rated Site - Programming - Database - Management - Software Testing and Quality Assurance - Approaches, Process, Methods New Links RSS/Atom
Sponsors



  Main  |  Submit New Article  

  Popular articles (top10)  |  Top rated articles (top10)  |  Category List  

Main  arrow  Database  (391)
SQL Language (23)
Data Modeling (74)
Oracle (31)
MySQL (26)
SQL Server (49)
PostgreSQL (7)
DB2 (15)
DataWarehouse (10)
NoSQL (68)
Big Data (1)


Sort by:   Title ( Title (A to Z) Title (Z to A)) Date ( Date (Old Links Listed First) Date (New Links Listed First)) Rating ( Rating (Lowest Score to Highest Score) Rating (Highest Score to Lowest Score)) Popularity ( Popularity (Least to Most Hits) Popularity (Most to Least Hits))
Articles currently sorted by: Rating (Highest Score to Lowest Score)


Visit   Using the Java Persistence API in Desktop Applications    Last Update 2007/7/27 2:52
Category  Programming  arrow  Java  :  Database  :  Programming  arrow  Tools
Description
The JSR 220 specification defines Enterprise JavaBeans 3.0. One of its primary goals is to simplify the creation, management, and storage of entity beans. Working towards that goal, Sun Microsystems and supporting community developers created a new application programming interface (API) that lets you use "plain old Java objects" or POJOs as your persistable entities. The Java Persistence API facilitates your use of POJOs as entity beans and significantly reduces the need for complicated deployment descriptors and extra helper beans. Additionally, you can even use the API in desktop applications.

Hits: 19  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Mastering Grails: Grails and legacy databases    Last Update 2008/7/17 10:59
Category  Programming  arrow  Java  :  Database  :  Programming  arrow  Tools  :  Programming  arrow  Groovy
Description
In this Mastering Grails installment, Scott Davis explores the various ways that Grails can use database tables that don't conform to the Grails naming standard. If you have Java™ classes that already map to your legacy databases, Grails allows you to use them unchanged. You'll see examples that use Hibernate HBM files and Enterprise JavaBeans 3 annotations with legacy Java classes.

Hits: 24  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Taking Control of your Database Development    Last Update 2009/5/26 4:05
Category  Programming  arrow  Java  :  Database  :  Programming  arrow  Configuration Management / DevOps  :  Approaches, Process, Methods  arrow  Agile  arrow  Refactoring
Description
While language-oriented toolsets become more advanced the range of development and deployment tools for databases remains primitive. How often is the DBA left sitting in the corner? Are you scared to change your database because other applications are using it? Do you have difficulty rolling out incremental changes to your databases? Does your database prevent you from releasing your software more frequently? Using real-world experiences - and the principles outlined in Ambler and Sadalage’s Refactoring Databases, this paper aims to demonstrate how to take control of the database and make it possible to incrementally evolve and improve its design. With these techniques the database need no longer be the bottleneck in your develop-test-deploy process. This paper features ideas on how to best use open source tools including Ant, CruiseControl and dbdeploy.

Hits: 115  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Database-based High Performance Message Exchange Service for Enterprise Applications Popular articles    Last Update 2011/9/29 12:53
Category  Database  :  Approaches, Process, Methods  arrow  Software Architecture  :  Programming  arrow  Platforms  arrow  Services / Microservices
Description
Database Message Exchange Service allows messages to be stored in database in order to be picked up by a Windows service and delivered to external services and vice versa. A message can be anything – an order, some task, a message for a destination message queue, a payload for calling external webservice and so on. It decouples the client from the external services that are not in the same network or not always available or do not support high frequency poll needed by front-ends.

Hits: 339  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Four Rules for Data Success    Last Update 2014/2/25 5:10
Category  Database
Description
Database technology is a fast-moving field filled with innovations. This article describes the current state of the field and discusses the four rules for data success.

Hits: 39  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Database as a Service Concepts-360 Degrees    Last Update 2016/11/30 13:13
Category  Database  :  Programming  arrow  Platforms  arrow  Cloud
Description
Oracle technologists explain the cloud computing implementation as it relates to database as a service (DBaaS). Cloud computing encompasses the IT infrastructure resources, which include networks, storage, servers, applications, and services. DBaaS is a subset of the overall cloud concept, specifically focused on the last two resources, applications and services.

Hits: 44  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Cayenne: Being Productive with Object Relational Mapping    Last Update 2006/9/18 7:50
Category  Programming  arrow  Java  :  Database  :  Programming  arrow  Tools
Description
This article presents Cayenne - a fast, scalable and easy-to-learn open source Object Relational Mapping (ORM) framework. Cayenne is a rare kind of a Java open source project. It is not just an "edit your own XML" runtime library, but an integrated suite that includes modeling and deployment tools. This article shows how to quickly create an ORM application with Cayenne and discusses its core features and design principles.

Hits: 80  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Ajax-based persistent object mapping    Last Update 2007/11/21 7:27
Category  Programming  arrow  JavaScript  :  Database  :  Programming  arrow  Tools  :  Programming  arrow  Platforms  arrow  AJAX
Description
The Persevere persistent object framework brings persistent object mapping to the browser JavaScript environment. Object persistence has seen great popularity in the Java™ programming and Ruby worlds, and the dynamic JavaScript language is naturally well suited to mapping objects to persisted data. Persevere automates mapping and communication in Asynchronous JavaScript + XML (Ajax)-based Web applications in addition to simplifying much of the development challenge by providing a manageable data model, transparent client-server Ajax interchanges, automatic state change storage, and implicit transaction management.

Hits: 27  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Function Points    Last Update 2008/8/12 14:49
Category  Database  :  Management  arrow  Project Management  arrow  Estimating  :  Approaches, Process, Methods  arrow  Measurement
Description
The objective of this paper is to present the Whitemarsh approach to the definition of function points within database-centric business information systems, the process of counting function points, and the use of two metrics derived from function point counts to accomplish business information system estimating.

Hits: 52  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Optional XML in relational databases, Part 1: Are null values needed?    Last Update 2009/6/10 7:00
Category  Programming  arrow  XML  :  Database
Description
Optional XML elements—for example, online forms—are special in that they might or might not appear in XML files. Representing such optional elements is a challenge both in programming languages and in databases. In many cases, null values are inserted in databases to represent empty optional elements, but null database XML values can be difficult to retrieve. Discover alternative, less-invasive approaches to handling optional XML elements without the need for data overloading or inserting null or other sentinel values.

Hits: 54  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)



« [1] 2 3 4 5 6 7 8 (9) 10 11 12 » 
Practical
Methods & Tools
RSS 2.0
Twitter
Contact
THEME_VALIDXHTML    THEME_VALIDCSS

Copyright (c) 2007-2013 Martinig & Associates | Methods & Tools Software Development Magazine | Privacy Policy
Software Development Tools | Software Development Articles | Software Development Directory | Software Development Videos
Software Development Jobs | Software Development News | Software Development Books
Software Development Blogs | Software Development Conferences