⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 globals.java

📁 java学习的必要的资料,servlet的说明很好
💻 JAVA
字号:
package com.estore.struts;public class Globals {		public static final String MESSAGE_SERVICE = "com.estore.struts.service.MessageService";		public static final String MESSAGE_DAO = "com.estore.struts.daoimpl.MessageDaoImpl";		public static final String ADMIN_DAO = "com.estore.struts.daoimpl.AdminDaoImpl";		public static final String ADMIN_SERVICE = "com.estore.struts.service.AdminService";		public static final String MODULE_DAO = "com.estore.struts.daoimpl.ModuleDaoImpl";		public static final String MODULE_SERVICE = "com.estore.struts.service.ModuleService";		public static final String USER_DAO = "com.estore.struts.daoimpl.UserDaoImpl";	public static final String PRODUCT_DAO = "com.estore.struts.daoimpl.ProductDaoImpl";	public static final String ORDER_DAO = "com.estore.struts.daoimpl.OrderDaoImpl";	public static final String REPORT_DAO = "com.estore.struts.daoimpl.ReportDaoImpl";		public static final String USER_SERVICE = "com.estore.struts.service.UserService";	public static final String PRODUCT_SERVICE = "com.estore.struts.service.ProductService";	public static final String ORDER_SERVICE = "com.estore.struts.service.OrderService";	public static final String REPORT_SERVICE = "com.estore.struts.service.ReportService";	public static final int PAGE_SIZE = 3;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -