- What is the BlackBerry UEM Integration SDK?
- What is a BlackBerry UEM plug-in?
- Using the BlackBerry UEM Integration APIs
- Setting up your BlackBerry UEM plug-in development environment
- System requirements for BlackBerry UEM plug-in development
- Configuring your development environment
- Install BlackBerry UEM in your development environment
- Change the UI configuration file for development
- Install the BlackBerry UEM Integration SDK
- Install the UEM Integration plug-in for Eclipse
- Create an Eclipse workspace and integrate it with BlackBerry UEM
- Start the BlackBerry UEM Core and management console services from Eclipse
- Verify that you can compile a plug-in project
- Converting CSS to GSS for GWT 2.8.0 and later
- Joining BlackBerry UEM plug-in development
- Configure automated builds for a BlackBerry UEM plug-in
- Upgrading your development environment
- Sample BlackBerry UEM plug-in
- Using widgets to customize the UI elements of a plug-in
- Enabling a BlackBerry UEM plug-in to integrate with an external system
- Best practices and troubleshooting
- Deploy a plug-in to a production BlackBerry UEM domain
Converting CSS to GSS for GWT 2.8.0 and later
In GWT 2.8.0,
CSS (Cascading Style Sheets) are deprecated and replaced with GSS (Grid Style Sheets). If you
want to use GWT 2.8.0 or later, you must:
- Change the resource file extension from .css to .gss
- Use GSS syntax instead of CSS syntax
- Update the java class to reference .gss instead of .css resources
For
more information and migration instructions, see the GWT
Project - GSS Migration Guide.