Sunday, September 7, 2008

Add New Operation Dialog

Well Surprise, Surprise!!
Two updates in a single day!!

The Add New Operation to existing Web Service use case is in progress.
The UI part is almost final. The code generation part also looks like done.

Some issues that need to be fixed are Inserting code in between existing code, tabbing in the UI (Somehow it's not working) , inserting the option into the Right Click Menu, etc.

Now the problem with this Use Case was the requirement of designing the dialog from scratch. We started it by typing every single line and manually setting every property of every control.
Finally today on Sunday, a plugin was discovered and we started using it.
The plugin is called Jigloo. It provides the non-commercial version and which is suitable for our purpose. For more info go to
http://eclipse-plugins.info/eclipse/plugin_details.jsp?id=472

Here is the screenshot of current state of this Dialog.


Regards,
Tejas et al.

Create New Web Service Wizard

We havent been good at updating this blog but we are trying our best.
So here is the update.

The Create New Web Service Wizard is done and we just need to take care of few minor issues.
Because Eclipse generates the sample code for Wizard based on the template followed while creating Plugin project, this Use Case was relatively less complex.

Here is how the screen looks like right now.


Regards,
Tejas et al.