Chinese FAQ

Last updated by admin 3 years ago

???? (FAQ)

?????

Q: ???JBoss4.0??????????

JBoss??????????jar????????????????"jboss-service.xml"??????????????

?????:

<attribute name="UseJBossWebLoader">true</attribute>
?
<attribute name="UseJBossWebLoader">false</attribute>

Q: ???Oracle AS???Grails?

?Oracle???????????,???????? setup Grails on Oracle

????

Q: ??????GSP(Groovy Server Pages)?

A: ?????GSP?JSP??????GSP???????GSP?????Controller???view????????BookController????action?show:

class BookController {
   @Property show = {

} }

???show action????GSP????????????show.gsp????????????{{{}grails-app/views/book}}. ?????????{{http://localhost:8080/project_name/book/show}}???GSP???.