Home > Store

Getting Started with IBM WebSphere sMash, Portable Documents

Register your product to gain access to bonus material or receive a coupon.

Getting Started with IBM WebSphere sMash, Portable Documents

eBook (Watermarked)

  • Sorry, this book is no longer in print.
  • About Watermarked eBooks
  • This PDF will be accessible from your Account page after purchase and requires PDF reading software, such as Acrobat® Reader®.

    The eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours.

    Watermarked eBook FAQ

Not for Sale

Description

  • Copyright 2011
  • Dimensions: 7" x 9-1/8"
  • Edition: 1st
  • eBook (Watermarked)
  • ISBN-10: 0-13-704364-3
  • ISBN-13: 978-0-13-704364-4

Use IBM WebSphere sMash to Rapidly Deliver Scalable, Flexible Web 2.0 Applications

With the radically new IBM WebSphere sMash and the Project Zero platform, it’s far easier to develop, assemble, and run applications and mashups that align tightly with SOA enterprise infrastructures. Getting Started with IBM WebSphere sMash covers all aspects of architecting, designing, and developing solutions with these breakthrough technologies.

Authored by three IBM leading sMash experts, this practical tutorial shows how to create state-of-the-art web applications far more rapidly than you ever could with traditional Java or .NET enterprise platforms.

As you walk through sample projects based on real-life scenarios, you’ll master both basic and advanced sMash features, ranging from request handling to event processing, database access to security. You’ll also learn agile best practices for consistently writing better web applications, delivering them sooner, and getting more value from them.

Coverage includes

  • Installing and configuring IBM WebSphere sMash, and choosing your development environment
  • Creating handlers to efficiently service all types of requests
  • Understanding sMash’s “convention over configuration” approach, and knowing when to override convention
  • Rendering responses that include visual content, data, and other resources
  • Connecting with databases via Project Zero’s powerful data access API
  • Using sMash’s security model to protect inbound and outbound connections
  • Building more flexible applications with sMash’s sophisticated event processing
  • Extending sMash development to non-programmers with Assemble Flow
  • Programming client-side code with the Dojo Toolkit
  • Taking advantage of sMash’s PHP support

Downloads

Downloads

Sample Code (771 KB .zip)

Sample Content

Table of Contents

Introduction 1

Situational Applications 1

Rapid Application Development 1

IBM WebSphere sMash Development Process 2

Available IBM WebSphere sMash Offerings 2

What Is Covered in This Book? 3

Chapter 1 Installing the IBM WebSphere sMash CLI 5

First Things First: Java Development Environment 5

Installing the Command-Line Interface 6

Activating HTTP(S) Proxy Support 8

Test Your IBM WebSphere sMash Installation 9

Getting Started with the Command-Line Interface (CLI) 11

Conclusion 13

Chapter 2 Choose Your Development Environment 15

Introduction 15

AppBuilder 15

Getting Started 16

Sample Applications 16

Creating a New Application 18

Editing Applications 18

Eclipse 21

Sample Applications 21

Creating a New Project 23

Command-Line Interface Environment 27

Sample Applications 28

Creating a New Application 29

Deploying Your Application 30

Conclusion 30

Chapter 3 Your First Handler and Beyond 33

Introduction 33

Application Directory Layout 33

Source Directories 34

Supporting Directories and Files 35

REST 36

REST with the Zero Resource Model (ZRM) 38

Declaring a Dependency 41

Virtual Directories 43

Synchronizing a ZRM Model 43

Event Handling in Groovy 44

Running the Application 44

Explicit Event Handling 46

Event Handling in PHP 49

Event Handling in Java 52

Creating a Client 52

Groovy Templates 52

PHP 56

Dojo 59

Conclusion 61

Chapter 4 Configuration Files Explained 63

Application Configuration 63

Global Context and zero.config 63

Custom Configuration Data 64

Variable Substitution 65

Include Files 66

Handler Configuration 66

Dependency Management with Ivy 69

Ivy Modules 69

Ivy Files 69

Resolution and Resolvers 71

Environment Configuration 74

Useful Information About Your Application 74

Runtime Configuration 75

Response Configuration 75

Command-Line Interface (CLI) Config 77

App Builder Configuration 77

Eclipse Configuration 77

JVM Configuration 78

Overriding Configuration Parameters 79

Reverse Proxy Server Configuration 80

Conclusion 80

Chapter 5 Global Context 81

Zones 81

Non-Persistent Zones 81

Persistent Zones 84

Accessing the Global Context 85

Java APIs 86

Groovy APIs 100

PHP APIs 108

Conclusion 120

Chapter 6 Response Rendering 121

Every Conversation Requires a Response 121

Serving Static Files 122

Internationalizing Static Files 122

Serving Dynamic Content 124

PHP Rendering 124

Groovy Rendering 125

Serving Default Files 126

Directory Browsing 127

Custom Rendering States 128

Using Views for Rendering 128

Managing Errors 135

Data Rendering 138

JSON Data Rendering 138

XML Rendering 141

Conclusion 142

Chapter 7 REST Programming 143

What Is REST? 143

Response Codes 145

Request Accept Headers 147

Response Headers 148

REST Handling Within WebSphere sMash 149

Creating a Groovy Resource Handler 150

Creating a PHP Resource Handler 152

Content Negotiation 154

Bonding Resources Together 157

Error Handling and Response Codes 159

Enabling SSL Communication Handlers 160

Testing and Documentation 162

Conclusion 170

Chapter 8 Database Access 171

Introduction 171

Databases Supported in WebSphere sMash 172

Configuration Settings 172

Apache Derby 173

IBM DB2 175

MySQL 175

Oracle 176

Microsoft SQL Server 177

Zero Resource Model 177

Establishing a New ZRM Application 177

Creating a Zero Resource Model 178

Making ZRM Data Available as a Service 181

Adding Data to a Zero Resource Model 182

Loading Data Using a ZRM Test Page 183

Iterative Zero Resource Model Design 184

Database Access with pureQuery 186

Working with pureQuery 186

Simple Query Methods 188

Data Manipulation Statements 191

Prepared Statements 192

Externalizing SQL Statements 194

Connection Pooling 194

Data Access Using Java 195

Data Access in PHP 195

Standard JDBC Database Access 197

Command-Line Database Management 205

Conclusion 206

Chapter 9 Security Model 207

SSL Configuration 209

Enabling Security 213

Application Secret Key 213

Authentication Types 214

Login Form 217

Knowing Your Users 219

Additional Files for Our Application 221

Testing the Secure Application 223

Directory Server Configuration 224

Directory Server User Details 226

OpenID Configuration 228

Securing Outbound Connections 230

Conclusion 233

Chapter 10 Event Processing 235

Timers 235

Application Initialization Using Timers 237

Kickers 239

Simple Kicker 240

File Kicker and Receiver 243

Events 245

Custom Events 247

Conclusion 249

Chapter 11 Framework Components 251

URIUtils 251

Java APIs 251

Groovy APIs 255

PHP APIs 256

Validators 257

Active Content Filtering 259

Assemble Flow 263

Conclusion 267

Chapter 12 Client-Side Programming with the Dojo Toolkit 269

Enter the Dojo 270

Enabling Dojo in Your Application 271

AppBuilder Page Designer 277

Put a Dojo Face on ZRM and Application Data 279

DBA--A Complete RIA Using WebSphere sMash and Dojo 282

Project Creation 283

Layout Mockup 284

Initial Page Loading 286

Application Initialization 288

Driver Details and Schema Loading 291

Table Selection and Running SQL 293

Final Product 294

Creating Custom Dojo Builds for Performance 294

Using Non-Supplied Versions of Dojo 295

Debugging and Best Practices in Dojo Development 296

Debugging and Logging with Firebug 297

Code Validation with JSLint 297

Data Validation with JSONLint 298

Dojo References 298

Conclusion 299

Chapter 13 PHP in WebSphere sMash 301

Why Develop in PHP Using sMash? 301

Adding PHP to Your Application 301

PHP Applications 302

Running PHP Applications in WebSphere sMash 303

PHP to Java Bridge 303

Accessing Java Classes 304

Access Static Java Class Members 304

Example: Using Apache Commons Logging in PHP 305

PHP to Groovy Bridge 308

PHP to Groovy Bridge Example 308

Extending PHP 311

Logger Extension Sample 313

Data Conversion Between PHP and Java in Extensions 315

PHP Arguments to Java Variables 315

Java to PHP Variable Conversion 317

SuperGlobals 317

$_SERVER 318

$_GET and $_POST 318

$HTTP_RAW_POST_DATA 319

$_FILES 319

$_COOKIE 320

$_REQUEST 320

XML Processing Using PHP and WebSphere sMash 320

WebSphere sMash PHP Extensions 323

WebSphere sMash Utilities 323

URI Utilities 326

Java Extensions 327

Groovy Extensions 328

Remote Connections 329

JSON Utilities 330

Active Content Filtering 331

Cross-Site Request Forgery 331

Login 332

Database Access 332

XML Utilities 346

Conclusion 346

Appendix A Get Started with Groovy 349

Default Imports 350

Dynamic Typing 350

GStrings and Heredocs 351

Embedded Quotes 352

Getters and Field Pointers 352

Parentheses and Method Pointers 353

Return Statements 354

Exception Handling 354

Safe Dereferencing 355

Operator Overloading 355

Boolean Evaluation 356

Closures 357

Lists 358

Maps 361

Ranges 362

Looping 363

Optional Parameters 365

Index 367

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020