|
Hibernate example source code file (preface.po)
The Hibernate preface.po source code# # AUTHOR <EMAIL@ADDRESS>, YEAR. # msgid "" msgstr "" "Project-Id-Version: 0\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2010-07-20 21:02+0000\n" "PO-Revision-Date: 2010-02-11T05:38:15\n" "Last-Translator: Automatically generated\n" "Language-Team: None\n" "MIME-Version: 1.0\n" "Content-Type: application/x-publican; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Tag: title #: preface.xml:33 #, no-c-format msgid "Preface" msgstr "Vorwort" #. 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 "" "Die Arbeit mit objektorientierter Software und einer relationalen Datenbank " "kann sich in Unternehmensumgebungen heutzutage als mühsam und zeitaufwendig " "erweisen. Bei Hibernate handelt es sich um ein objekt/relationales Mapping-" "Tool für Java Umgebungen. Der Begriff objekt/relationales Mapping (ORM) " "bezieht sich auf die Technik des Mappens einer Datenrepräsentation von einem " "Objektmodell zu einem relationalen Datenmodell mit SQL-basiertem Schema." #. 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 #, fuzzy, 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 besorgt nicht nur das Mapping von Java-Klassen zu " "Datenbanktabellen (und von Java-Datentypen zu SQL-Datentypen ), sondern " "bietet auch Datenanfragen sowie Datenbeschaffungshilfen, mittels derer sich " "die Entwicklungszeit maßgeblich senken lässt, da die manuelle " "Datenbearbeitung in SQL und JDBC entfällt." #. 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 "" "Hibernate will dem Entwickler 95 Prozent der mit gängiger Datenpersistenz " "verbundenen Programmierarbeit abnehmen. Hibernate ist möglicherweise nicht " "die beste Lösung für datenzentrische Anwendungen, die nur gespeicherte " "Prozeduren zur Implementierung der Business Logik in die Datenbank " "verwenden, ist jedoch was objektorientierte Domain-Modelle und Business " "Logik im Java-basierten Mittel-Tier angeht am leistungsfähigsten. Hibernate " "kann Ihnen mit Sicherheit dabei helfen, den anbieterspezifischen SQL-Code zu " "entfernen oder einzukapseln und unterstützt Sie auch bei der gängigen " "Aufgabe der Übersetzung des Ergebnissatzes einer tabellarischen " "Repräsentation in ein Objektdiagramm." #. 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 "" "Falls Ihnen Hibernate und Objekt/Relationales Mapping oder sogar Java neu " "sind, orientieren Sie sich bitte an folgenden Schritten:" #. 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 "" "Lesen Sie <xref linkend=\"tutorial\"/> für eine schrittweise Anleitung. Der " "Quellcode der Anleitung ist Teil der Distrubution im <literal>doc/reference/" "tutorial/</literal>-Verzeichnis." #. Tag: para #: preface.xml:103 #, fuzzy, no-c-format msgid "" "Read <xref linkend=\"architecture\"/> to understand the environments where " "Hibernate can be used." msgstr "" "Lesen Sie <xref linkend=\"architecture\"/>, um mehr über die Umgebungen zu " "erfahren, in denen Hibernate eingesetzt werden kann." #. Tag: para #: preface.xml:109 #, fuzzy, 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.