By, [Blue Team] Bauyrzhan Aitileu Muneeb Mahmood Vinaykumar Bangera
We Used MVC View Model Controller
How MVC ? VIEW: - Java Swing Components CONTROLLER : - Abstraction between View and model - An interface MODEL: - Parsers and Transformers
Why MVC ? Separation of concerns Changes to application easily identified Modifications are independent of other modules Modular hence reusable
GUI (View) Java Swing Jframe JTextField Jtable JComboBox JButton
File Operations File Operations: Open New Save Save as Exit
Creating Methods Adding parameters Deleting parameters Specifying Complex types
Methods / Types Handled Primitive Types Int Long String Complex types Content (Object) Sequence(Multiple I/P) Arrays Array of Objects
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.
DEMO Lets see a demo ….
Questions ??