目录场景一:基础日常用法 (核心功能)1. 键值数据存储与查询(字典)2. 实现“集合”(Set) 数据结构场景二:中阶/结构化用法3. 表示非结构化数据 (如 jsON)4. 数据分组与索引场景三:高阶/特殊用法5. 实现
I am trying to embed glassfish inside my java program using embeded api, I am using maven2 and its pom.xml is as follows