alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Hibernate example source code file (preface.po)

This example Hibernate source code file (preface.po) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Hibernate tags/keywords

hibernate, hibernate, if, java, java, jboss, jdbc, o, objeto/relacional, sql, sql, tag, tag, there

The Hibernate preface.po source code

# translation of Preface.po to
# translation of preface.po to
# translation of Collection_Mapping.po to
# translation of Collection_Mapping.po to
# translation of Collection_Mapping.po to
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2006.
# , 2007.
# , 2007.
# , 2007.
# , 2007.
# , 2007.
# , 2007.
# , 2007.
# , 2007.
# , 2007.
# Michael H. Smith <mhideo@redhat.com>, 2007.
# Glaucia Cintra <gcintra@redhat.com>, 2007.
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-03-18 15:24+1000\n"
"Last-Translator: \n"
"Language-Team:  <en@li.org>\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 "Prefácio"

#. 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 ""
"O trabalho com o software objeto relacional e banco de dados relacionais, "
"pode ser incômodo e desgastante atualmente num meio empresarial. Hibernate é "
"um Objeto/Relacional de Mapeamento de ferramentas nos meios Java. O termo "
"Objeto/Relacional de Mapeamento (ORM) refere-se à técnica de mapeamento de "
"dados, representada desde o objeto modelo aos dados relacionais modelo com "
"um esquema baseado na 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 ""
"O Hibernate não cuida apenas do mapeamento desde às classes de Java até as "
"mesas de banco de dados (e de tipos de dados Java até tipos de dados da "
"SQL), mas também proporciona a consulta de dados e facildades de recuperação "
"que pode significativamente reduzir o tempo de desenvolvimento. Do "
"contrário, consumido com o manual de dados executados em SQL e 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 ""
"A meta de Hibernate é aliviar o desenvolvedor em 95% de dados comuns de "
"persistência relacionados as tarefas de programação. O Hibernate talvez não "
"seja a melhor solução para as aplicações centradas em dados, das quais "
"apenas usam procedimentos armazenados para a implementação das lógicas "
"comerciais no banco de dados. Isto é mais utilizado orientando o objeto aos "
"modelos de domínio e lógicas comerciais na camada intermediária baseada em "
"Java. No entanto, o Hibernate pode certamente ajudá-lo a remover ou "
"condensar o específico código fornecedor SQL, e ajudará com a tarefa comum "
"de resultado estabelecido pela tradução desde a representação tabular até um "
"gráfico de objetos."

#. 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 ""
"Por favor siga  os seguintes passos, caso você seja inexperiente com o "
"Hibernate, Mapeamento Objeto/Relacional ou mesmo Java:"

#. 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 ""
"Leia <xref linkend=\"tutorial\" /> com passo-a-passo de instruções "
"tutoriais. O código de origem tutorial está incluído no diretório de "
"distribuição <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 ""
"Leia <xref linkend=\"architecture\"/> para melhor entendimento dos meios "
"onde Hibernate pode ser utilizado. "

#. 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 etc/hibernate."
"properties</literal>, specifying correct values for your database. From a "
"command prompt in the distribution directory, type <literal>ant eg "
"(using Ant), or under Windows, type <literal>build eg."
msgstr ""
"Verifique no diretório <literal>eg/ em sua distribuição de "
"Hibernate, do qual possui uma simples aplicação autônoma. Copie seu driver "
"JDBC para o diretório <literal>lib/ e edite eg/hibernate."
"properties</literal>, especificando valores corretos para o seu banco de "
"dados. No diretório de distribuição sob o comando aviso, digite <literal>ant "
"eg</literal> (usando Ant), ou sob Windows, digite build eg if you need "
"more help with application design, or if you prefer a step-by-step tutorial. "
"Also visit <ulink url=\"http://caveatemptor.hibernate.org\"> and "
"download the example application from <biblioref linkend=\"biblio-JPwH\">."

#. Tag: para
#: preface.xml:130
#, no-c-format
msgid "FAQs are answered on the Hibernate website."
msgstr ""
"As respostas das perguntas mais freqüentes podem ser encontradas no website "
"Hibernate. "

#. Tag: para
#: preface.xml:135
#, no-c-format
msgid ""
"Links to third party demos, examples, and tutorials are maintained on the "
"Hibernate website."
msgstr ""
"A terceira parte de demonstração, exemplos e tutoriais estão vinculadas no "
"website Hibernate. "

#. Tag: para
#: preface.xml:141
#, no-c-format
msgid ""
"The Community Area on the Hibernate website is a good resource for design "
"patterns and various integration solutions (Tomcat, JBoss AS, Struts, EJB, "
"etc.)."
msgstr ""
"A Área de Comunidade no website Hibernate é um bom recurso para parceiros de "
"design e várias soluções integradas. ( Tomcat, JBoss AS, Struts, EJB, etc. )"

#. Tag: para
#: preface.xml:149
#, no-c-format
msgid ""
"There are a number of ways to become involved in the Hibernate community, "
"including"
msgstr ""

#. Tag: para
#: preface.xml:153
#, no-c-format
msgid ""
"Trying stuff out and reporting bugs. See <ulink url=\"http://hibernate.org/"
"issuetracker.html\">http://hibernate.org/issuetracker.html</ulink> details."
msgstr ""

#. Tag: para
#: preface.xml:160
#, no-c-format
msgid ""
"Trying your hand at fixing some bugs or implementing enhancements. Again, "
"see <ulink url=\"http://hibernate.org/issuetracker.html\">http://hibernate."
"org/issuetracker.html</ulink> details."
msgstr ""

#. Tag: para
#: preface.xml:167
#, no-c-format
msgid ""
"<ulink url=\"http://hibernate.org/community.html\">http://hibernate.org/"
"community.html</ulink> list a few ways to engage in the community."
msgstr ""

#. Tag: para
#: preface.xml:172
#, no-c-format
msgid ""
"There are forums for users to ask questions and receive help from the "
"community."
msgstr ""

#. Tag: para
#: preface.xml:177
#, no-c-format
msgid ""
"There are also <ulink url=\"http://en.wikipedia.org/wiki/Internet_Relay_Chat"
"\">IRC</ulink> channels for both user and developer discussions."
msgstr ""

#. Tag: para
#: preface.xml:186
#, no-c-format
msgid ""
"Helping improve or translate this documentation. Contact us on the developer "
"mailing list if you have interest."
msgstr ""

#. Tag: para
#: preface.xml:192
#, no-c-format
msgid "Evangelizing Hibernate within your organization."
msgstr ""

#~ msgid ""
#~ "If you have questions, use the user forum linked on the Hibernate "
#~ "website. We also provide a JIRA issue tracking system for bug reports and "
#~ "feature requests. If you are interested in the development of Hibernate, "
#~ "join the developer mailing list. If you are interested in translating "
#~ "this documentation into your language, contact us on the developer "
#~ "mailing list."
#~ msgstr ""
#~ "Em caso de dúvidas, utilize o fórum do usuário encontrado no website "
#~ "Hibernate. Nós também provemos o JIRA sistema de questão de rastreamento "
#~ "para os relatórios de erros de programação e recursos solicitados. Se "
#~ "você tem interesse no desenvolvimento do Hibernate, participe da lista de "
#~ "correio eletrônico do desenvolvedor. Caso você tenha interesse em "
#~ "traduzir este documento na sua própria língua, por favor entre em contato "
#~ "conosco através da lista de correio eletrônico do desenvolvedor.  "

#~ msgid ""
#~ "Commercial development support, production support, and training for "
#~ "Hibernate is available through JBoss Inc. (see http://www.hibernate.org/"
#~ "SupportTraining/). Hibernate is a Professional Open Source project and a "
#~ "critical component of the JBoss Enterprise Middleware System (JEMS) suite "
#~ "of products."
#~ msgstr ""
#~ "O suporte do desenvolvimento comercial, suporte de produção e treinamento "
#~ "de Hibernate está disponível através do JBoss Inc. ( see http://www."
#~ "hibernate.org/SupportTraining/ ). Hibernate é um projeto de Fonte Aberta "
#~ "Profissional e componente crítico do Sistema Jboss de Empreendimento e "
#~ "Middleware ( JEMS ) suíte de produtos. "

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

 

new blog posts

 

Copyright 1998-2021 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.