Author: Pablo Augusto Sznajdleder
Publisher: Marcombo
ISBN: 8426728723
Category : Computers
Languages : es
Pages : 343
Book Description
Programar en Java y desarrollar aplicaciones Java son cosas diferentes. La primera requiere conocer el lenguaje de programación. La segunda, además, requiere dominar conceptos de diseño y herramientas genéricas o frameworks que faciliten la automatización de las tareas rutinarias y repetitivas del desarrollo. Este libro conjuga ambos caminos: le explica el lenguaje de programación desde cero y le guía en el desarrollo de aplicaciones Java que respeten los lineamientos de diseño recomendados por los expertos de la industria. A grandes rasgos, los temas tratados en este manual y con los que podrá desarrollar una aplicación Java, distribuida, basada en microservicios y con acceso a bases de datos son: el lenguaje Java, la Programación Orientada a Objetos, el JDBC (Acceso a Bases de Datos), los Patrones de Diseño, los Archivos y el Networking, Multithreading y Reflection (Introspección de Clases y Objetos). Asimismo, gracias a este libro, conocerá conceptos esenciales en Java como: o El frontend y el backend, este último dividido entre las capas de Negocio (façade) y de Acceso a Datos (DAO). o Los frameworks, para automatizar ciertas tareas del desarrollo y permitir que el programador se enfoque en resolver el problema de negocio. Para esto se detalla cómo diseñar, programar y utilizar emuladores de los frameworks más importantes del mercado: Hibernate (MyHibernate), Spring (MySpring) y Spring Boot (MySpringBoot). Consiga su ejemplar de El gran libro de Java a fondo y aprenda todo lo necesario para trabajar con Java 10 e ir más allá de la versión vigente.
El gran libro de Java a Fondo 4a Ed.
Author: Pablo Augusto Sznajdleder
Publisher: Marcombo
ISBN: 8426728723
Category : Computers
Languages : es
Pages : 343
Book Description
Programar en Java y desarrollar aplicaciones Java son cosas diferentes. La primera requiere conocer el lenguaje de programación. La segunda, además, requiere dominar conceptos de diseño y herramientas genéricas o frameworks que faciliten la automatización de las tareas rutinarias y repetitivas del desarrollo. Este libro conjuga ambos caminos: le explica el lenguaje de programación desde cero y le guía en el desarrollo de aplicaciones Java que respeten los lineamientos de diseño recomendados por los expertos de la industria. A grandes rasgos, los temas tratados en este manual y con los que podrá desarrollar una aplicación Java, distribuida, basada en microservicios y con acceso a bases de datos son: el lenguaje Java, la Programación Orientada a Objetos, el JDBC (Acceso a Bases de Datos), los Patrones de Diseño, los Archivos y el Networking, Multithreading y Reflection (Introspección de Clases y Objetos). Asimismo, gracias a este libro, conocerá conceptos esenciales en Java como: o El frontend y el backend, este último dividido entre las capas de Negocio (façade) y de Acceso a Datos (DAO). o Los frameworks, para automatizar ciertas tareas del desarrollo y permitir que el programador se enfoque en resolver el problema de negocio. Para esto se detalla cómo diseñar, programar y utilizar emuladores de los frameworks más importantes del mercado: Hibernate (MyHibernate), Spring (MySpring) y Spring Boot (MySpringBoot). Consiga su ejemplar de El gran libro de Java a fondo y aprenda todo lo necesario para trabajar con Java 10 e ir más allá de la versión vigente.
Publisher: Marcombo
ISBN: 8426728723
Category : Computers
Languages : es
Pages : 343
Book Description
Programar en Java y desarrollar aplicaciones Java son cosas diferentes. La primera requiere conocer el lenguaje de programación. La segunda, además, requiere dominar conceptos de diseño y herramientas genéricas o frameworks que faciliten la automatización de las tareas rutinarias y repetitivas del desarrollo. Este libro conjuga ambos caminos: le explica el lenguaje de programación desde cero y le guía en el desarrollo de aplicaciones Java que respeten los lineamientos de diseño recomendados por los expertos de la industria. A grandes rasgos, los temas tratados en este manual y con los que podrá desarrollar una aplicación Java, distribuida, basada en microservicios y con acceso a bases de datos son: el lenguaje Java, la Programación Orientada a Objetos, el JDBC (Acceso a Bases de Datos), los Patrones de Diseño, los Archivos y el Networking, Multithreading y Reflection (Introspección de Clases y Objetos). Asimismo, gracias a este libro, conocerá conceptos esenciales en Java como: o El frontend y el backend, este último dividido entre las capas de Negocio (façade) y de Acceso a Datos (DAO). o Los frameworks, para automatizar ciertas tareas del desarrollo y permitir que el programador se enfoque en resolver el problema de negocio. Para esto se detalla cómo diseñar, programar y utilizar emuladores de los frameworks más importantes del mercado: Hibernate (MyHibernate), Spring (MySpring) y Spring Boot (MySpringBoot). Consiga su ejemplar de El gran libro de Java a fondo y aprenda todo lo necesario para trabajar con Java 10 e ir más allá de la versión vigente.
El gran libro de Java a fondo
Author: Pablo Augusto Sznajdleder
Publisher:
ISBN: 9789873832505
Category :
Languages : es
Pages : 327
Book Description
Publisher:
ISBN: 9789873832505
Category :
Languages : es
Pages : 327
Book Description
El gran libro de Java a fondo
Author: Pablo Augusto Sznajdleder
Publisher:
ISBN: 9788426728418
Category :
Languages : es
Pages : 327
Book Description
Publisher:
ISBN: 9788426728418
Category :
Languages : es
Pages : 327
Book Description
Crafting Interpreters
Author: Robert Nystrom
Publisher: Genever Benning
ISBN: 0990582949
Category : Computers
Languages : en
Pages : 1021
Book Description
Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience with that corner of computer science was a terrifying "compilers" class that they suffered through in undergrad and tried to blot from their memory as soon as they had scribbled their last NFA to DFA conversion on the final exam. That fearsome reputation belies a field that is rich with useful techniques and not so difficult as some of its practitioners might have you believe. A better understanding of how programming languages are built will make you a stronger software engineer and teach you concepts and data structures you'll use the rest of your coding days. You might even have fun. This book teaches you everything you need to know to implement a full-featured, efficient scripting language. You'll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up with new ideas, and your hands will get dirty and calloused. Starting from main(), you will build a language that features rich syntax, dynamic typing, garbage collection, lexical scope, first-class functions, closures, classes, and inheritance. All packed into a few thousand lines of clean, fast code that you thoroughly understand because you wrote each one yourself.
Publisher: Genever Benning
ISBN: 0990582949
Category : Computers
Languages : en
Pages : 1021
Book Description
Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience with that corner of computer science was a terrifying "compilers" class that they suffered through in undergrad and tried to blot from their memory as soon as they had scribbled their last NFA to DFA conversion on the final exam. That fearsome reputation belies a field that is rich with useful techniques and not so difficult as some of its practitioners might have you believe. A better understanding of how programming languages are built will make you a stronger software engineer and teach you concepts and data structures you'll use the rest of your coding days. You might even have fun. This book teaches you everything you need to know to implement a full-featured, efficient scripting language. You'll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up with new ideas, and your hands will get dirty and calloused. Starting from main(), you will build a language that features rich syntax, dynamic typing, garbage collection, lexical scope, first-class functions, closures, classes, and inheritance. All packed into a few thousand lines of clean, fast code that you thoroughly understand because you wrote each one yourself.
Java a fondo
Author: Pablo Augusto Sznajdleder
Publisher: Alpha Editorial
ISBN: 6077079065
Category : Computers
Languages : es
Pages : 446
Book Description
Java a fondo propone un curso de lenguaje y desarrollo de aplicaciones. Java basado en un enfoque totalmente práctico, sin vueltas ni rodeos, y contemplando el aprendizaje basado en competencias. El libro comienza desde un nivel "cero" y avanza hasta llegar a temas complejos como Introspección de clases y objetos, Acceso a bases de datos (JDBC), Multiprogramación, Networking y Objetos distribuidos (RMI), entre otros. Se hace hincapié en la teoría de objetos: polimorfismo, clases abstractas, interfaces Java y clases genéricas así como en el uso de patrones de diseño que permiten desacoplar las diferentes partes que componen una aplicación para que esta resulte ser mantenible, extensible y escalable. La obra explica cómo diseñar y desarrollar aplicaciones Java respetando los estándares y lineamientos propuestos por los expertos de la industria lo que la convierte en una herramienta fundamental para obtener las certificaciones internacionales SCJP (Sun Certified Java Programmer) y SCJD (Sun Certified Java Developer).
Publisher: Alpha Editorial
ISBN: 6077079065
Category : Computers
Languages : es
Pages : 446
Book Description
Java a fondo propone un curso de lenguaje y desarrollo de aplicaciones. Java basado en un enfoque totalmente práctico, sin vueltas ni rodeos, y contemplando el aprendizaje basado en competencias. El libro comienza desde un nivel "cero" y avanza hasta llegar a temas complejos como Introspección de clases y objetos, Acceso a bases de datos (JDBC), Multiprogramación, Networking y Objetos distribuidos (RMI), entre otros. Se hace hincapié en la teoría de objetos: polimorfismo, clases abstractas, interfaces Java y clases genéricas así como en el uso de patrones de diseño que permiten desacoplar las diferentes partes que componen una aplicación para que esta resulte ser mantenible, extensible y escalable. La obra explica cómo diseñar y desarrollar aplicaciones Java respetando los estándares y lineamientos propuestos por los expertos de la industria lo que la convierte en una herramienta fundamental para obtener las certificaciones internacionales SCJP (Sun Certified Java Programmer) y SCJD (Sun Certified Java Developer).
Java a fondo
Author: Pablo Sznajdleder
Publisher: Alpha Editorial
ISBN: 6076227672
Category : Computers
Languages : es
Pages : 463
Book Description
Java a fondo, ya en su tercera edición, es un curso universitario de lenguaje y desarrollo de aplicaciones Java (actualizado a la versión 8) basado en un enfoque totalmente práctico, sin vueltas ni rodeos. El libro comienza desde un nivel "cero" y avanza hasta llegar a temas complejos como introspección de clases y objetos, acceso a bases de datos (JDBC), multiprogramación, networking y objetos distribuidos (RMI), entre otros. Incluye introducción a Hibernate y Spring.
Publisher: Alpha Editorial
ISBN: 6076227672
Category : Computers
Languages : es
Pages : 463
Book Description
Java a fondo, ya en su tercera edición, es un curso universitario de lenguaje y desarrollo de aplicaciones Java (actualizado a la versión 8) basado en un enfoque totalmente práctico, sin vueltas ni rodeos. El libro comienza desde un nivel "cero" y avanza hasta llegar a temas complejos como introspección de clases y objetos, acceso a bases de datos (JDBC), multiprogramación, networking y objetos distribuidos (RMI), entre otros. Incluye introducción a Hibernate y Spring.
Ready Player One
Author: Ernest Cline
Publisher: Ballantine Books
ISBN: 0307887456
Category : Fiction
Languages : en
Pages : 386
Book Description
#1 NEW YORK TIMES BESTSELLER • Now a major motion picture directed by Steven Spielberg. “Enchanting . . . Willy Wonka meets The Matrix.”—USA Today • “As one adventure leads expertly to the next, time simply evaporates.”—Entertainment Weekly A world at stake. A quest for the ultimate prize. Are you ready? In the year 2045, reality is an ugly place. The only time Wade Watts really feels alive is when he’s jacked into the OASIS, a vast virtual world where most of humanity spends their days. When the eccentric creator of the OASIS dies, he leaves behind a series of fiendish puzzles, based on his obsession with the pop culture of decades past. Whoever is first to solve them will inherit his vast fortune—and control of the OASIS itself. Then Wade cracks the first clue. Suddenly he’s beset by rivals who’ll kill to take this prize. The race is on—and the only way to survive is to win. NAMED ONE OF THE BEST BOOKS OF THE YEAR BY Entertainment Weekly • San Francisco Chronicle • Village Voice • Chicago Sun-Times • iO9 • The AV Club “Delightful . . . the grown-up’s Harry Potter.”—HuffPost “An addictive read . . . part intergalactic scavenger hunt, part romance, and all heart.”—CNN “A most excellent ride . . . Cline stuffs his novel with a cornucopia of pop culture, as if to wink to the reader.”—Boston Globe “Ridiculously fun and large-hearted . . . Cline is that rare writer who can translate his own dorky enthusiasms into prose that’s both hilarious and compassionate.”—NPR “[A] fantastic page-turner . . . starts out like a simple bit of fun and winds up feeling like a rich and plausible picture of future friendships in a world not too distant from our own.”—iO9
Publisher: Ballantine Books
ISBN: 0307887456
Category : Fiction
Languages : en
Pages : 386
Book Description
#1 NEW YORK TIMES BESTSELLER • Now a major motion picture directed by Steven Spielberg. “Enchanting . . . Willy Wonka meets The Matrix.”—USA Today • “As one adventure leads expertly to the next, time simply evaporates.”—Entertainment Weekly A world at stake. A quest for the ultimate prize. Are you ready? In the year 2045, reality is an ugly place. The only time Wade Watts really feels alive is when he’s jacked into the OASIS, a vast virtual world where most of humanity spends their days. When the eccentric creator of the OASIS dies, he leaves behind a series of fiendish puzzles, based on his obsession with the pop culture of decades past. Whoever is first to solve them will inherit his vast fortune—and control of the OASIS itself. Then Wade cracks the first clue. Suddenly he’s beset by rivals who’ll kill to take this prize. The race is on—and the only way to survive is to win. NAMED ONE OF THE BEST BOOKS OF THE YEAR BY Entertainment Weekly • San Francisco Chronicle • Village Voice • Chicago Sun-Times • iO9 • The AV Club “Delightful . . . the grown-up’s Harry Potter.”—HuffPost “An addictive read . . . part intergalactic scavenger hunt, part romance, and all heart.”—CNN “A most excellent ride . . . Cline stuffs his novel with a cornucopia of pop culture, as if to wink to the reader.”—Boston Globe “Ridiculously fun and large-hearted . . . Cline is that rare writer who can translate his own dorky enthusiasms into prose that’s both hilarious and compassionate.”—NPR “[A] fantastic page-turner . . . starts out like a simple bit of fun and winds up feeling like a rich and plausible picture of future friendships in a world not too distant from our own.”—iO9
The RISC-V Reader
Author: David A. Patterson
Publisher:
ISBN: 9780999249109
Category : Assembly languages (Electronic computers)
Languages : en
Pages :
Book Description
Publisher:
ISBN: 9780999249109
Category : Assembly languages (Electronic computers)
Languages : en
Pages :
Book Description
The Invention of the Americas
Author: Enrique D. Dussel
Publisher: Burns & Oates
ISBN:
Category : Biography & Autobiography
Languages : en
Pages : 232
Book Description
Publisher: Burns & Oates
ISBN:
Category : Biography & Autobiography
Languages : en
Pages : 232
Book Description
Neglected Crops
Author: J. Esteban Hernández Bermejo
Publisher: Food & Agriculture Org.
ISBN: 9789251032176
Category : Business & Economics
Languages : en
Pages : 372
Book Description
About neglected crops of the American continent. Published in collaboration with the Botanical Garden of Cord�ba (Spain) as part of the Etnobot�nica92 Programme (Andalusia, 1992)
Publisher: Food & Agriculture Org.
ISBN: 9789251032176
Category : Business & Economics
Languages : en
Pages : 372
Book Description
About neglected crops of the American continent. Published in collaboration with the Botanical Garden of Cord�ba (Spain) as part of the Etnobot�nica92 Programme (Andalusia, 1992)