Home > Computing and Information Technology > Computer programming / software engineering > Web programming > Modern Web Development with IBM WebSphere: Developing, Deploying, and Managing Mobile and Multi-Platform Apps
13%
Modern Web Development with IBM WebSphere: Developing, Deploying, and Managing Mobile and Multi-Platform Apps

Modern Web Development with IBM WebSphere: Developing, Deploying, and Managing Mobile and Multi-Platform Apps

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

Build Tomorrow’s Best Mobile/Web Applications with IBM WebSphere Application Server 8.5 and IBM Worklight This guide presents a coherent strategy for building modern mobile/web applications that are fast, responsive, interactive, reusable, maintainable, extensible, and a pleasure to use. Four IBM experts offer practical, hands-on coverage of front-end development with IBM WebSphere Application Server 8.5, IBM Worklight, and today’s most popular open source frameworks. Using well-crafted examples, the authors introduce best practices for MobileFirst development, helping you create apps that work superbly on mobile devices and add features on conventional browsers. Throughout, you’ll learn better ways to deliver Web 2.0 apps with HTML /JavaScript front ends, RESTful Web Services, and persistent data. Proven by IBM and its customers, the approach covered in this book leads to more successful mobile/web applications—and more effective development teams. Coverage Includes • Developing for MobileFirst: moving from “graceful degradation” to “progressive enhancement” • Quickly delivering lightweight JEE apps with WebSphere Application Server’s new Liberty Profile • Implementing an agile, user-centered, page-oriented approach to design • Constructing REST services with WebSphere Liberty, Eclipse, and JEE annotations • Building better front-end application architectures with frameworks and JavaScript • Designing and building complex, transactional RESTful services that interface with databases and other data sources • Building IBM Worklight hybrid apps with open source frameworks: jQuery Mobile, Backbone, Require.js, and Handlebars • Debugging cross-platform, multi-language modern web apps • Promoting scalability, security, and connectivity into the wider enterprise The IBM Press developerWorks Series pairs books with complementary resources on the developerWorks website at https://www.ibm.com/developerworks/dwbooks/

Table of Contents:
Preface   xviii Chapter 1  The Modern Web   1 How the Web Has Changed   1 The Mobile Effect   7    Mobile Application Development Styles   7    Building for the Mobile Experience   11    Choosing a Mobile Development Approach   13 The Convergence of Desktop Web and Mobile: Multichannel Development   15 REST and Web APIs   17 IBM WebSphere and IBM Worklight   18 The Process of Building Modern Web Applications   19    Introducing the Team   19    Following a User-Centered Design and Development Process   20 Introducing User-Centered Design   22    Applying the Design Process: Descriptions from Our Example   22    Introducing Development into the Process   5    Division of Labor: Defining the User Model and REST Interfaces   25 Summary   27 Endnotes   27 Chapter 2  WAS and the Liberty Profile   29 How We Got Here   29    A Brief History of WAS   29    What Changed in the Programming Model?   31 What Is Liberty?   33    Some Coding Considerations and a Servlet and JDBC Example   36 Deploying the Example Using the Liberty Profile   41    Server Creation and Structure   42    Deploying an Application on a Server   43    Testing the Sample Application   44    Running the Example Within Eclipse   45 Summary   48 Endnotes   48 Chapter 3  Design   49 Agile UI Design Process   49 More on User Centric Design   51    Design for Multichannel   52    Page-Oriented User Interfaces   53    Patterns for User Interface Design Web   55    View Interaction Patterns   55    Targeted Mobile Apps vs. Multichannel Applications   57 UI Design Example   58 Summary   63 Chapter 4  REST Web Services in WebSphere Liberty   65 What Is REST?   65 The Pieces of a RESTFul Web Service   66 Introducing JAX-RS   67    Basic Concepts: Resources and Applications   68    A JAX-RS “Hello World” in WebSphere Liberty   68    Creating the WebSphere Liberty Server   74    Starting the Server and Testing the Application   78 More JAX-RS Annotations   80    Testing the New Example   82 JAXB and More Interesting XML-Based Web Services   82    The JAXB Annotations   83    A Trivial DAO (and Its Use)   86 JSON Serialization   88    A Simple Transaction Example with JAX-RS   88    Handling Entity Parameters with POST and the Consumes Annotation   90    The Use of Singletons in Application Classes   91    Testing POST and Other Actions with RESTClient   94 More on Content Negotiation   95    Introducing the JAX-RS Response   97    Hints on Debugging: Tips and Techniques   98    Simple Testing with JUnit   98 RESTful SOA   101 Summary   102 Endnotes   102 Chapter 5  Application Architecture on the Glass   103 Why Well-Designed Applications Matter   103 Defining a Client-Side Architecture   104 Responsive Design   109 Client-Side Architecture   114    Application Controller   115    Model-View-Controller   116    Error Logging and Management   120    Data Storage and Caching   121    Configuration   121 Introduction to the Dojo Toolkit   123    Dojo   124    Dijit   124    DojoX   124    Util   125 Why Use Dojo   125 Asynchronous Module Definition   126 Future of Dojo   129 Using Dojo in Your Application   130    Section: HTML Declaration   132    Section: Styling   132    Section: Configure Dojo   132    Section: Load Dojo   134    Section: Initialize Application   134    Section: Body Content   135 Creating Your Own Widgets   136 Building the Application   140 Summary   166 Chapter 6  Designing and Building RESTful Applications with Modern Java EE   167 Modern Java EE   167    EJB 3.1 and CDI   168    JPA   171 Application Architecture for Modern RESTful Systems   172    Division of Labor: Defining the User Model and REST Interfaces   174    Application Layers   179 Building the Application   185    Loading the Example and Setting Up Liberty   185    Test-Driven Development   190    Building REST Services   195    Domain Model   201    Building DAO and Business Logic   205    Running the Application   209 A Discussion on Choices   210 Summary   211 Chapter 7  Introduction to IBM Worklight   213 What Is IBM Worklight?   213 Elements of IBM Worklight   213 The IBM Worklight Product Family   214 Developing with IBM Worklight   215 IBM Worklight Deployment Architecture   216 IBM Worklight Server Architecture   221 The Structure of a Worklight Application   223 What This Means for You   224 Summary   226 Chapter 8  Building a Worklight Hybrid App with Open Source Frameworks   227 Design for the Hybrid Application   227 Overview of Frameworks   228    jQuery   229    jQuery Mobile   229    Require.js   229    Backbone and Underscore   230    Handlebars   230 Building a Hybrid App with Worklight   230    Setting Up the Project   230    Worklight Adapter Code   233    Worklight Hybrid App Folder Structure   240    Examining the Application   242    Running the Example   255 Summary   260 Chapter 9  Testing and Debugging   261 HTML   261 JavaScript   262    Global Variables   263    Asynchronous Module Definition (AMD)   263    Context   264    CSS   267    Data   269 Unit Testing   269 The Browser as a Test Platform   272    Exploring Chrome’s DevTools   273    Essential Browser Plug-ins   279 IBM Worklight Specific Concerns   281    Disabling AppCache for Mobile Web Apps   281    Disabling Security for Cross-Domain Ajax in Mobile Apps   283 Remote Debugging   284    Safari Remote Debugging   284    Chrome Remote Debugging   285    Online Code Snippit Runners   285 Summary   286 Chapter 10  Advanced Topics   287 Understanding Where Your Application Fits   287 Achieving Reliability Through Clustering   292 Versioning   292    Versioning in the URI   293    Versioning in the Header   294 Mechanisms for Improving Performance   294    Pagination   295    Caching Overview   296    Response Caching   297    Server-Side Caching with WXS   298 Security Issues for Modern Web Applications   302 Summary   304 Endnotes   305 Chapter 11  Key Takeaways of Modern Web Development   307 The Engaging Enterprise   307    Mobile-First Development   308    Web APIs   309    Polyglot Programming   310    Cloud Computing   310 Summary   313 Endnote   313 Appendix A  Installation Instructions   315 Development Machine Installation   315    Installing Java Runtime Environment, v1.7   316    Installing Eclipse Juno IDE, v4.3   317    Installing IBM WebSphere Liberty Profile Developer Tools, v8.5.5   318    Installing the Source Code for the Book Examples   319 Optional Development Tooling for Mobile Web Apps   321    IBM Worklight Studio v6.0   321    Android Development Tools and Eclipse Plug-in   324    OSX XCode IDE   327 Server Installation   328    IBM WebSphere Liberty Profile, v8.5.5   329    Apache Derby, v10   330 Downloading and Installing Example Source Code   333 Summary   333 Index   335


Best Sellers


Product Details
  • ISBN-13: 9780133067033
  • Publisher: Pearson Education (US)
  • Publisher Imprint: IBM Press
  • Depth: 25
  • Language: English
  • Returnable: Y
  • Spine Width: 26 mm
  • Weight: 750 gr
  • ISBN-10: 0133067033
  • Publisher Date: 26 Jun 2014
  • Binding: Hardback
  • Height: 239 mm
  • No of Pages: 384
  • Series Title: IBM Press
  • Sub Title: Developing, Deploying, and Managing Mobile and Multi-Platform Apps
  • Width: 180 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Modern Web Development with IBM WebSphere: Developing, Deploying, and Managing Mobile and Multi-Platform Apps
Pearson Education (US) -
Modern Web Development with IBM WebSphere: Developing, Deploying, and Managing Mobile and Multi-Platform Apps
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Modern Web Development with IBM WebSphere: Developing, Deploying, and Managing Mobile and Multi-Platform Apps

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA