Hi Dan,

Can you please tell me a way to enter data into a view model? I cannot find a way to update contents of the view model created via JAXB annotations.

On 1/25/2016 5:25 PM, Dan Haywood wrote:
Hi Vishma,

What's the objective here... what do you want the end user to be able to
do, and what do you want to be shown in the app?  What's are the domain
concepts involved?

Perhaps you could share some of the code you've written thus far to help us
understand.  If you can upload what you have as a simple example on github,
so much the better.

You also mentioned fixtures ... just to say that these are intended for
setting up the system for either prototyping or testing, they aren't
generally intended to be for use in the "production" app itself.  Wasn't
sure from your mail if this was clear to you or not.

Thx
Dan


On 25 January 2016 at 11:44, Vishma Senadhi Dias <[email protected]>
wrote:

Hi,
  I need some assistance with displaying web ui according to the SOAP
response.
Simple Example:
      Let's say I have a JAXB annotated object called "Temperature". I have
a SOAP web service which needs a place co-ordinates as an input and returns
Temperature value as an Output. I have written a JAX-WS client to capture
this response and send this inputs on a seperate project.

What I had planned is to create JAXB annotated Temperature object in Dom
package and update the list via Fixtures. These Fixtures are created
according to the response. But I cannot update Temperature List with JAXB
annotations.

Can you please suggest a proper way to fulfill my task? Sorry if some
details are not clear as I'm still new to this framework. I'm using simple
archetype archetypeVersion=1.11.0 and wicket viewer.

Thanks in advance.


Reply via email to