|
Hibernate example source code file (preface.po)
The Hibernate preface.po source code# translation of Preface.po to French # Myriam Malga <mmalga@redhat.com>, 2007. # Xi HUANG <xhuang@redhat.com>, 2007. # Corina Roe <croe@redhat.com>, 2009, 2010. # translation of Collection_Mapping.po to msgid "" msgstr "" "Project-Id-Version: Preface\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2010-07-20 21:02+0000\n" "PO-Revision-Date: 2010-01-05 09:43+1000\n" "Last-Translator: Corina Roe <croe@redhat.com>\n" "Language-Team: French <i18@redhat.com>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Tag: title #: preface.xml:33 #, no-c-format msgid "Preface" msgstr "Préface" #. Tag: para #: preface.xml:35 #, fuzzy, no-c-format msgid "" "Working with both Object-Oriented software and Relational Databases can be " "cumbersome and time consuming. Development costs are significantly higher " "due to a paradigm mismatch between how data is represented in objects versus " "relational databases. Hibernate is an Object/Relational Mapping solution for " "Java environments. The term Object/Relational Mapping refers to the " "technique of mapping a data representation from an object model to a " "relational data model with a SQL-based schema; see <ulink url=\"http://en." "wikipedia.org/wiki/Object-relational_mapping\">http://en.wikipedia.org/wiki/" "Object-relational_mapping</ulink> for a discussion." msgstr "" "Travailler avec des logiciels orientés-objet et une base de données " "relationnelle peut sembler parfois lourd et coûteux en temps dans les " "environnements entreprise de nos jours. Hibernate est un outil de mappage " "objet/relationnel pour les environnements Java. Le terme de mappage objet/" "relationnel (ORM de l'anglais Objet Relational Mapping) fait référence à la " "technique de mappage d'une représentation de données à partir d'un modèle " "d'objet vers un modèle de données relationnelles dans un schéma basé-SQL." #. Tag: para #: preface.xml:46 #, no-c-format msgid "" "While having a strong background in SQL is not required to use Hibernate, " "having a basic understanding of the concepts can greatly help you understand " "Hibernate more fully and quickly. Probably the single best background is an " "understanding of data modeling principles. You might want to consider these " "resources as a good starting point:" msgstr "" #. Tag: ulink #: preface.xml:54 #, no-c-format msgid "http://www.agiledata.org/essays/dataModeling101.html" msgstr "" #. Tag: ulink #: preface.xml:59 #, no-c-format msgid "http://en.wikipedia.org/wiki/Data_modeling" msgstr "" #. Tag: para #: preface.xml:66 #, no-c-format msgid "" "Hibernate not only takes care of the mapping from Java classes to database " "tables (and from Java data types to SQL data types), but also provides data " "query and retrieval facilities. It can also significantly reduce development " "time otherwise spent with manual data handling in SQL and JDBC." msgstr "" "Hibernate s'occupe du mappage des classes Java vers les tables de bases de " "données (et des types de données Java vers les types de données SQL), mais " "fournit également des facilités de recherche et de retrait de données. " "Hibernate peut réduire énormément le temps de développement, normalement " "passé à traiter des données manuellement dans SQL ou JDBC." #. Tag: para #: preface.xml:72 #, no-c-format msgid "" "Hibernate’s design goal is to relieve the developer from 95% of common data " "persistence-related programming tasks by eliminating the need for manual, " "hand-crafted data processing using SQL and JDBC. However, unlike many other " "persistence solutions, Hibernate does not hide the power of SQL from you and " "guarantees that your investment in relational technology and knowledge is as " "valid as always." msgstr "" #. Tag: para #: preface.xml:79 #, fuzzy, no-c-format msgid "" "Hibernate may not be the best solution for data-centric applications that " "only use stored-procedures to implement the business logic in the database, " "it is most useful with object-oriented domain models and business logic in " "the Java-based middle-tier. However, Hibernate can certainly help you to " "remove or encapsulate vendor-specific SQL code and will help with the common " "task of result set translation from a tabular representation to a graph of " "objects." msgstr "" "Le but d'Hibernate est de libérer le développeur de 95 pour cent des tâches " "de programmation liées à la persistance de données communes. Hibernate n'est " "peut-être pas la meilleure solution pour les applications centrées-données " "qui utilisent uniquement les procédures-stored pour implémenter la logique " "métier dans la base de données. Cela est surtout utile avec les modèles de " "domaines orientés-objet et la logique métier dans l'étape intermédiaire " "basée Java. Malgré tout, Hibernate peut vous aider à supprimer ou à " "encapsuler le code SQL propre à un distributeur et vous aidera à régler la " "tâche commune qui consiste à transposer un ensemble de résultats à partir " "d'un tableau de représentation vers un graphe d'objets. " #. Tag: para #: preface.xml:88 #, no-c-format msgid "" "If you are new to Hibernate and Object/Relational Mapping or even Java, " "please follow these steps:" msgstr "" "Si vous n'êtes pas familiarisé avec Hibernate et le mappage Objet/" "Relationnel ou même Java, veuillez suivre les étapes suivantes :" #. Tag: para #: preface.xml:95 #, fuzzy, no-c-format msgid "" "Read <xref linkend=\"tutorial\"/> for a tutorial with step-by-step " "instructions. The source code for the tutorial is included in the " "distribution in the <literal>doc/reference/tutorial/ directory." msgstr "" "Lisez <xref linkend=\"tutorial\" /> pour bénéficier d'un tutoriel avec des " "instructions étape par étape. Le code source du tutoriel est inclus dans la " "distribution du répertoire <literal>doc/reference/tutorial/. " #. Tag: para #: preface.xml:103 #, fuzzy, no-c-format msgid "" "Read <xref linkend=\"architecture\"/> to understand the environments where " "Hibernate can be used." msgstr "" "Veuillez lire <xref linkend=\"architecture\" /> pour comprendre dans quels " "environnements Hibernate peuvent-être utilisés." #. Tag: para #: preface.xml:109 #, no-c-format msgid "" "View the <literal>eg/ directory in the Hibernate distribution. It " "contains a simple standalone application. Copy your JDBC driver to the " "<literal>lib/ directory and edit Other Hibernate examples (source code examples)Here is a short list of links related to this Hibernate preface.po source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.