Showing 81 - 120 results of 216 for search '"Statelessness"', query time: 0.52s Refine Results
  1. 81

    Migrations and mobilities : citizenship, borders, and gender

    Published 2009
    Table of Contents: “…Citizenship and gender in the ancient world : the experience of Athens and Rome / Cynthia Patterson -- The stateless as the citizen's other : a view from the United States / Linda K. …”
    Book
  2. 82

    Building RESTful Web Services with .NET Core : Developing Distributed Web Services to improve scalability with .NET Core 2.0 and ASP.NET Core 2.0. by Aroraa, Gaurav

    Published 2018
    Table of Contents: “…Chapter 2: Building the Initial Framework -- Laying the Foundation of the ApplicationSOAP; SOAP structure; Important points about SOAP; SOAP with HTTP POST; REST; Server and client are independent; Statelessness; Setting up the environment; Running the application; What's cooking here?…”
    Full text (Emmanuel users only)
    Electronic eBook
  3. 83

    React.js essentials : a fast-paced guide to designing and building scalable and maintainable web apps with React.js / Fast-paced guide to designing and building scalable and mainta... by Fedosejev, Artemij

    Published 2015
    Table of Contents: “…Creating React Elements with JavaScriptThe type parameter; The props parameter; The children parameter; Rendering React Elements; Creating React Elements with JSX; Summary; Chapter 3: Create Your First React Component ; Stateless versus stateful; Creating your first stateless React component; Creating your first stateful React component; Summary; Chapter 4: Make Your React Components Reactive ; Solving a problem using React; Planning your React application; Creating a container React component; Summary; Chapter 5: Use Your React Components with Another Library.…”
    Full text (Emmanuel users only)
    Electronic eBook
  4. 84

    EJB 3 developer guide : a practical guide for developers and architects to the Enterprise Java Beans standard by Sikora, Michael

    Published 2008
    Table of Contents: “…Cover -- Table of Contents -- Preface -- Chapter 1: Introduction to the EJB 3 Architecture -- Introduction to the Java EE Architecture -- The EJB 3 Architecture -- EJB Container Services -- The JPA Persistence Engine -- EJB 3 Compared with Earlier Versions -- Getting Started -- Installing GlassFish -- Testing the Installation -- Accessing the Administrator Console -- Shutting Down GlassFish -- Downloading Example Source Code -- Summary -- Chapter 2: Session Beans -- Introduction -- Stateless Session Beans -- Annotations -- Creating a Session Bean Client -- Running the Example -- The Program Directory Structure -- The Ant Build Script -- The Application Client Container -- Stateless Session Bean's LifeCycle -- Stateful Session Beans -- Stateful Session Bean's LifeCycle -- Local Interfaces -- Summary -- Chapter 3: Entities -- Introduction -- EJB 3 Entities -- Comparison with EJB 2.x Entity Beans -- Mapping an Entity to a Database Table -- Introducing the EntityManager -- Packaging and Deploying Entities -- The Program Directory Structure -- Building the Application -- Field-Based Annotations -- Generating Primary Keys -- Table Strategy -- Sequence Strategy -- Identity Strategy -- Auto Strategy -- Overriding Metadata Defaults -- Summary -- Chapter 4: Object/Relational Mapping -- O/R Mapping Default Behavior -- A Banking Example Application -- Testing the Application -- O/R Mapping Overriding Defaults -- Customer Entity -- Account Entity -- Address Entity -- BankServiceBean -- O/R Mapping Additional Annotations -- Referee Class -- BankServiceBean -- Composite Primary Keys -- O/R Inheritance Mapping -- SINGLE_TABLE Strategy -- JOINED Strategy -- Table per Concrete Class Strategy -- Summary -- Chapter 5: The Java Persistence Query Language -- Introduction -- Simple Queries -- Projection -- Conditional Expressions -- Aggregate Functions -- GROUP BY -- HAVING -- Queries with Relationships -- Joins -- Inner Joins -- Outer Joins -- Fetch Joins -- Collection Comparison Expressions -- Constructor Expressions -- SubQueries -- Functions -- CONCAT -- SUBSTRING -- TRIM -- LOWER and UPPER -- LENGTH -- LOCATE -- ABS -- SQRT -- MOD -- SIZE -- Queries with Parameters -- Positional Parameters -- Named Parameters -- Named Queries -- Handling Date and Time -- @Temporal annotation -- Queries with Date Parameters -- Datetime Functions -- Bulk Update and Delete -- Native SQL -- Summary -- Chapter 6: Entity Manager -- Application-managed Entity Manager -- Entity Manager Merge -- Entity Manager Methods -- remove() -- contains() -- flush() -- setFlushMode() -- refresh() -- clear() -- Cascade Operations -- persist -- remove -- merge -- refresh -- all -- Extended Persistence Context -- Entity LifeCycle Callback Methods -- Entity Listeners -- Summary -- Chapter 7: Transactions -- Introduction -- Container-Managed Transaction Demarcation -- SUPPORTS -- NOT_SUPPORTED -- REQUIRED -- REQUIRES_NEW -- MANDAT.…”
    Full text (Emmanuel users only)
    Electronic eBook
  5. 85

    The rising tide of color : race, state violence, and radical movements across the Pacific

    Published 2014
    Table of Contents: “…Forging Multiracial Fronts -- Positively Stateless : Marcus Graham, the Ferrero-Sallitto Case, and Anarchist Challenges to Race and Deportation / Kenyon Zimmer -- Relief and Revolution : Southern California Struggles against Unemployment in the 1930s / Christina Heatherton -- Part Four. …”
    Full text (Emmanuel users only)
    Electronic eBook
  6. 86

    The Marxist conception of the state : a contribution to the differentiation of the sociological and the juristic method by Adler, Max, 1873-1937

    Published 2019
    Table of Contents: “…The 'Marvel' of the Stateless Organisation‎; Chapter 18. Utopianism in Marx and Engels; ‎Chapter 19. …”
    Full text (Emmanuel users only)
    Electronic eBook
  7. 87

    TypeScript Microservices : Build, deploy, and secure Microservices using TypeScript combined with Node.js. by Ghiya, Parth

    Published 2018
    Table of Contents: “…; Principles and characteristics; No monolithic modules; Dumb communication pipes; Decentralization or self-governance; Service contracts and statelessness; Lightweight; Polyglot; Good parts of microservices; Self-dependent teams; Graceful degradation of services.…”
    Full text (Emmanuel users only)
    Electronic eBook
  8. 88

    Citizenship in Africa : the Law of Belonging. by Manby, Bronwen

    Published 2018
    Table of Contents: “…The Importance of Recognised Nationality and the Impact of Statelessness; 11. An Agenda for Research and Reform; 11.1. …”
    Full text (Emmanuel users only)
    Electronic eBook
  9. 89

    An Introduction to Contemporary International Law : a Policy-Oriented Perspective. by Chen, Lung-chu

    Published 2014
    Table of Contents: “…Control of People: Nationality and Movement; Basic Community Policy; Trends in Decision and Conditioning Factors; Control of Community Membership via Nationality; Conferment of Nationality; Withdrawal of Nationality; Statelessness; Multiple Nationality; Control of Movement of People; Competence to Admit, Exclude, and Expel vs. …”
    Full text (Emmanuel users only)
    Electronic eBook
  10. 90

    Digest of United States practice in International law 2006

    Published 2007
    Table of Contents: “…NATIONALITY AND CITIZENSHIP; 1. Statelessness; 2. Determination of Citizenship in In Vitro Case; B. …”
    Full text (Emmanuel users only)
    Electronic eBook
  11. 91

    Learning .NET high-performance programming : learn everything you need to know about performance-oriented programming for the .NET Framework / Learn everything you need to know abo... by Esposito, Antonio

    Published 2015
    Table of Contents: “…Performance concerns3-tier architecture; Performance concerns; Service-Oriented Architecture (SOA); Standardized service contract; Service loose coupling; Service abstraction; Service reusability; Service autonomy; Service statelessness; Service discoverability; Service composability; Performance concerns; Architecture comparison; Common platform architectures; Architecting desktop applications; Architecting mobile applications; Architecting web applications; Architecting cloud web applications; Performance considerations; Caching, when and where; PLINQ everywhere; Inversion of Control (IoC)…”
    Full text (Emmanuel users only)
    Electronic eBook
  12. 92

    Borderscapes : hidden geographies and politics at territory's edge

    Published 2007
    Table of Contents: “…Introduction / Prem Kumar Rajaram and Carl Grundy-Warr -- Knowledge, power, surveillance -- Detention of foreigners, states of exception, and the social practices of control of the banopticon / Didier Bigo -- Struggling with (il)legality: the indeterminate functioning of Malaysia's borders for asylum seekers, refugees, and stateless persons / Alice M. Nah -- The foreigner in the security continuum: judicial resistance in the United Kingdom / Elspeth Guild -- Ambivalent categories: hill tribes and illegal migrants in Thailand / Mika Toyota -- Borderpanic: representing migrants and borders -- Danger happens at the border / Emma Haddad -- Violence, subversion, and creativity in the Thai-Malaysian borderland / Alexander Horstmann -- Rethinking borderscapes: mapping hidden geographies -- The poetry of boundaries / James D. …”
    Full text (Emmanuel users only)
    Electronic eBook
  13. 93

    Docker for Serverless Applications : Containerize and orchestrate functions using OpenFaas, OpenWhisk, and Fn. by Kaewkasi, Chanwit

    Published 2018
    Table of Contents: “…Shipping an imageRunning a container; Docker Swarm clusters; Setting up a cluster; Masters and workers; Services and tasks; Docker and serverless; Exercises; Summary; Chapter 3: Serverless Frameworks; AWS Lambda; Limitations; Lambda termination; Container reuse; Native executables; Azure Functions; Scaling; Limitations; Durable functions; Google Cloud Functions; Overview; Execution model; Statelessness; Timeout; Execution guarantees; IBM Cloud Functions; The Serverless Framework; Exercise; Summary; Chapter 4: OpenFaaS on Docker; What is OpenFaaS?…”
    Full text (Emmanuel users only)
    Electronic eBook
  14. 94

    Mastering Hibernate. by Rad, Ramin

    Published 2016
    Table of Contents: “…; Quick Hibernate; Working with a session; Session internals; Contextual session; Session per request; Session per conversation; Session per operation; Stateless session; Entity; Entity lifecycle; Types of entities; Identity crisis; Beyond JPA; Proxy objects; Batch processing; Manual batch management; Setting batch size; Using stateless session; Summary; Chapter 2: Advanced Mapping; Mapping concepts; Instances and rows.…”
    Full text (Emmanuel users only)
    Electronic eBook
  15. 95

    ASP. NET Core 2 Fundamentals : Build Cross-Platform Apps and Dynamic Web Services with This Server-side Web Application Framework by Gumus, Onur

    Published 2018
    Table of Contents: “…; HTTP/2's Edge over HTTP/1.x; Request-Response Pattern; Stateless Nature of HTTP; Advantages to HTTP; Work with the Statelessness and the Request-Response Pattern; Client Side and Server Side; Programming Styles -- RPC versus REST; Working with HTTP Methods; The GET Method; The POST Method; List of Important Methods; Other Methods; Activity: Working with the Request-Response Pattern.…”
    Full text (Emmanuel users only)
    Electronic eBook
  16. 96

    React Design Patterns and Best Practices. by Michele Bertoli

    Published 2017
    Table of Contents: “…Reconciliation and keysOptimization techniques; Should component update; Stateless functional components; Common solutions; Why did you update?…”
    Full text (Emmanuel users only)
    Electronic eBook
  17. 97

    Singapore literature and culture : current directions in local and global contexts

    Published 2017
    Table of Contents: “…We who have no country but our century : Wong May, Singapore-stateless poet / Angus Whitehead -- 2. 'A kind of pursuit' : on Boey Kim Cheng's poetry / Shirley Chew -- 3. …”
    Full text (Emmanuel users only)
    Electronic eBook
  18. 98

    Taiwan''s Statesman : Lee Teng-hui and Democracy in Asia. by Kagan, Richard

    Published 2014
    Table of Contents: “…Taiwan: Archipelago, Colony, and Stateless Nation; Chapter 3. Childhood: Seeking a Wider World; Chapter 4. …”
    Full text (Emmanuel users only)
    Electronic eBook
  19. 99

    Children bound to labor : the pauper apprentice system in early America

    Published 2009
    Table of Contents: “…Elliott Russo -- The stateless and the orphaned among Montreal's apprentices, 1791-1842 / Gillian Hamilton -- Apprenticeship policy in Virginia : from patriarchal to republican policies of social welfare / Holly Brewer -- Conclusion : reflections on the demand and supply of child labor in early America / Gloria L. …”
    Full text (Emmanuel users only)
    Electronic eBook
  20. 100

    VMware VSphere 6. 7 Cookbook : Practical Recipes to Deploy, Configure, and Manage VMware VSphere 6. 7 Components, 4th Edition. by G. B, Abhilash

    Published 2019
    Table of Contents: “…VMware vSphere 6.7 Cookbook: practical recipes to deploy, configure, and manage VMware vSphere 6.7 components, 4th edition -- Dedication -- Contributors -- Table of Contents -- Preface -- Chapter 1: Deploying a New vSphere 6.7 Infrastructure -- Chapter 2: Planning and Executing the Upgrade of vSphere -- Chapter 3: Configuring Network Access Using vSphere Standard Switches -- Chapter 4: Configuring Network Access Using vSphere Distributed Switches -- Chapter 5: Configuring Storage Access for Your vSphere Environment -- Chapter 6: Creating and Managing VMFS Datastores -- Chapter 7: SIOC, Storage DRS, and Profile-Driven Storage -- Chapter 8: Configuring vSphere DRS, DPM, and VMware EVC -- Chapter 9: Achieving High Availability in a vSphere Environment -- Chapter 10: Achieving Configuration Compliance Using vSphere Host Profiles -- Chapter 11: Building Custom ESXi Images Using Image Builder -- Chapter 12: Auto-Deploying Stateless and Stateful ESXi Hosts -- Chapter 13: Creating and Managing Virtual Machines -- Chapter 14: Upgrading and Patching Using vSphere Update Manager -- Chapter 15: Securing vSphere Using SSL Certificates -- Chapter 16: Monitoring the vSphere Infrastructure -- Other Books You May Enjoy -- Index.…”
    Full text (Emmanuel users only)
    Electronic eBook
  21. 101

    Mixed magic : global-local dialogues in fairy tales for young readers by Gutierrez, Anna Katrina

    Published 2017
    Table of Contents: “…East imagines West; 4.1 The glocalization of anime: An overview; 4.2 Glocalizing "home": Negotiating statelessness, furusato, and wakon yōsai; 4.3 Glocal fantasy spaces in the films of Hayao Miyazaki; 4.4 Blends instead of boundaries: Re-imagining the West and the East.…”
    Full text (Emmanuel users only)
    Electronic eBook
  22. 102

    AWS Lambda Quick Start Guide : Learn How to Build and Deploy Serverless Applications on AWS. by Klems, Markus

    Published 2018
    Table of Contents: “…Testing and debugging via the AWS Management ConsoleSummary; Chapter 3: Building a Serverless Application; Building a stateless serverless web application backend; Changing the file structure; Creating more functions; Creating a stateful serverless backend with DynamoDB; Creating a web client; Deploying a serverless frontend on CloudFront; Summary; Chapter 4: Programming AWS Lambda with Java; Deploying and Testing AWS Lambda Functions; Lambda Function with S3 Event Input; Creating a Simple Serverless Java Project; Summary; Chapter 5: Programming AWS Lambda with Python.…”
    Full text (Emmanuel users only)
    Electronic eBook
  23. 103

    Changing Properties Of Property. by Benda-Beckmann, Franz von

    Published 2006
    Table of Contents: “…The Properties of Property; Chapter 2. Ownership in Stateless Places; Chapter 3. The Romance of Privatisation and its Unheralded Challengers: Case Studies from English, Russian, Soviet and Post-Soviet History; Chapter 4. …”
    Full text (Emmanuel users only)
    Electronic eBook
  24. 104

    The worlds of the trust

    Published 2013
    Table of Contents: “…/ Reinout Wibier -- Stateless trusts / Lionel Smith -- The security fiducie in French law / François Barrière -- The trustee : mainspring, or only a cog, in the French fiducie? …”
    Full text (Emmanuel users only)
    Electronic eBook
  25. 105

    The politics of immigration in multi-level states : governance and political parties

    Published 2014
    Table of Contents: “…'Catalunya, terra d'acollida': Stateless Nationalist Party Discourses on Immigration in Catalonia; Nnia Franco-Guilľn and Ricard Zapata-Barrero -- 14. …”
    Full text (Emmanuel users only)
    Electronic eBook
  26. 106

    The status of children arising from inter-country surrogacy arrangements by Wells-Greco, Michael

    Published 2016
    Table of Contents: “…Cover; Table of Contents; Abbreviations; Glossary of key terms used in this research; 1 Introduction; 1.1 Background; 1.2 Setting the scene; 1.3 Jurisdictional approaches; 1.4 Developing the existing research; 1.5 Research questions; 1.6 Research aims; 1.7 Research approach and methodology; 1.8 The importance of Europe for this research; 1.9 Research structure; 1.9.1 Chapter Two: Mapping the policy issues; 1.9.2 Chapter Three: A comparative perspective; 1.9.3 Chapter Four: Surrogacy and human rights; 1.9.4 Chapter Five: The right to a nationality and the prevention of statelessness.…”
    Full text (Emmanuel users only)
    Electronic eBook
  27. 107

    React 16 Essentials - Second Edition. by Fedosejev, Artemij

    Published 2017
    Table of Contents: “…-- Async and the road ahead -- Better component error handling -- Rendering multiple elements and strings -- Rendering to portals -- Summary -- Chapter 2: Installing Powerful Tools for Your Project -- Approaching our project -- Installing Node.js and npm -- Installing Git -- Getting data from the Twitter Streaming API -- Filtering data with Snapkite Engine -- Creating the project structure -- Creating package.json -- Reusing Node.js modules -- Building with Webpack -- Creating a web page -- Summary -- Chapter 3: Creating Your First React Element -- Understanding the virtual DOM -- Installing React -- Creating React elements with JavaScript -- The type parameter -- The props parameter -- The children parameter -- Rendering React elements -- Creating React elements with JSX -- Summary -- Chapter 4: Creating Your First React Component -- Stateless versus stateful -- Creating your first stateless React component -- Creating your first stateful React component -- Summary -- Chapter 5: Make Your React Components Reactive -- Solving a problem using React -- Planning your React application -- Creating a container React component -- Summary -- Chapter 6: Using Your React Components with Another Library -- Using another library in your React component -- Understanding React component's lifecycle methods -- Mounting methods -- The componentWillMount method -- The componentDidMount method -- Unmounting methods -- The componentWillUnmount method -- Summary -- Chapter 7: Update Your React Components -- Understanding component lifecycle updating methods.…”
    Full text (Emmanuel users only)
    Electronic eBook
  28. 108

    The Oxford handbook of modern Scottish history / Modern Scottish history

    Published 2012
    Table of Contents: “…Finlay -- The Religious Factor / Graham Walker -- Gender and Nationhood in Modern Scottish Historiography / Catriona M.M. Macdonald -- The Stateless Nation and the British State since 1918 / Ewen Cameron -- Challenging the Union / Iain McLean -- A New Scotland?…”
    Full text (Emmanuel users only)
    Electronic eBook
  29. 109

    Gender, sexuality, and the Cold War : a global perspective

    Published 2017
    Table of Contents: “…Hidden in Plain Sight : The Histories of Gender and Sexuality during the Cold War / Marko Dumancic, Western Kentucky University -- Part I: Sexuality -- Faceless and Stateless : French Occupation Policy toward Women and Children in Postwar Germany (1945-1949) / Katherine Rossy, Queen Mary University of London -- Patriarchy and Segregation : Policing Sexuality in US-Icelandic Military Relations / Valur Ingimundarson, University of Iceland -- Queer(ing) Subversives in Cold War Canada / Patrizia Gentile, Carleton University (Canada) -- "Nonreligious Activities" : Sex, Anticommunism, and Progressive Christianity in Late Cold War Brazil / Benjamin A. …”
    Full text (Emmanuel users only)
    Electronic eBook
  30. 110

    WebSphere and .NET Coexistence

    Published 2004
    Table of Contents: “…Scenario: Synchronous stateless (WebSphere consumer and .NET producer) -- 8.1 Solution model -- 8.1.1 A solution to the problem -- 8.1.2 Service provider -- 8.1.3 Service consumer -- 8.1.4 Test -- 8.2 Extended solution model -- Chapter 9. …”
    Full text (Emmanuel users only)
    Electronic eBook
  31. 111

    Reactive programming for .NET developers by Esposito, Antonio (Computer software developer), Ciceri, Michael

    Published 2016
    Table of Contents: “…Cover ; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: First Steps Toward Reactive Programming; Programming paradigms; Dataflow programming; Statelessness; The data-driven approach; Data streams; Observer pattern; Functional programming; Reactive programming; Reactive manifesto; The programming experience; Change propagation and cancellation; Linguistic characteristics; Programming languages and frameworks; Reactive programming approaches; Further reading; Summary; Chapter 2: Reactive Programming with C#; IObserver interface.…”
    Full text (Emmanuel users only)
    Electronic eBook
  32. 112

    Trust Extension as a Mechanism for Secure Code Execution on Commodity Computers. by Parno, Bryan Jeffrey

    Published 2014
    Table of Contents: “…4.2.4 Interaction With a Remote Party4.3 Developer's Perspective; 4.3.1 Creating a PAL; 4.3.2 Automation; 4.4 Flicker Applications; 4.4.1 Stateless Applications; 4.4.2 Integrity-Protected State; 4.4.3 Secret and Integrity-Protected State; 4.5 Performance Evaluation; 4.5.1 Experimental Setup; 4.5.2 Microbenchmarks; 4.5.3 Stateless Applications; 4.5.4 Integrity-Protected State; 4.5.5 Secret and Integrity-Protected State; 4.5.6 Impact on Suspended Operating System; 4.5.7 Major Performance Problems; 4.6 Architectural Recommendations; 4.6.1 Launching a PAL; 4.6.2 Hardware Memory Isolation.…”
    Full text (Emmanuel users only)
    Electronic eBook
  33. 113

    Writing optimized Java applications for z/OS

    Published 2002
    Table of Contents: “…Data access -- 5.1 The sample application: OnlineBuying -- 5.2 Cache data to reduce remote calls -- 5.3 CMP versus BMP -- 5.4 BMP with SQLJ -- 5.5 Stateful vs. stateless session EJBs -- Chapter 6. Deployment and execution -- 6.1 Isolation levels -- 6.2 Read-only methods -- 6.3 Transaction attribute -- 6.4 Load at server startup -- 6.5 JNDI lookup -- Related publications -- IBM Redbooks -- Other resources -- Referenced Web sites -- How to get IBM Redbooks -- IBM Redbooks collections -- Index -- Back cover.…”
    Full text (Emmanuel users only)
    Electronic eBook
  34. 114

    RESTful web API design with Node.js by Bojinov, Valentin

    Published 2016
    Table of Contents: “…Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: REST -- What You Did Not Know; REST fundamentals; Principle 1 -- everything is a resource; Principle 2 -- each resource is identifiable by a unique identifier; Principle 3 -- use the standard HTTP methods; Principle 4 -- resources can have multiple representations; Principle 5 -- communicate statelessly; The REST goals; Separation of the representation and the resource; Visibility; Reliability; Scalability and performance; Working with WADL.…”
    Full text (Emmanuel users only)
    Electronic eBook
  35. 115

    New Chinese Migrations : Mobility, Home, and Inspirations. by Chan, Yuk Wah

    Published 2017
    Table of Contents: “…-- 12 Immigration and shifting conceptions of citizenship: the case of stateless Chinese-Bruneians in Canada -- Part IV Conclusion…”
    Full text (Emmanuel users only)
    Electronic eBook
  36. 116

    Build Applications with Meteor. by Ganev, Dobrin

    Published 2017
    Table of Contents: “…Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Foundation of Meteor; Foundation of Meteor; Setting up the development environment; Building a Meteor app; The frontend with React; The React's state; Adding state to a stateless function component; Inheritance versus composition; Adding a state to a component; Meteor with React; Adding and removing atmosphere packages in Meteor; Integrating React with Meteor's reactive data system; Explore MongoDB in the Meteor shell; Publishing and Subscribing.…”
    Full text (Emmanuel users only)
    Electronic eBook
  37. 117

    Theatre and cartographies of power : repositioning the Latina/o Americas / Theater and cartographies of power

    Published 2018
    Table of Contents: “…Noriega and Analola Santana -- Crafting theoretical frameworks from beyond the U.S. borders photo performance: transient corporalities / Violeta Luna -- The liminal as constitutive of the theatrical event and the concepts of Teatro-Matriz and Liminal Theatre / Jorge Dubatti -- Communitas of pain: performativities in mourning / Ileana Diéguez -- Crisis, tension, and freedom: theatre and the baroque / Patricio Vallejo Aristizábal -- A personal map/live hieroglyphs / Gustavo Ott -- Rethinking histories of geography -- Remapping Bogotá: Fernando de Orbea's invented narrative of conquest / Gad Guterman -- To imagine a nuevomexicano theatre history / Brian Eugenio Herrera -- Radical exposure: Regina José Galindo's Earth / Diana Taylor -- Searching for home in all the wrong places: why my Nuyorican reality is stateless / Migdalia Cruz -- The ambiguity of a country that does not think: cartographic exercise of a gay theatre in Peru / Diego La Hoz -- Siempre norteada: a PTSD survivor's guide for navigating (dis)orientation / Virginia Grise -- Minstrels of empire: blackface and Black labor in Panama, 1850-1914 / Katherine Zien -- Conquering a territory, occupying the stage: notes on Black theatre and activism in Brazil / Carlos Cortez Minchillo -- From my universal village: the winged word / Concepción León -- Repositioning migration: trabajadores desde otro mundo / Debra A. …”
    Full text (Emmanuel users only)
    Electronic eBook
  38. 118

    Handbook of public administration

    Published 2015
    Table of Contents: “…Title Page; Copyright; Dedication; Foreword; Preface; Intended Audiences; Overview of the Contents; The Editors; The Contributors; Acknowledgments; Part 1: Governing for Collective Action; Chapter 1: Governing in an Age of Transformation; The Changing Environment; Transformation; From the Administrative State to Stateless Administration; Summary; Chapter 2: The Changing Character of the American Intergovernmental System; Knowledge about Effective Practice; Implications; Summary; Notes; Chapter 3: Governance in an Era of Partnerships; Clarifying Terms.…”
    Full text (Emmanuel users only)
    Electronic eBook
  39. 119

    The new order and last orientation by Voegelin, Eric, 1901-1985

    Published 1999
    Table of Contents: “…The Continent and England-State and Stateless Political Society; 3. The Parliament and the State of England; 4. …”
    Full text (Emmanuel users only)
    Electronic eBook
  40. 120

    Java Hibernate cookbook : over 50 recipes to help you build dynamic and powerful real-time Java Hibernate applications by Prajapati, Yogesh, Ranapariya, Vishal

    Published 2015
    Table of Contents: “…Creating a generic SessionFactory provider classOpening a new session; Opening a stateless session; Saving an object to the database; Fetching an object from the database; Removing an object from the database; Updating an object; Creating a criteria; Restricting the results using a criteria; Pagination using a criteria; Sorting the results; Transforming a result; Using basic projection; Chapter 3: Basic Annotations; Introduction; Declaring a class as an entity and creating a table in the database -- @Entity and @Table; Creating a column in the table -- @Column.…”
    Full text (Emmanuel users only)
    Electronic eBook