Menu

Source Commit Log


Commit Date  
[r6350] by saravanan1181

1) Modified the wsTestUtil.jsp to use the jackson lib for 'json to java' and 'java to json' conversion.Since the modification on contract first web service changed the
implementation of the json lib to jackson lib to handle json to collection of objects and vice versa.
2) Getting the name attribute from WebService annotation in web service class. This is being used in 'web service api doc'.

2012-09-14 14:01:39 Tree
[r6349] by saravanan1181

Added functionality to handle the Collection generic type parameters and return type. The existing code only had the functionality to handle the array of objects and object.

Eg for modification:

The update method argument is List of parts and return type is List of PartUpdateConfirmation.

update(java.util.List<Part> parts) : java.util.List<PartUpdateConfirmation>

2012-09-14 13:50:54 Tree
[r6348] by saravanan1181

Modified the code to get name attribute from WebService annotation from service class to populate in wsdl.properties file and it will be used in 'web service doc api' to
modularize the services under corresponding module.

eg:
ReceiveDeliveryService will be modularized under
Item
+Workflow
+ReceiveDelivery(ReceiveDeliveryService).

2012-09-14 13:47:04 Tree
[r6347] by SeanZ

Moved beforeReadProcess() at the beginning of Jaffa.data.DWRTreeGridReader.read()

2012-09-14 05:16:27 Tree
[r6346] by ut_paule

Added check for liquibase in Ant Setup

2012-09-13 22:35:17 Tree
[r6345] by SeanZ

adding a feature that allows the resultsPanel to be wrapped inside of another container, such as being card of a card container.

2012-09-13 20:00:15 Tree
[r6344] by prudhvireddy

Calling applyCriteriaFields to set criteria baseparams before remote loading a value (setValue#ComboBox)

2012-09-13 18:51:36 Tree
[r6343] by SeanZ

Add in beforeReadProcess() to allow assemble an appropriate tree structure before read(). This allows to use a service that does not return a tree structure that is needed by the component.

2012-09-12 22:01:58 Tree
[r6342] by kevinmiro

Creating JAFFA_5_12_7_FINAL tag.

2012-09-12 00:24:07 Tree
[r6341] by saravanan1181

Modified the code to handle the Generic Collection return and parameter types using java reflection.

Eg:
The update method in web service takes List<Part> input and List<PartUpdateConfirmation> output

Screen Layout for Web Service update method:
---------------------------------------------
update(java.util.List<Part> parts) : java.util.List<PartUpdateConfirmation>

Parameters:
java.util.List<Part> parts

Returns:
java.util.List<PartUpdateConfirmation>

2012-09-11 22:50:00 Tree
Older >
MongoDB Logo MongoDB