On CNET: U.S. consumers the least green
1 Resources for

ORM

  • Subscribe to this listing via:
  • RSS
  • Email
Show All Related Tags Did you mean information technology (5,976 results), performance (2,814 results), performance management (1,996 results), information (397 results), high-performance (361 results)more...
Show Fewer Related Tags Did you mean information technology (5,976 results), performance (2,814 results), performance management (1,996 results), information (397 results), high-performance (361 results), information security (180 results), worm (162 results), information management (144 results), form (115 results), information system (108 results), format (90 results), platform (76 results), performance monitoring (74 results), performance evaluation (66 results), Information and Communication Technology (64 results), high-performance computing (64 results), Informatica (62 results), formula (55 results), information lifecycle management (48 results), Web Forms (40 results), information store (38 results), Sasser worm (37 results), information service (36 results), Blaster worm (34 results), performance review (30 results), Stellar Information Systems (27 results), OpenDocument Format (24 results), business performance management (23 results), Java Platform (22 results), Windows Platform (20 results), Information Rights Management (20 results), personal information (19 results), corporate performance management (18 results), transformation (18 results), Informix Software (18 results), Oracle Forms (17 results), information integration (16 results), performancesoft (16 results), Code Red worm (15 results), application performance management (14 results), bioinformatics (14 results), system performance (14 results), application performance (14 results), informIT (13 results), waveform (13 results), Zotob worm (12 results), enterprise performance management (12 results), Metastorm (12 results), personal information management (11 results), information retrieval (10 results)fewer...

TechRepublic Resources

Manage relational data with the Java Persistence API
The Java Persistence API (JPA) is a Java framework that allows developers to manage relational data in J2SE and J2EE applications. The JPA is defined as part of the EJB 3.0 specification (which is part of the Java EE 5 platform). However, you do not need an EJB container or...
Tags: API, Persistence, Java Persistence API, Serialization, Persistence Entity, Persistence Metadata, ORM, Data Analysis Tool, Programming Languages, EJB, Java, Software Development, Software/Web Development, Peter Mikhalenko
Blog posts 2008-04-25

Additional Resources

Visio 2000 Tool: VisioModeler (Unsupported Product Edition) (EXE)
If you use the Microsoft Visio 2000 Enterprise Edition to create Object Role Modeling (ORM) conceptual information models, you may want to download Microsoft VisioModeler. Using the Microsoft VisioModeler program, you can display several ORM constructs in diagram form. You can export models you build with VisioModeler to Microsoft Visio...
Tags: Microsoft Visio, Microsoft Corp., Tool, Productivity, Storage, Databases, Hardware, Enterprise Software, Software, Data Management
Software downloads 2007-08-29
Habanero Standard (msi)
Habanero is an object-relational mapping (ORM) architecture for .Net that maps object-oriented code to relational databases. It persists data to and from the database and provides flexible switching of database vendors. Version 1.1.1 includes unspecified updates.
Tags: Habanero, Storage, Databases, Hardware, Enterprise Software, Software, Data Management
Software downloads 2007-12-12
Using Oracle TopLink With the Spring Framework
Spring, a popular framework for developing lightweight J2EE applications, uses Aspect Oriented Programming (AOP) and dependency injection at its core. It supports various frameworks, including Object-Relational Mapping (ORM) tools such as Oracle TopLink and JBoss Hibernate. In this paper, the reader will learn how to use the Spring Framework's support...
Tags: Oracle Corp., Framework, J2Ee, Middleware, Java Development Tools, Development Tools, Open Source, Enterprise Software, Software Development, Software/Web Development, Software
White papers 2006-09-01
Implementing Row-Level Security in Java Applications
Security is a very important aspect of applications. Users need to be authenticated, and data needs to be protected against unauthorized access. Oracle provides an out-of-the-box solution for row-level security in the database: Oracle Label Security. By using the open-source Oracle TopLink as the ORM solution, one can also ensure...
Tags: Java Application, Oracle Corp., Java, Security
White papers 2007-07-01
Habanero Professional (msi)
Habanero Professional is an object relational mapping (ORM) framework for .Net that serves as an interface between object-oriented software and relational databases. It maps database entities to objects in code, generates user interfaces to edit the object's properties and persists changes to and from the database. Habanero also provides code...
Tags: Habanero Professional, Storage, Databases, Ooa/Ood/Oop, Hardware, Enterprise Software, Software, Data Management, Software Development, Software/Web Development
Software downloads 2007-11-26
The KISS (Keep It Simple and Straightforward) Principles for OR-Mapping Products From Software Tree, Inc.
Using object-relational mapping (OR-Mapping, a.k.a. ORM) technology to bridge the impedance mismatch between object-oriented programs and relational databases has become a well-established programming practice for modern applications. Eliminating large amount of complex, non-intuitive, and error-prone JDBC/ADO.NET/SQL code surely improves productivity. Good isolation of data integration layer promotes design clarity and...
Tags: Product, Tools & Techniques, Ooa/Ood/Oop, Databases, Management, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
White papers 2005-11-15
MyGeneration (exe)
MyGeneration is a development tool written in Microsoft .NET. MyGeneration generates code from templates that can be written in C#, VB.NET, JScript, and VBScript. MyGeneration is for generating ORM architectures or O/R Mapping files for architectures such as Gentle.NET, and NHibernate. The meta-data from your database is made available to...
Tags: Architecture, Microsoft Visual Basic.Net, MyGeneration Software, C#, .Net, Programming Languages, Microsoft Development Tools, Databases, Software Development, Software/Web Development, Development Tools, Enterprise Software, Software, Data Management
Software downloads 2007-12-14
MySQL Deployment
Hello,I work for a company who is wanting to move all the databases they have in Microsoft Access to Microsoft SQL Server. The problem we have is the previous people who worked here programmed the entire access database with GUI's and forums. My question is, does anyone know a good...
Tags: Databases, Storage, OPEN SOURCE, database
Q&A 2006-03-29
C-sharp reflection: Save development time throughout the project life-cycle
What is reflection?Reflection refers to a programming technique by which a developer can empower an assembly to inspect and modifyitself or other assemblies in the current app domain at runtime. Thoseinspections enable the developer to implement late-bound functionality that ismuch more dynamic than what could be achieved using other means....
Tags: Â Â Â Â Â Â Â Â Â Â Â Â, assembly, C, PropertyInfo, reflection, Zach Smith
Technical articles 2006-07-05
Process requests more efficiently with the Asynchronous Invocation Application Block
The Asynchronous Invocation Application Block (AIAB) is a sophisticated tool designed to handle calling XML Web services asynchronously. Its primary use is to back up large middleware structures that implement Web services where the architect doesn't want to use the standard StartFunction and EndFunction methods available with the .NET Web...
Tags: Microsoft Windows, Real estate, Databases, Web services, William Sempf MCP, CIBS, IWA, Asynchronous Invocation Application Block, Windows Service, database
Technical articles 2003-10-17
Document your database project to capture relevant info
Documenting a database during its development is a best practice to ensure that the organizational schema, data objects, and other related information are captured for future reference.This documentation often takes many forms including data dictionary, database administrator guides, database architecture documentation, and database functional specifications. In this article, I'll use...
Tags: Storage, Databases, Database documentation, William T. Kelly, database, database documentation, data dictionary
Technical articles 2003-05-16
Developers need to lead the way in a business revolution
The recent discussion about the programming paradigm needing an update spanned a number of topics (the discussion is so dense that it could probably make up a couple book chapters). One theme that kept coming up is that the current state of the art in business computing is horrid. ...
Tags: Job, Developer, Environment, Business Computing, Abstraction, Recruitment & Selection, Human Resources, Workforce Management, Justin James
Blog posts 2007-10-31
Will 'Internet security' always be an oxymoron?
Will 'Internet security' always be an oxymoron?article rootreload security from bottom to top?it is not nessesary. What are we going protect? One answer id - it is commercial information. Where is the commercial information placed? it is into webservices. All data transfered by xml format must be protected till they...
Tags: Internet, Internet security, LukCAD, security, Web
Discussion threads 2005-05-20
Easily manipulate data with LINQ
The buzz around .NET Language-Integrated Query (LINQ) is hard to ignore, especially since Microsoft is embracing it with the latest release of the .NET platform (beginning with C# 3.0 and Visual Basic 9.0) and Visual Studio 2008. LINQ basically provides data access via the developer's language of...
Tags: Tony Patton
Blog posts 2008-01-08
Take advantage of an opportunity while the ColdFusion landscape is hot
It'sbeen a while since I wrote any ColdFusion-related articles for TechRepublic. We thought itwas time to remedy that, because really exciting things are afoot in the CFworld. In my opinion, it's never been a better time to be a ColdFusiondeveloper. This article is meant to be an overview of what's...
Tags: Adobe Systems Inc., AJAX, Allaire ColdFusion, Brian Kotek
Technical articles 2006-06-13
  • << Previous
  • page 1 of 1
  • Next >>

Featured White Paper

Technology-based learning: Extending reach & ensuring Leadership Development effectiveness

TechRepublic Featured Jobs

Job Title/Location Posted
  • Powered by: Simply Hired
  • .


Windows XP Professional Administration
Microsoft Windows XP's enhanced functionality and business productivity improvements can provide a significant payoff for your organization--but only ...
Buy Now
Security in Windows Server 2003
Windows Server 2003 is the first network operating system from Microsoft designed with security not as an afterthought, but as a major objective. None ...
Buy Now