Download presentation
Presentation is loading. Please wait.
Published byAnnabelle Parrish Modified over 9 years ago
1
By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera
2
We Used MVC View Model Controller
3
How MVC ? VIEW: - Java Swing Components CONTROLLER : - Abstraction between View and model - An interface MODEL: - Parsers and Transformers
4
Why MVC ? Separation of concerns Changes to application easily identified Modifications are independent of other modules Modular hence reusable
5
GUI (View) Java Swing Jframe JTextField Jtable JComboBox JButton
6
File Operations File Operations: Open New Save Save as Exit
7
Creating Methods Adding parameters Deleting parameters Specifying Complex types
8
Methods / Types Handled Primitive Types Int Long String Complex types Content (Object) Sequence(Multiple I/P) Arrays Array of Objects
9
MODEL Operations Parses (using DOM) service file. Validates service file is well formed. Validates service file is valid. Writes WSDL file on Save Reasons for using DOM Good for small files. Ease of performing complicated validation. Easily make changes.
10
DEMO Lets see a demo ….
11
Questions ??
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.