|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn726764253 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
110523s2011 enk o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d E7B
|d OCLCQ
|d UMI
|d COO
|d OCLCQ
|d DEBSZ
|d OCLCQ
|d DKDLA
|d OCLCQ
|d NLGGC
|d OCLCO
|d YDXCP
|d IDEBK
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCF
|d OCLCO
|d OCLCQ
|d OCLCO
|d AZK
|d OCLCO
|d JBG
|d AGLDB
|d ICA
|d CNNOR
|d MOR
|d PIFAG
|d OCLCQ
|d OCLCO
|d U3W
|d D6H
|d STF
|d WRM
|d VTS
|d CEF
|d NLE
|d INT
|d AU@
|d OCLCQ
|d OCLCO
|d OCLCQ
|d A6Q
|d UKAHL
|d HS0
|d UKCRE
|d AJS
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 772399192
|a 794554425
|a 816879411
|a 823131403
|a 961541427
|a 962584708
|a 988487264
|a 992060658
|a 1037784094
|a 1038668880
|a 1058442141
|a 1083560222
|a 1153528351
|
020 |
|
|
|a 9781849511612
|q (electronic bk.)
|
020 |
|
|
|a 1849511616
|q (electronic bk.)
|
020 |
|
|
|a 1283376628
|
020 |
|
|
|a 9781283376624
|
020 |
|
|
|a 1849511608
|
020 |
|
|
|a 9781849511605
|
020 |
|
|
|z 9781849511605
|
020 |
|
|
|z 1849511608
|q (pbk.)
|
024 |
3 |
|
|a 9781849511605
|
029 |
1 |
|
|a AU@
|b 000062538387
|
029 |
1 |
|
|a AU@
|b 000067107640
|
029 |
1 |
|
|a CHNEW
|b 000599716
|
029 |
1 |
|
|a DEBBG
|b BV040902253
|
029 |
1 |
|
|a DEBSZ
|b 372695558
|
029 |
1 |
|
|a DEBSZ
|b 378297368
|
029 |
1 |
|
|a DEBSZ
|b 381383245
|
029 |
1 |
|
|a DEBSZ
|b 493089772
|
029 |
1 |
|
|a GBVCP
|b 78535848X
|
035 |
|
|
|a (OCoLC)726764253
|z (OCoLC)772399192
|z (OCoLC)794554425
|z (OCoLC)816879411
|z (OCoLC)823131403
|z (OCoLC)961541427
|z (OCoLC)962584708
|z (OCoLC)988487264
|z (OCoLC)992060658
|z (OCoLC)1037784094
|z (OCoLC)1038668880
|z (OCoLC)1058442141
|z (OCoLC)1083560222
|z (OCoLC)1153528351
|
037 |
|
|
|a CL0500000140
|b Safari Books Online
|
050 |
|
4 |
|a TK5105.8885.A63
|b V39 2011eb
|
072 |
|
7 |
|a COM
|x 060010
|2 bisacsh
|
082 |
0 |
4 |
|a 005.713769
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Vaynberg, Igor.
|
245 |
1 |
0 |
|a Apache Wicket cookbook :
|b master Wicket by example by implementing real-life solutions to everyday tasks /
|c Igor Vaynberg.
|
260 |
|
|
|a Birmingham, UK :
|b Packt,
|c ©2011.
|
300 |
|
|
|a 1 online resource (296 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a data file
|
490 |
0 |
|
|a Quick answers to common problems
|
520 |
8 |
|
|a Annotation Apache Wicket is one of the most famous Java web application frameworks. Wicket simplifies web development and makes it fun. Are you bored of going through countless pages of theory to find out how to get your web development done? With this book in hand, you don't need to go through hundreds of pages to figure out how you will actually build a web application. You will get practical solutions to your common everyday development tasks to pace up your development activities. Apache Wicket Cookbook provides you with information that gets your problems solved quickly without beating around the bush. This book is perfect for you if you are ready to take the next step from tutorials and step into the practical world. It will take you beyond the basics of using Apache Wicket and show you how to leverage Wicket's advanced features to create simpler and more maintainable solutions to what at first may seem complex problems. You will learn how to integrate with client-side technologies such as JavaScript libraries or Flash components, which will help you to build your application faster. You will discover how to use Wicket paradigms to factor out commonly used code into custom Components, which will reduce the maintenance cost of your application, and how to leverage the existing Wicket Components to make your own code simpler. A straightforward Cookbook with over 75 highly focused practical recipes to make your web application development easier with the Wicket web framework.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Validating and Converting User Input; Introduction; Performing form-level custom validation; Creating a custom validator; Composing multiple validators into a; single reusable validator; Converting string inputs to objects; Chapter 2: Getting Down and Dirty with Forms and Form Components; Introduction; Creating linked selectboxes; Composing multiple form components; into a single reusable component; Preventing multiple form submits; Protecting against spam with a CAPTCHA
|
505 |
8 |
|
|a Chapter 3: Making Forms PresentableIntroduction; Changing form component CSS class on; validation errors; Using FeedbackPanel to output form; component specific messages; Streamlining form component presentation; using behaviors; Chapter 4: Taking your Application Abroad; Introduction; Storing module resource strings in package; properties; Retrieving a localized string; Feeding dynamic localized strings to; components using StringResourceModel; Using wicket:message to output localized; markup; Overriding localized resources on a case; by case basis; Chapter 5: Displaying Data Using DataTable
|
505 |
8 |
|
|a IntroductionSorting; Filtering; Making cells clickable; Making rows selectable with checkboxes; Exporting data to CSV; Chapter 6: Enhancing your UI with Tabs and Borders; Introduction; Creating tabs with dynamic titles; Making a tabbed panel play nice with forms; Creating a client-side JavaScript; tabbed panel; Using borders to decorate components; Creating a collapsible border; Chapter 7: Deeper into Ajax; Introduction; Adding Ajax validation to individual; form components; Blocking until an Ajax request is complete; Providing Ajax feedback automatically
|
505 |
8 |
|
|a Chapter 8: Visualizing Data with ChartsIntroduction; Charting with Open Flash Chart; Feeding chart data using a SharedResource; Responding to clicks; Chapter 9: Building Dynamic and Rich UI; Introduction; Swapping components using a select box; Creating dynamic forms; Creating a dynamic portal layout; Chapter 10: Securing your Application; Introduction; Creating a login page and forcing the; user to log in; Authenticating with OpenID; Securing components using; IAuthorizationStrategy; Securing URLs and protecting against; cross-site request forgery; Switching from HTTP to HTTPS and
|
505 |
8 |
|
|a Back againChapter 11: Integrating Wicket with Middleware; Introduction; Integrating with Spring; Integrating with CDI; Populating repeaters from a JPA query; Creating a model for a JPA entity; Index
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
7 |
|a Apache Wicket (Electronic resource)
|2 blmlsh
|
650 |
|
0 |
|a Web site development
|x Computer programs.
|
650 |
|
0 |
|a Web sites
|x Authoring programs.
|
650 |
|
6 |
|a Sites Web
|x Systèmes-auteur.
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Browsers.
|2 bisacsh
|
650 |
|
7 |
|a Web site development
|x Computer programs
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Vaynberg, Igor.
|t Apache Wicket cookbook.
|d Birmingham, UK : Packt, ©2011
|z 9781849511605
|w (OCoLC)754888689
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=365675
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26943625
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10467641
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 365675
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n 337662
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 5559387
|
994 |
|
|
|a 92
|b IZTAP
|