Naming Conventions
- Topics:
- Communities
CREATED FOR:
- Developer
Hyphens in Java™ Package Name
When creating a location for a Java™ class, the package name must match that of the repository folder location with any hyphens in the path properly escaped.
While using hyphens in the names of repository items is a recommended practice in AEM development, hyphens are illegal within Java™ package names.
The underlying CRX platform must be able to distinguish between an actual underscore _
and a hyphen -
. Thus, in JCR, the hyphen must be replaced with its Unicode value (u002d) and escaped with an underscore _
.
For example, if the repository path is /apps/my-example/component/info/Info.java, the package name should be java package apps.my_002dexample.component.info;
Notice that an underscore must similarly be escaped, such that _
becomes _005f
.
Experience Manager
- Communities Guide
- Introduction to AEM Communities
- Deploying
- Administering
- User and UGC Management Service in AEM Communities
- Communities Consoles
- Analytics Configuration for Communities Features
- Configuring Messaging
- Moderating Community Content
- Configuring Email
- Communities Notifications
- Communities Subscriptions
- Communities Scoring and Badges
- Managing Users and User Groups
- Community Groups Console
- Social Login with Facebook and Twitter
- SRP - Community Content Storage
- Communities Sites Console
- Members & Groups Management Consoles
- Moderation Console
- Communities Tools
- Site Templates
- Group Templates
- Community Functions
- Storage Configuration
- Badges Console
- Reports Console
- FFmpeg for Communities
- In-Context Moderation
- Advanced Scoring and Badges
- ASRP - Adobe Storage Resource Provider
- MSRP - MongoDB Storage Resource Provider
- How to Setup MongoDB for Demo
- DSRP - Relational Database Storage Resource Provider
- MySQL Configuration for DSRP
- JSRP - JCR Storage Resource Provider
- Solr Configuration for SRP
- Tagging User Generated Content
- Translating User Generated Content
- Communities User Synchronization
- Member Contribution Limits
- Developing
- Developing Communities
- Social Component Framework
- Community Components Guide
- Component, Function and Feature Essentials
- Tutorials
- Troubleshooting
- Coding Guidelines
- Server-side Customization
- Client-side Customization
- SCF Handlebars Helpers
- Storage Resource Provider Overview
- Community Site Essentials
- Activity Stream Essentials
- Blog Essentials
- Calendar Essentials
- Clientlibs for Communities Components
- Comments Essentials
- OSGi Events for Communities Components
- Featured Content Essentials
- File Library Essentials
- Forum Essentials
- Community Group Essentials
- Ideation Essentials
- Leaderboard Essentials
- Liking Essentials
- Messaging Essentials
- QnA Essentials
- Rating Essentials
- Reviews Essentials
- Rich Text Editor Essentials
- Scoring and Badges Essentials
- Search Essentials
- Component Sideloading
- Social Graph Essentials
- SRP and UGC Essentials
- Tag Essentials
- Tally Essentials
- Voting Essentials
- Setup Website Structure
- Create an SCF Sandbox
- Initial Sandbox Application
- Initial Sandbox Content
- Develop Sandbox Application
- Develop Sandbox Content
- Add Clientlibs
- Overlay Comments Component
- Create Comments Page
- Create Nodes
- Alter the Appearance
- Create the Components
- Add Comment to Sample Page
- Extend Comments Component
- Alter the Appearance (HBS)
- Create a Sample Page
- Accessing UGC with SRP
- Using Maven for Communities
- Naming Conventions
- SocialUtils Refactoring
- Authoring
- Communities Components
- Communities Components Basics
- Activity Streams Feature
- Blog Feature
- Calendar Feature
- Using Comments
- Featured Content Feature
- File Library Feature
- Forum Feature
- Community Groups
- Ideation Feature
- Leaderboard Feature
- Using Liking
- Messaging Feature
- Q&A Forum Feature
- Using Ratings
- Using Reviews and Reviews Summary (Display)
- Search Feature
- Using Social Graph
- Activity Trends
- Using Social Tag Cloud
- Using Voting