تور لحظه آخری
امروز : دوشنبه ، 27 اسفند 1403    احادیث و روایات:  امام صادق (ع):از حقيقت ايمان اين است كه حق را بر باطل مقدم دارى، هر چند حق به ضرر تو و باطل به ...
سرگرمی سبک زندگی سینما و تلویزیون فرهنگ و هنر پزشکی و سلامت اجتماع و خانواده تصویری دین و اندیشه ورزش اقتصادی سیاسی حوادث علم و فناوری سایتهای دانلود گوناگون شرکت ها

تبلیغات

تبلیغات متنی

خرید پرینتر سه بعدی

سایبان ماشین

اجاره سند در شیراز

armanekasbokar

armanetejarat

Future Innovate Tech

آموزشگاه آرایشگری مردانه شفیع رسالت

پی جو مشاغل برتر شیراز

خرید یخچال خارجی

بانک کتاب

طراحی سایت تهران سایت

irspeedy

درج اگهی ویژه

تعمیرات مک بوک

قیمت فرش

خرید بلیط هواپیما

بلیط اتوبوس پایانه

خرید از چین

خرید از چین

خرید سرور اچ پی ماهان شبکه

خودارزیابی چیست

رزرو هتل خارجی

تولید کننده تخت زیبایی

سی پی کالاف

دوره باریستا فنی حرفه ای

چاکرا

استند تسلیت

کلینیک دندانپزشکی سعادت آباد

پی ال سی زیمنس

دکتر علی پرند فوق تخصص جراحی پلاستیک

تعمیر سرووموتور

تحصیل پزشکی در چین

مجله سلامت و پزشکی

تریلی چادری

خرید یوسی

مهاجرت به استرالیا

ایونا

تعمیرگاه هیوندای

کاشت ابرو با خواب طبیعی

هدایای تبلیغاتی

خرید عسل

صندوق سهامی

تزریق ژل

خرید زعفران مرغوب

تحصیل آنلاین آمریکا

سوالات آیین نامه

سمپاشی سوسک فاضلاب

بهترین دکتر پروتز سینه در تهران

صندلی گیمینگ

دفترچه تبلیغاتی

خرید سی پی

قالیشویی کرج

سررسید 1404

تقویم رومیزی 1404

ویزای توریستی ژاپن

قالیشویی اسلامشهر

قفسه فروشگاهی

چراغ خطی

ابزارهای هوش مصنوعی

آموزش مکالمه عربی

اینتیتر

استابلایزر

خرید لباس

7 little words daily answers

7 little words daily answers

7 little words daily answers

گوشی موبایل اقساطی

ماساژور تفنگی

قیمت ساندویچ پانل

مجوز آژانس مسافرتی

پنجره دوجداره

خرید رنگ نمای ساختمان

ناب مووی

خرید عطر

قرص اسلیم پلاس

nyt mini crossword answers

مشاوره تبلیغاتی رایگان

دانلود فیلم

قیمت ایکس باکس

نمایندگی دوو تهران

مهد کودک

پخش زنده شبکه ورزش

 






آمار وبسایت

 تعداد کل بازدیدها : 1865910580




هواشناسی

نرخ طلا سکه و  ارز

قیمت خودرو

فال حافظ

تعبیر خواب

فال انبیاء

متن قرآن



اضافه به علاقمنديها ارسال اين مطلب به دوستان آرشيو تمام مطالب
archive  refresh

ZK: Ajax without the Javascript Framework


واضح آرشیو وب فارسی:سایت ریسک: View Full Version : ZK: Ajax without the Javascript Framework __Genius__13-12-2007, 07:59 PMZK: Ajax without the Javascript Framework http://img.pdfchm.com/2/zk-ajax-without-the-javascript-framework_9249_125.jpg In 1994, I developed an infrastructure, inspired by zApp and the Object Window Library (OWL), for developing an accounting system for Windows. In 2000, I developed another infrastructure, inspired by Struts and WebWorks, for developing another accounting system for the J2EE platform. After coaching and watching the development of both systems, I found that not only did the web edition require more advanced programming skills and prerequisites but its total cost was four times more than the client/server’s. Worst of all, the user experience harkened back to the age of green terminals, though the look, after decorating with proper images and cascading style sheets, was modern and fresh. I started wondering whether these problems were intrinsic to the web or if the programming model was simply inadequate. Looking back at the success of desktop applications in the 1990s, the event-driven, component-based programming model played a big role. Blessed by being easy to learn and develop, this model is the standard and best way to handle interactive and responsive user interfaces. Could this model be applied to web applications? After using ZK to develop several commercial projects, I believe I’ve got the answer––yes! The reasoning behind that answer is what I want to share with you in this book. How can the ZK Framework make your life easy and your customers happy at the same time? How does ZK help you painlessly write a rich web application? How can you write a rich Ajax web application without learning JavaScript? How you can concentrate on improving your application itself rather than focusing on the plumbing required ensure browser compatibility? You will find your answers in this book. This book is about how to make Ajax programming simple and easy––the core values of the ZK Framework––as simple as programming desktop applications and as easy as authoring HTML pages. Writing rich Ajax web applications can be very elaborate. On the browser side, you can program user interfaces with HTML, DOM, CSS, and JavaScript. On the server side, you can write business logic and data-access code with another language, such as Java. Then, you have to handle the browser-to-server messages with asynchronous HTTP. Finally, you still have to fight the incompatibility issues and JavaScript bugs across browsers. This book will introduce you to painlessly programming Ajax applications with the ZK Framework. You are not required to write user interfaces on the browser side. Rather, you construct your applications on the server side with ZK’s more than 160 Java components. The complex heterogeneous technologies involved in Ajax programming are automatically handled by ZK behind the scenes. In this book, I tell you how to install and run ZK programs and how ZK completes its behind-thescenes jobs, as well as explaining the important ZK components. I then walk you through creating a real web application, where you learn how to design the application screens, access the database, and write control code to coordinate the ZK presentation layer and the data accessing layer. I sincerely hope this book helps you out of the old, painstaking, and time-consuming way of developing Ajax web applications. So read on to see how ZK makes your life easy and your customers happy at the same time. Enjoy your Ajax web programming experience. !!!! برای مشاهده محتوا ، لطفا ثبت نام کنید / وارد شوید !!!! Size: 2.74 MB سایت ما را در گوگل محبوب کنید با کلیک روی دکمه ای که در سمت چپ این منو با عنوان +1 قرار داده شده شما به این سایت مهر تأیید میزنید و به دوستانتان در صفحه جستجوی گوگل دیدن این سایت را پیشنهاد میکنید که این امر خود باعث افزایش رتبه سایت در گوگل میشود




این صفحه را در گوگل محبوب کنید

[ارسال شده از: سایت ریسک]
[مشاهده در: www.ri3k.eu]
[تعداد بازديد از اين مطلب: 407]

bt

اضافه شدن مطلب/حذف مطلب




-


گوناگون

پربازدیدترینها
طراحی وب>


صفحه اول | تمام مطالب | RSS | ارتباط با ما
1390© تمامی حقوق این سایت متعلق به سایت واضح می باشد.
این سایت در ستاد ساماندهی وزارت فرهنگ و ارشاد اسلامی ثبت شده است و پیرو قوانین جمهوری اسلامی ایران می باشد. لطفا در صورت برخورد با مطالب و صفحات خلاف قوانین در سایت آن را به ما اطلاع دهید
پایگاه خبری واضح کاری از شرکت طراحی سایت اینتن