| |
|
|
|
|
|
|
|
|
1. |
Record Nr. |
UNINA9910459303003321 |
|
|
Autore |
Pirovolakis Eftichis <1970-> |
|
|
Titolo |
Reading Derrida and Ricoeur [[electronic resource] ] : improbable encounters between deconstruction and hermeneutics / / Eftichis Pirovolakis |
|
|
|
|
|
|
|
Pubbl/distr/stampa |
|
|
Albany, : State University of New York Press, c2010 |
|
|
|
|
|
|
|
ISBN |
|
1-4384-2951-7 |
1-4416-4053-3 |
|
|
|
|
|
|
|
|
Descrizione fisica |
|
1 online resource (242 p.) |
|
|
|
|
|
|
Collana |
|
SUNY series, insinuations : philosophy, psychoanalysis, literature |
|
|
|
|
|
|
Disciplina |
|
|
|
|
|
|
Soggetti |
|
Deconstruction |
Phenomenology and literature |
Hermeneutics |
Literature - Philosophy |
Criticism - History - 20th century |
Electronic books. |
|
|
|
|
|
|
|
|
Lingua di pubblicazione |
|
|
|
|
|
|
Formato |
Materiale a stampa |
|
|
|
|
|
Livello bibliografico |
Monografia |
|
|
|
|
|
Note generali |
|
Bibliographic Level Mode of Issuance: Monograph |
|
|
|
|
|
|
Nota di bibliografia |
|
Includes bibliographical references and index. |
|
|
|
|
|
|
Nota di contenuto |
|
Ricoeur on Husserl and Freud: from a perceptual to a reflective present -- Derrida and the rhythmic discontinuity -- Ricoeur's hermeneutics of the self -- Secret singularities. |
|
|
|
|
|
|
|
|
Sommario/riassunto |
|
"Written in the aftermath of the deaths of the French philosophers Jacques Derrida (1930-2004) and Paul Ricoeur (1913-2005). this book is an important and innovative study of the contentious relation between deconstruction and hermeneutics, Offering close readings of Derrida's and Ricoeur's writings on phenomenology, psychoanalysis, structuralist linguistics. and Levinasian ethics, Efrichis Pirovolakis introduces the motif of "improbable encounters," and explicates why the two thinkers may be said to be simultaneously close to each other and separated by an unbridgeable abyss. Pirovolakis complicates any facile distinction between these movements, which are two of the most influential streams of continental thought, and questions a certain pathos with respect to the distance separating them. Pirovolakis also translates Derrida's brief tribute to Ricoeur: "The Word: Giving, Naming, |
|
|
|
|
|
|
|
|
|
|
|
|
|
Calling," which appears here in English for the first time. The book is essential reading for anyone immersed in continental philosophy or literary theory."--BOOK JACKET. |
|
|
|
|
|
|
2. |
Record Nr. |
UNINA9910823912103321 |
|
|
Autore |
Alexandre Thomas |
|
|
Titolo |
Scala for Java developers : build reactive, scalable applications and integrate Java code with the power of Scala / / Thomas Alexandre ; cover image by Grégoire Alexandre |
|
|
|
|
|
|
|
Pubbl/distr/stampa |
|
|
Birmingham, England : , : Packt Publishing, , 2014 |
|
©2014 |
|
|
|
|
|
|
|
|
|
ISBN |
|
|
|
|
|
|
Descrizione fisica |
|
1 online resource (282 p.) |
|
|
|
|
|
|
Collana |
|
Community Experience Distilled |
|
|
|
|
|
|
Disciplina |
|
|
|
|
|
|
Soggetti |
|
Scala (Computer program language) |
Multiparadigm programming (Computer science) |
|
|
|
|
|
|
|
|
Lingua di pubblicazione |
|
|
|
|
|
|
Formato |
Materiale a stampa |
|
|
|
|
|
Livello bibliografico |
Monografia |
|
|
|
|
|
Note generali |
|
|
|
|
|
|
Nota di contenuto |
|
Cover; Copyright; Credits; Foreword; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Programming Interactively within Your Project; Advantages of using Scala for Java projects; More concise and expressive; Increased productivity; Natural evolution from Java; Better fit for asynchronous and concurrent code; Learning Scala through the REPL; Declaring val/var variables; Defining classes; Explaining case classes; Operations on collections; Transforming collections containing primitive types; Collections of more complex objects; Filter and partition |
Dealing with tuplesIntroducing Map; Introducing the Option construct; A glimpse at pattern matching; The map method; Looking at String Interpolation; The groupBy method; The foldLeft method; Summary; Chapter 2: Code Integration; Creating a REST API from an existing database; The sample database; Setting up a Maven project; Creating JPA entities and REST web service; Running and testing the project; Adding a test in Scala; Setting up Scala within a Java Maven project; |
|
|
|
|
|
|
|
|
|
|
|
Scala and Java collaboration; Converting between collection types; JavaBean-style properties; Scala and Java object orientation |
Scala traits as enhanced Java interfacesDeclaring objects; Introducing companion objects; Handling exceptions; Differences in style between Java and Scala code; Adjusting the code layout; Naming conventions; Summary; Chapter 3: Understanding the Scala Ecosystem; Inheriting Java Integrated Development Environments (IDEs); Building with Simple Build Tool (SBT); Getting started with SBT; Creating a sample project; Importing the project in Eclipse, IntelliJ IDEA, and NetBeans; Creating a web application that runs on a servlet container; Using sbt-assembly to build a single .jar archive |
Formatting code with ScalariformExperimenting with Scala Worksheets; Working with HTTP; Scala's for comprehension; Taking advantage of Typesafe Activator; Creating an application based on activator templates; The REPL as a scripting engine; Summary; Chapter 4: Testing Tools; Writing tests with ScalaTest; BDD-style testing; Functional testing; Mocking with ScalaMock; Testing with ScalaCheck; Summary; Chapter 5: Getting Started with the Play Framework; Getting started with the classic Play distribution; Getting started with the Typesafe Activator; Architecture of a Play application |
Visualizing the framework stackExploring the request-response lifecycle; Handling a request in the controller; Rendering the view; Playing with authentication; Practical tips when using Play; Debugging with Play; Dealing with version control; Summary; Chapter 6: Database Access and the Future of ORM; Integrating an existing ORM - Hibernate and JPA; Making JPA available in Scala; Dealing with persistence in the Play Framework; A simple example using Anorm; Replacing ORM; Learning about Slick; Scaffolding a Play application; Importing test data; Visualizing the database in the H2-browser |
Exploring the code behind the app generation |
|
|
|
|
|
|
Sommario/riassunto |
|
This step-by-step guide is full of easy-to-follow code taken from real-world examples explaining the migration and integration of Scala in a Java project. If you are a Java developer or a Java architect, working in Java EE-based solutions and want to start using Scala in your daily programming, this book is ideal for you. This book will get you up and running quickly by adopting a pragmatic approach with real-world code samples. No prior knowledge of Scala is required. |
|
|
|
|
|
|
|
| |