Basit öğe kaydını göster

dc.contributor.advisorKuru, Selahattinen_US
dc.contributor.authorKılavuz, Alperen_US
dc.contributor.otherIşık Üniversitesi, Fen Bilimleri Enstitüsü, Bilgisayar Mühendisliği Yüksek Lisans Programıen_US
dc.date.accessioned2019-05-28T04:16:27Z
dc.date.available2019-05-28T04:16:27Z
dc.date.issued2002-09
dc.identifier.citationKılavuz, A., (2002). A framework implementing a suit of design patterns for web applications. İstanbul: Işık Üniversitesi Fen Bilimleri Enstitüsü.en_US
dc.identifier.urihttps://hdl.handle.net/11729/1596
dc.descriptionText in English ; Abstract: English and Turkishen_US
dc.descriptionIncludes bibliographical references (leaves 144-146)en_US
dc.descriptionxii, 147 leavesen_US
dc.description.abstractWith the rapid improvement, Internet applications became the main field in software development and hundreds of developers are working on web projects all over the world for meeting customer needs.The rapid increase in the web projects and the number of web developers has created a chaotic situation. Many of developers are deprived of a guide for developing a perfect Object Oriented code in these projects. We can overcome these problems by using a framework. The Framework relates many design patterns for solving Internet application development. Compared with a loose collection of patterns, the framework provides rules for design patterns to work together to solve a set of related problems.Relating many design patterns for solving Internet application development, the framework provides rules for design patterns to work together to solve a set of related problems,initials a collection of co-related design patterns.en_US
dc.description.abstractInternet projeleri çok hızlı bir gelişimle, yazılım geliştirmede ana alanlardan biri haline geldi. Günümüzde binlerce yazılım geliştirici müşteri isteklerini karşılamak için bu alanda çalışmaktadır. Fakat Internet alanındaki bu hızlı gelişim ve programcıların sayısındaki artış kaotik bir durum yaratmıştır. Bir çok kullanıcı bu projelerde Object Oriented kod geliştirmede onlara yardımcı olacak bir kılavuzdan yoksundur. Bir framework yapısı kullanarak bu problemlerle başa çıkabiliriz. Framework Internet programlama alanındaki bir çok design pattern'i ilişkilendirecektir. Patternler arasındaki zayıf ilişkilere kıyasla,framework design patternlerin problemleri çözmesi için kurallar getirir. Framework Internet uygulamalarının geliştirilmesi sırasında ortaya çıkacak problemlerin çözümü için bir çok pattern'i ilişkilendirir. Ayrıca patterların bir araya gelerek bir çözüm oluşturmaları için gerekli kuralları koyar.en_US
dc.description.tableofcontentsHow to Overcome the Problems of Developing Web Applicationsen_US
dc.description.tableofcontentsWhat is a Frameworken_US
dc.description.tableofcontentsGoals for Framework Design Pattern Concept What is a Design Patternen_US
dc.description.tableofcontentsMAIN PROBLEMS IN WEB DEVELOPMENTen_US
dc.description.tableofcontentsProblems In Presentation Tieren_US
dc.description.tableofcontentsSession Management Problemen_US
dc.description.tableofcontentsDuplicate form Submissionen_US
dc.description.tableofcontentsValidation Problemen_US
dc.description.tableofcontentsControl Code in Multiple Viewsen_US
dc.description.tableofcontentsExposing Presentation Tier Data Structures Business Tieren_US
dc.description.tableofcontentsExposing Presentation Tier Data Structures to Domain Objectsen_US
dc.description.tableofcontentsExposing Sensitive Resources to Direct Client Accessen_US
dc.description.tableofcontentsCreating Fat Controllersen_US
dc.description.tableofcontentsBusiness Tier Problemsen_US
dc.description.tableofcontentsMapping Object Model Directly to Entity Object Modelen_US
dc.description.tableofcontentsMapping Relational Model Directly to Entity Object Modelen_US
dc.description.tableofcontentsMapping Each Use Case to a Session Objecten_US
dc.description.tableofcontentsEmbedding Service Lookup in Clientsen_US
dc.description.tableofcontentsUsing Entity Object as Read-Only Objecten_US
dc.description.tableofcontentsUsing Entity Object Finder Methods to Return a Large Results Seten_US
dc.description.tableofcontentsClient Aggregates Data From Business Componentsen_US
dc.description.tableofcontentsStateless Session Objects Reconstructs Conversational State for Each Invocationen_US
dc.description.tableofcontentsIntegration Tier Problemsen_US
dc.description.tableofcontentsUsing Separate Connections for Accessing Databaseen_US
dc.description.tableofcontentsPutting Data Access Code in Business Componentsen_US
dc.description.tableofcontentsDESIGN PATTERNSen_US
dc.description.tableofcontentsPresentation Tier Design Patternsen_US
dc.description.tableofcontentsFront Controlleren_US
dc.description.tableofcontentsView Helperen_US
dc.description.tableofcontentsComposite Viewen_US
dc.description.tableofcontentsService to Workeren_US
dc.description.tableofcontentsDispatcher Viewen_US
dc.description.tableofcontentsIntercepting Filteren_US
dc.description.tableofcontentsBusiness Tier Design Patternsen_US
dc.description.tableofcontentsBusiness Delegate Patternen_US
dc.description.tableofcontentsValueObject Patternen_US
dc.description.tableofcontentsSession Fagadeen_US
dc.description.tableofcontentsValue Object Assembleren_US
dc.description.tableofcontentsValue List Handleren_US
dc.description.tableofcontentsIntegration Tier Patternsen_US
dc.description.tableofcontentsData Access Objecten_US
dc.description.tableofcontentsTHE PROPOSED FRAMEWORKen_US
dc.description.tableofcontentsThe Framework Architectureen_US
dc.description.tableofcontentsDefining a Web Project in Terms of Layersen_US
dc.description.tableofcontentsModel View Control Architecture Patternen_US
dc.description.tableofcontentsDesigning Framework Modulesen_US
dc.description.tableofcontentsSolutions for Problemsen_US
dc.description.tableofcontentsDesign Strategyen_US
dc.description.tableofcontentsFinding The Services of The Frameworken_US
dc.description.tableofcontentsFinding The Components of The Frameworken_US
dc.description.tableofcontentsImplementation of Framework Componentsen_US
dc.description.tableofcontentsPresentation Tier Componentsen_US
dc.description.tableofcontentsFilter Manageren_US
dc.description.tableofcontentsRequest Handleren_US
dc.description.tableofcontentsScreen Creatoren_US
dc.description.tableofcontentsBusiness Tier Componentsen_US
dc.description.tableofcontentsBusiness Delegatoren_US
dc.description.tableofcontentsBusiness Data Handleren_US
dc.description.tableofcontentsSession Manageren_US
dc.description.tableofcontentsList Proxyen_US
dc.description.tableofcontentsIntegration Tier Componentsen_US
dc.description.tableofcontentsData Source Manageren_US
dc.description.tableofcontentsPattern Mappingen_US
dc.description.tableofcontentsAN EXAMPLE JAVA PROJECT THAT USES THE FRAMEWORKen_US
dc.description.tableofcontentsThe DKS Systemen_US
dc.description.tableofcontentsUse Case Model of The DKS Systemen_US
dc.description.tableofcontentsSoftware Architecture of DKSen_US
dc.description.tableofcontentsPackagesen_US
dc.description.tableofcontentsImplementation Of Presentation Tieren_US
dc.description.tableofcontentsImplementation of Filter Manageren_US
dc.description.tableofcontentsImplementation of Request Handleren_US
dc.description.tableofcontentsImplementation Of Business Tieren_US
dc.description.tableofcontentsImplementation of Session Manageren_US
dc.description.tableofcontentsImplementation Of Integration Tieren_US
dc.description.tableofcontentsImplementation of Data Source Manageren_US
dc.description.tableofcontentsAn Overview of DKS Systemen_US
dc.language.isoengen_US
dc.publisherIşık Üniversitesien_US
dc.rightsinfo:eu-repo/semantics/closedAccessen_US
dc.rightsAttribution-NonCommercial-NoDerivs 3.0 United States*
dc.rights.urihttp://creativecommons.org/licenses/by-nc-nd/3.0/us/*
dc.subjectDesign patternsen_US
dc.subjectFrameworken_US
dc.subjectObject oriented programingen_US
dc.subjectWeb programmingen_US
dc.subjectDesign patternlerien_US
dc.subjectNesne yönelimli programlamaen_US
dc.subjectWeb programlamaen_US
dc.subject.lccQA76.625 .K53 2002
dc.subject.lcshInternet programming.en_US
dc.subject.lcshWorld Wide Web.en_US
dc.subject.lcshObject-oriented programming (Computer science)en_US
dc.titleA framework implementing a suit of design patterns for web applicationsen_US
dc.title.alternativeWEB projeleri için bir grup design pattern kullanan bir frameworken_US
dc.typemasterThesisen_US
dc.contributor.departmentIşık Üniversitesi, Fen Bilimleri Enstitüsü, Bilgisayar Mühendisliği Yüksek Lisans Programıen_US
dc.relation.publicationcategoryTezen_US
dc.contributor.institutionauthorKılavuz, Alperen_US


Bu öğenin dosyaları:

Thumbnail

Bu öğe aşağıdaki koleksiyon(lar)da görünmektedir.

Basit öğe kaydını göster

info:eu-repo/semantics/closedAccess
Aksi belirtilmediği sürece bu öğenin lisansı: info:eu-repo/semantics/closedAccess