이 콘텐츠는 선택한 언어로 제공되지 않습니다.
12.3. Deployment
Deploying Groovy classes works like deploying Java classes. As with JavaBeans component classes, Seam can redeploy GroovyBeans component classes without restarting the application.
12.3.1. Deploying Groovy code 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Groovy entities, session beans, and components all require compilation to deploy — use the
groovyc
ant task. Once compiled, a Groovy class is identical to a Java class, and the application server will treat them equally. This allows a seamless mix of Groovy and Java code.