by, [blue team] bauyrzhan aitileu muneeb mahmood vinaykumar bangera

12
By , [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera

Upload: annabelle-parrish

Post on 18-Jan-2018

229 views

Category:

Documents


0 download

DESCRIPTION

How MVC ? VIEW: - Java Swing Components CONTROLLER : - Abstraction between View and model - An interface MODEL: - Parsers and Transformers

TRANSCRIPT

Page 1: By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera

By ,[Blue Team]

Bauyrzhan Aitileu Muneeb Mahmood

Vinaykumar Bangera

Page 2: By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera

We Used MVC

View

Model

Controller

Page 3: By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera

How MVC ?VIEW: - Java Swing Components

CONTROLLER :- Abstraction between

View and model- An interface

MODEL:- Parsers and

Transformers

Page 4: By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera

Why MVC ?

Separation of concernsChanges to application easily identifiedModifications are independent of other

modulesModular hence reusable

Page 5: By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera

GUI (View)

Java SwingJframeJTextFieldJtableJComboBoxJButton

Page 6: By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera

File Operations

File Operations:OpenNewSaveSave asExit

Page 7: By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera

Creating Methods

•Adding parameters

•Deleting parameters

•Specifying Complex types

Page 8: By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera

Methods / Types HandledPrimitive Types

IntLongString

Complex typesContent (Object)Sequence(Multiple

I/P)ArraysArray of Objects

Page 9: By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera

MODELOperations

Parses (using DOM) service file .Validates service file is well formed.Validates service file is valid.Writes WSDL file on Save

Reasons for using DOMGood for small files.Ease of performing complicated validation .Easily make changes.

Page 10: By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera

DEMO

Lets see a demo ….

Page 11: By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera
Page 12: By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera