码迷,mamicode.com
首页 >  
搜索关键字:annotation processor    ( 3710个结果
hibernate中关系映射
在数据库中数据的对应关系有一对一,一对多和多对一.那么在hibernate中应该如何对应呢?如下: 一对一: 假设两个实体,一个实体类为husband,另外一个实体类为wife.一个丈夫只能对应一个妻子,反之亦然.那么在hibernate中使用annotation如下:(husband类) 1 i....
分类:系统相关   时间:2014-05-09 09:59:54    阅读次数:450
android permission
android.permission.WAKE_LOCK------------>keep the screen from dimming or the processor from sleeping, or uses the MediaPlayer.setScreenOnWhilePlaying(...
分类:移动开发   时间:2014-05-09 06:37:42    阅读次数:280
在WebService中处理IP地址
//在webService中写到:import javax.annotation.Resource;import javax.servlet.http.HttpServletRequest;import javax.xml.ws.WebServiceContext;import javax.xml....
分类:Web程序   时间:2014-05-09 05:29:03    阅读次数:539
Spring <context:annotation-config/> 解说(转)
在基于主机方式配置Spring的配置文件中,你可能会见到这样一条配置,他的作用是式地向Spring容器注册AutowiredAnnotationBeanPostProcessor、CommonAnnotationBeanPostProcessor、PersistenceAnnotationBeanP...
分类:编程语言   时间:2014-05-08 23:32:58    阅读次数:411
Spring <context:annotation-config> 和 <context:component-scan>诠释及区别
和 的区别 是用于激活那些已经在spring容器里注册过的bean(无论是通过xml的方式还是通过package sanning的方式)上面的注解。除了具有的功能之外,还可以在指定的package下扫描以及注册javabean 。下面我们通过例子来详细查看他们的区别,有三个class A,B,C.....
分类:编程语言   时间:2014-05-08 13:12:44    阅读次数:358
java反射注解的用途
很多人都知道java的反射机制和注解技术。反射(Reflection)就是加载类,并解剖出类的各个组成部分;而Annotation 其实就是代码里的特殊标记, 它用于替代配置文件,也就是说,传统方式通过配置文件告诉类如何运行,有了注解技术后,开发人员可以通过注解告诉类如何运行。那么两者结合能够产生出什么? 首先来看下面一个程序 {CSDN:CODE:326877} 回想我们以前产生Con...
分类:编程语言   时间:2014-05-07 03:55:22    阅读次数:326
Servlet基础之一:Servlet基本接口与类
1、概述 Servlet API中共有5个包,约113个接口和类: javax.servlet javax.servlet.http javax.servlet.jsp javax.servlet.annotation javax.servlet.descriptor 2、Servlet接口 (1)所有Servlet/JSP应用必须直接或者间接实现Servlet接口, Servlet/JS...
分类:其他好文   时间:2014-05-07 03:45:45    阅读次数:264
注解实例
package com.annotation;import java.lang.annotation.Retention;import java.lang.annotation.Target;import static java.lang.annotation.ElementType.*;impor...
分类:其他好文   时间:2014-05-07 02:11:29    阅读次数:211
注解方式定义的spring component打jar后,扫描失败的可能原因
情况是这样的:web工程采用了ssh框架,dao和service都是通过annotation方式注入的,工程运行正常。后来把service和dao打成jar放在工程的lib目录下,问题来了,配置没改动,结果就是不能自动注入dao和service。但是如果把dao和service在spring配置文件中通过xml文件配置,这些component能找到。         搜索了一把,发现这个问题比较...
分类:编程语言   时间:2014-05-06 19:33:09    阅读次数:437
Cage与Spring的整合
packagecom.lavasoft.ntv.web.common; importcom.github.cage.Cage; importcom.github.cage.IGenerator; importorg.springframework.beans.factory.annotation.Autowired; importorg.springframework.beans.factory.annotation.Qualifier; importorg.springframework.stereotyp..
分类:编程语言   时间:2014-05-06 17:38:55    阅读次数:753
3710条   上一页 1 ... 368 369 370 371 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!