
JavaEE
文章平均质量分 82
zhangriqi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JavaEE WildFly Quickstart(1) - CDI + Servlet: Helloworld quickstart
What you will learn: how to deploy a simple servlet to JBoss WildFlyThe business logic is encapsulated in a service, which is provided as a CDI bean and injected into the Servlet.Deploying the Hel...转载 2018-04-08 00:28:13 · 246 阅读 · 0 评论 -
Java EE WildFly Quickstart(2) CDI + JSF: Numberguess
Outcome: Get an idea of how bean works, but still don’t know how to actually use it in my own project.Knowledge base:Dependency Injection (DI)refers to the process of supplying an external depen...转载 2018-04-11 12:48:06 · 271 阅读 · 0 评论