دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: سازمان و پردازش داده ها ویرایش: 1 نویسندگان: Jim Farley سری: ISBN (شابک) : 1590599047 ناشر: Apress سال نشر: 2007 تعداد صفحات: 252 زبان: English فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 3 مگابایت
در صورت تبدیل فایل کتاب Practical JBoss® Seam Projects به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب پروژه های درز عملی JBoss نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
پروژههای درز عملی JBoss®، نوشتهشده توسط نویسنده مشهور و متخصص سازمانی جاوا، جیم فارلی، انتظار میرود که اولین کتاب پروژههای عملی در نوع خود در این چارچوب پیشگامانه سبکوزن منبع باز JSF-EJB3 باشد.
توسعه دهندگان جاوا متوسط با دانش اساسی در مورد مسائل و چارچوب های سازمانی. تجربه یا درک اولیه از J2EE/Java EE 5 کافی است.
سری عملی از Apress بهترین انتخاب شما برای انجام کار است. از حرفه ای گرفته تا متخصص، این مجموعه به شما امکان می دهد الگوها (یا چارچوب ها) با انگیزه پروژه را گام به گام به شیوه ای بسیار مستقیم، عملی و کارآمد در پروژه های فعلی دنیای واقعی که ممکن است روی میز شما نشسته اند اعمال کنید. بنابراین هدف شغلی شما هر چه که باشد، Apress میتواند راهنمای مورد اعتماد شما باشد تا شما را به جایی که میخواهید در مسیر توانمندسازی شغلی فناوری اطلاعات خود ببرد.
Practical JBoss® Seam Projects , written by renowned author and enterprise Java practitioner Jim Farley, is expected to be the first practical projects book of its kind on this groundbreaking open source lightweight JSF-EJB3 framework.
Intermediate Java developers with fundamental knowledge of enterprise issues and frameworks. Experience or a basic understanding of J2EE/Java EE 5 should suffice.
The Practical series from Apress is your best choice for getting the job done, period. From professional to expert, this series lets you apply project-motivated templates (or frameworks) step by step in a very direct, practical, and efficient manner toward current real-world projects that may be sitting on your desk. So whatever your career goal, Apress can be your trusted guide to take you where you want to go on your IT career empowerment path.
Beginning JSP™, JSF™, and Tomcat Web Development:......Page 1
Contents at a Glance......Page 5
Contents......Page 7
About the Authors......Page 19
About the Technical Reviewer......Page 21
Introduction......Page 23
Introducing JavaServer Pages and Tomcat......Page 25
What Is JSP?......Page 26
Viewing a JSP Page......Page 27
Hello World!......Page 29
The Model 1 Architecture......Page 33
The Model 2 Architecture......Page 34
The Ebookshop Home Page......Page 36
The Ebookshop Servlet......Page 39
More on Ebookshop......Page 42
What Role Does Tomcat Play in All This?......Page 45
Summary......Page 48
Introduction......Page 49
Data Types and Variables......Page 50
Objects and Arrays......Page 52
Operators, Assignments, and Comparisons......Page 53
Selections......Page 54
Iterations......Page 55
Books......Page 56
The Customer Interface......Page 57
Servlet Initialization......Page 59
The View......Page 61
Implicit Variables......Page 62
Implicit Variable: out......Page 63
Implicit Variable: request......Page 64
Implicit Variable: session......Page 65
Directive: include......Page 66
Actions: forward, include, and param......Page 67
Actions: useBean and setProperty......Page 69
Comments and Escape Characters......Page 71
Step 1: Define the Tag Handler......Page 72
Step 2: Define the TLD......Page 74
Bodied Custom Actions......Page 76
Step 1: Define the Tag Handler......Page 77
Step 2: Define the TLD......Page 78
JSP Expression Language......Page 79
Using EL Expressions......Page 80
JSP Standard Tag Library......Page 83
The Core Library: Listing the Parameters......Page 84
Other Core Tags......Page 86
The i18n Library: Writing Multilingual Applications......Page 87
Introduction to XPath......Page 90
A Practical Example......Page 91
XML Syntax......Page 93
Summary......Page 96
The Protocols......Page 97
The Formatting......Page 99
More Bits and Pieces......Page 100
URLs......Page 101
Hosts and Paths......Page 102
GET and POST Requests......Page 103
Validation......Page 104
Document Structure and Basic Elements......Page 105
Content: Text, Objects, and Links......Page 106
Tables......Page 108
Forms......Page 111
Cascading Style Sheets......Page 117
Style Syntax......Page 118
Putting It All Together in an Example......Page 120
JavaScript......Page 124
Responding to Events......Page 125
Checking and Correcting Dates......Page 126
Animation: Bouncing Balls......Page 131
Animation: Ticker Tape......Page 138
What’s Ajax?......Page 140
Summary......Page 143
Database Basics......Page 145
SQL Scripts......Page 148
Java API......Page 150
Getting Started......Page 151
The executeQuery Method......Page 152
Transactions......Page 154
DB Access in Eshop......Page 155
What About the XML Syntax?......Page 159
Possible Alternatives to MySQL......Page 164
Summary......Page 167
At Face Value (JSF Primer)......Page 169
The JSF Life Cycle......Page 170
JSF Custom Tags......Page 172
Event Handling......Page 173
The JSF Application......Page 174
f:view, h:form, and h:outputText......Page 175
f:subview, h:panelGroup, h:graphicImage, and h:commandLink......Page 177
h:panelGrid, h:inputText, and h:commandButton......Page 178
The Shop Manager......Page 180
h:dataTable and h:column......Page 182
f:facet......Page 183
h:message and f:verbatim......Page 184
Using and Creating Converters......Page 185
Writing the Converter in Java......Page 186
Using and Creating Validators......Page 188
Built-In Validators......Page 189
Application-Level Validation......Page 190
Custom Validators......Page 191
Creating Custom Components......Page 193
Component......Page 194
Renderer......Page 196
Tag......Page 198
web.xml......Page 202
Summary......Page 204
Communicating with XML......Page 205
The XML Document......Page 206
XML DTDs......Page 207
XML Schemas......Page 208
Primitive and Derived Types......Page 210
Simple Types......Page 211
Complex Types......Page 214
Validation......Page 215
Validation Against a DTD......Page 217
Validation Against a Schema......Page 220
Example 1: Transformation from One XML Format to Another......Page 222
Example 2: Transformation from XML to HTML......Page 224
Browser Side vs. Server Side......Page 225
SOAP......Page 228
Summary......Page 234
Tomcat’s Architecture and server.xml......Page 235
Connector......Page 237
Host......Page 238
Listener......Page 239
Realm......Page 240
Valve......Page 241
conf......Page 242
webapps......Page 243
Example: Logging the Requests......Page 244
Example: Creating a Virtual Host......Page 247
Example: HTTPS......Page 248
Application Deployment......Page 250
Summary......Page 252
The Eshop Application......Page 253
What Happens When the Application Starts......Page 255
Displaying the Book Details......Page 258
Managing the Shopping Cart......Page 259
The Eshopx Application......Page 260
Style Sheet......Page 261
JSP Documents......Page 263
Custom Tags and TLD......Page 266
The Eshopf Application......Page 268
web.xml and context.xml......Page 270
JSP Documents......Page 271
Java Modules......Page 272
Summary......Page 274
Java......Page 275
Tomcat......Page 278
MySQL......Page 279
JDBC......Page 280
Tomcat and MySQL Checks......Page 281
JSTL......Page 284
XPath......Page 286
JavaServer Faces......Page 288
HTML Characters......Page 289
id......Page 297
accesskey......Page 298to
......Page 299
and
......Page 300
Character Styling......Page 301
......Page 302......Page 303
......Page 304
Creating a Clickable Map......Page 305
......Page 307
Frames......Page 308
frameborder......Page 309
cols......Page 310......Page 311