更新时间:2021-08-13 16:21:02
封面
版权信息
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Chapter 1. Getting Started with WaveMaker
Setting up your workspace
Introducing CRM Simple
Summary
Chapter 2. Digging into the Architecture
The big picture
Getting comfortable with the JavaScript client
Springing into the server side
Client and server communication
Types
Studio is also an application
Chapter 3. Using Studio
Welcome to projects
Hello WaveyWeb
Adding services
Inserting components
The canvas
Working on the canvas
Source editors
The palette
The Properties panel
Binding dialog
Using revision control software
Chapter 4. Designing a Well-Performing Application
Begin with the end in mind
Leveraging layouts
Screen-sizing strategies
Going faster
Optimizing the use of data and service calls
Chapter 5. Navigating towards Reusability
Navigation layers and page containers
Simple notifications
Dialogs
Published page properties
Accessing components of a page container page
History and back button
URL management
Chapter 6. Styling the Application
CSS in WaveMaker
Tooled styling
Defining classes
Themes
Importing CSS
Borrowing parts
Other styling tools
New in WM 6.6
Chapter 7. Working with Databases
Generating the data model
Live data components
HQL
Mixing HQL and live data
Calling SQL and stored procedures from Java
Chapter 8. Utilizing Web Services
Installing wsdl4j-bin.jar
Feed services
SOAP
REST
Chapter 9. Custom Java Services
Java or web service
Adding a custom service
Dissecting the template class
The classpath
Using an external editor
RuntimeAccess
Dependency injection
Logging
Chapter 10. Customizing the User Interface with JavaScript
Important warning for browser-executed code
Events
Binding expressions
Setting and getting values
Filters
Resources
Chapter 11. Mastering Client Customization
Formatters
DojoGrid
Custom columns
LiveForm
Dynamic page content
Custom components
Chapter 12. Securing Applications
Security in WaveMaker