Programming Jakarta Struts, 2nd Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Programming Jakarta Struts, 2nd Edition [Electronic resources] - نسخه متنی

Chuck Cavaness

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








18.4 Converting Existing Struts Applications to JSF


To convert an existing
Struts application to use JSF within a
Struts application, you will need to perform the following steps:

  1. Add the struts-faces.jar file to your
    application's WEB-INF/lib
    directory.

  2. Add the JARs for your particular JSF implementation to your
    application's WEB-INF/lib
    directory.

  3. Configure the Web Application Deployment Descriptor
    (web.xml) to use the Faces Front Controller.


You can now modify your application's pages to use
the JSF tag libraries.


    / 181