Catálogo de publicaciones

Compartir en
redes sociales


Navegación

Tipo

Acceso

Plataformas

Temática

Mostrando 10 de 10.062 registro(s)

Filtros plataforma quitar todos

JACC. Clinical Electrophysiology

Más información

ISSNs 2405-500X (impreso)

Disponibilidad
Institución detectada Período Navegá Descargá Solicitá
No detectada desde mar. 2015 / ScienceDirect

Cobertura temática: Medicina clínica  


JACC. Heart Failure

Más información

ISSNs 2213-1779 (impreso) 2213-1787 (en línea)

Disponibilidad
Institución detectada Período Navegá Descargá Solicitá
No detectada desde feb. 2013 / ScienceDirect

Cobertura temática: Medicina clínica  


Japan and the World Economy

Más información

ISSNs 0922-1425 (impreso) 1879-2006 (en línea)

Disponibilidad
Institución detectada Período Navegá Descargá Solicitá
No detectada desde oct. 1988 / hasta dic. 2023 ScienceDirect

Cobertura temática: Economía y negocios - Geografía social y económica  


revistas Acceso Abierto
Agregar a Mi catálogo

Japanese Dental Science Review

Más información

ISSNs 1882-7616 (impreso) 2213-6851 (en línea)

Disponibilidad
Institución detectada Período Navegá Descargá Solicitá
No requiere desde jul. 2008 / hasta ene. 2024 ScienceDirect acceso abierto

Cobertura temática: Medicina clínica  


Java: Practical Guide for Programmers

Más información

978-1-55860-909-9 (en línea)

Disponibilidad
Institución detectada Año de publicación Navegá Descargá Solicitá
No detectada 2003 ScienceDirect

Cobertura temática: Ciencias de la computación e información - Nanotecnología - Ingeniería eléctrica, electrónica e informática - Ingeniería médica  

If you're an experienced programmer, you already have a rock-solid foundation for learning Java. All you need is a resource that takes your experience into account and explains Java's key principles and techniques in an intelligent, efficient way.

Java: Practical Guide for Programmers is precisely that resource. Here, you won't have to wade through hundreds of pages of overly simplistic material to learn the basics of Java programming. Instead, you get highly focused instruction in the core elements of Java 1.4, accompanied by carefully chosen examples and line-by-line analyses that are right to the point. You'll be astonished at how soon you can begin productive coding in Java, and how quickly your skills will progress.

Web resources:
Source code from the book is no longer available at
http://www.zm.sikora.btinternet.co.uk/source.html
Please press the 'Companion Page' button on the upper right side of this page to access a zip file containing it.


Sun J2SE download page
http://java.sun.com/j2se/downloads.html

Sun J2SE API documentation
http://java.sun.com/j2se/1.4.1/docs/index.html

* Written expressly for people who already know a procedural or object-oriented programming language.
* Takes a concise approach designed to make the most of the experience you already have.
* Covers the core elements of Java 1.4, including language syntax, OO features, collections, exception handling, input/output, threads, event handling, and Swing components.
* Filled with incisive coding examples and line-by-line analyses.
* Via a companion Web site, provides downloadable example code and links to additional resources.

Java Cryptography Extensions: Practical Guide for Programmers

Más información

978-0-12-742751-5 (en línea)

Disponibilidad
Institución detectada Año de publicación Navegá Descargá Solicitá
No detectada 2004 ScienceDirect

Cobertura temática: Ciencias de la computación e información - Ingeniería de los materiales  

For a long time, there has been a need for a practical, down-to-earth developers book for the Java Cryptography Extension. I am very happy to see there is now a book that can answer many of the technical questions that developers, managers, and researchers have about such a critical topic. I am sure that this book will contribute greatly to the success of securing Java applications and deployments for e-business. --Anthony Nadalin, Java Security Lead Architect, IBM

For many Java developers and software engineers, cryptography is an "on-demand" programming exercise, where cryptographic concepts are shelved until the next project requires renewed focus. But considerations for cryptography must be made early on in the design process and it’s imperative that developers know what kinds of solutions exist.

One of Java’s solutions to help bridge the gap between academic research and real-world problem solving comes in the form of a well-defined architecture for implementing cryptographic solutions. However, to use the architecture and its extensions, it is important to recognize the pros and cons of different cryptographic algorithms and to know how to implement various devices like key agreements, digital signatures, and message digests, to name a few.

In Java Cryptography Extensions (JCE), cryptography is discussed at the level that developers need to know to work with the JCE and with their own applications but that doesn’t overwhelm by packing in details unimportant to the busy professional. The JCE is explored using numerous code examples and instructional detail, with clearly presented sections on each aspect of the Java library. An online open-source cryptography toolkit and the code for all of the examples further reinforces the concepts covered within the book. No other resource presents so concisely or effectively the exact material needed to begin utilizing the JCE.

* Written by a seasoned veteran of both cryptography and server-side programming
* Covers the architecture of the JCE, symmetric ciphers, asymmetric ciphers, message digests, message authentication codes, digital signatures, and managing keys and certificates
* Includes a companion web site that contains the code for the examples in the book, open-source cryptographic toolkits, and further resources

Java Data Mining: Strategy, Standard, and Practice

Más información

978-0-12-370452-8 (en línea)

Disponibilidad
Institución detectada Año de publicación Navegá Descargá Solicitá
No detectada 2007 ScienceDirect

Cobertura temática: Ciencias de la computación e información - Ingeniería de los materiales  

Whether you are a software developer, systems architect, data analyst, or business analyst, if you want to take advantage of data mining in the development of advanced analytic applications, Java Data Mining, JDM, the new standard now implemented in core DBMS and data mining/analysis software, is a key solution component. This book is the essential guide to the usage of the JDM standard interface, written by contributors to the JDM standard.

The book discusses and illustrates how to solve real problems using the JDM API. The authors provide you with:

* Data mining introduction—an overview of data mining and the problems it can address across industries; JDM’s place in strategic solutions to data mining-related problems;
* JDM essentials—concepts, design approach and design issues, with detailed code examples in Java; a Web Services interface to enable JDM functionality in an SOA environment; and illustration of JDM XML Schema for JDM objects;
* JDM in practice—the use of JDM from vendor implementations and approaches to customer applications, integration, and usage; impact of data mining on IT infrastructure; a how-to guide for building applications that use the JDM API.
* Free, downloadable KJDM source code referenced in the book available here

* Data mining introduction—an overview of data mining and the problems it can address across industries; JDM's place in strategic solutions to data mining-related problems;
* JDM essentials—concepts, design approach and design issues, with detailed code examples in Java; a Web Services interface to enable JDM functionality in an SOA environment; and illustration of JDM XML Schema for JDM objects;
* JDM in practice—the use of JDM from vendor implementations and approaches to customer applications, integration, and usage; impact of data mining on IT infrastructure; a how-to guide for building applications that use the JDM API.
* Free, downloadable KJDM source code referenced in the book available here

Java Web Services Architecture

Más información

978-1-55860-900-6 (en línea)

Disponibilidad
Institución detectada Año de publicación Navegá Descargá Solicitá
No detectada 2003 ScienceDirect

Cobertura temática: Ciencias de la computación e información - Ingeniería de los materiales  

Written by industry thought leaders, Java Web Services Architecture is a no-nonsense guide to web services technologies including SOAP, WSDL, UDDI and the JAX APIs. This book is useful for systems architects and provides many of the practical considerations for implementing web services including authorization, encryption, transactions and the future of Web Services.
  • Covers all the standards, the JAX APIs, transactions, security, and more.
  • Web enhanced with additional material at http://www.webservicesarchitecture.com.

revistas Acceso Abierto
Agregar a Mi catálogo

ISSNs 2212-0149 (en línea)

Disponibilidad
Institución detectada Período Navegá Descargá Solicitá
No requiere desde ene. 2013 / hasta ene. 2014 ScienceDirect acceso abierto

Cobertura temática: Ciencias médicas y de la salud  


JDBC: Practical Guide for Java Programmers

Más información

978-1-55860-736-1 (en línea)

Disponibilidad
Institución detectada Año de publicación Navegá Descargá Solicitá
No detectada 2002 ScienceDirect

Cobertura temática: Ciencias de la computación e información - Ingeniería de los materiales  


JDBC: Practical Guide for Java Programmers is the quickest way to gain the skills required for connecting your Java application to a SQL database. Practical, tutorial-based coverage keeps you focused on the essential tasks and techniques, and incisive explanations cement your understanding of the API features you'll use again and again. No other resource presents so concisely or so effectively the exact material you need to get up and running with JDBC right away.



* Provides tutorial-based instruction in key JDBC techniques, complemented by example code.
* Centered around an incrementally developed example of a three-tiered application for a video rental e-commerce site.
* Designed to help you tackle standard JDBC tasks: connecting your database to the Internet, displaying query results, using stored procedures, updating the database, storing metadata, carrying out transactions, working with binary large objects, implementing security, and more.
* Via the companion Web site, provides code for the examples, tools for loading the example database, links to useful JDBC sites, and a forum in which to interact with other readers.