Re: [jackson-user] Re: serializing POJOs

2016-12-15 Thread Literate Aspects
www.google.com/#q=jackson+json+tutorial > > and if so, what is the remaining issue or issues you face. > It is not clear what role (if any) JSF plays, or database. They should > be mostly orthogonal concerns. > > -+ Tatu +- > > > On Wed, Dec 14, 2016 at 11:47 PM,

[jackson-user] examples of Full data binding - converting from Java bean to JSON string

2016-12-15 Thread Literate Aspects
How can take my remote data (generated by a Model class bean and a remote data connect bean displayed in xhtml VIEW [live xhtml VIEW][1]) and convert -- that POJO into a JSON string -- to use in jquery objects? Seeking an example of converting POJO to JSON string. I cannot seem to find any

[jackson-user] Re: Object Mapper from managed bean POJO to JSON

2016-12-15 Thread Literate Aspects
Need to write an ObjectMapper with System.out.println test. Any suggestions greatly appreciated. On Wednesday, December 14, 2016 at 11:44:46 PM UTC-8, Literate Aspects wrote: > > Hello, I have not seen HOW any data is retrieved from the MODEL -- IF > there is no reference to the man

[jackson-user] Re: Object Mapper from managed bean POJO to JSON

2016-12-15 Thread Literate Aspects
On Wednesday, December 14, 2016 at 11:44:46 PM UTC-8, Literate Aspects wrote: > > Hello, I have not seen HOW any data is retrieved from the MODEL -- IF > there is no reference to the managed bean that connects the remote MySQL > data source. > > How can there be an Object M

[jackson-user] Re: Object Mapper from managed bean POJO to JSON

2016-12-15 Thread Literate Aspects
sense? Why would anyone create a Model, and then duplicate the exact fields as static data in the managed bean? Plus there is no reference to any data connectivity for remote MySQL data. On Wednesday, December 14, 2016 at 11:44:46 PM UTC-8, Literate Aspects wrote: > > Hello, I have not se

[jackson-user] Re: Object Mapper from managed bean POJO to JSON

2016-12-14 Thread Literate Aspects
On Wednesday, December 14, 2016 at 11:44:46 PM UTC-8, Literate Aspects wrote: > > Hello, I have not seen HOW any data is retrieved from the MODEL -- IF > there is no reference to the managed bean that connects the remote MySQL > data source. > > How can there be an Object M

[jackson-user] Re: Object Mapper from managed bean POJO to JSON

2016-12-14 Thread Literate Aspects
On Wednesday, December 14, 2016 at 11:44:46 PM UTC-8, Literate Aspects wrote: > > Hello, I have not seen HOW any data is retrieved from the MODEL -- IF > there is no reference to the managed bean that connects the remote MySQL > data source. > > How can there be an Object M

[jackson-user] Re: serializing POJOs

2016-12-14 Thread Literate Aspects
connectivity- referenced) to JSON string. On Wednesday, December 14, 2016 at 4:48:33 PM UTC-8, Literate Aspects wrote: > > Hello, has anyone had experience with > > > http://wiki.fasterxml.com/JacksonDataBinding > > Can Jackson or another product that you produce, help me with us

[jackson-user] Object Mapper from managed bean POJO to JSON

2016-12-14 Thread Literate Aspects
Hello, I have not seen HOW any data is retrieved from the MODEL -- IF there is no reference to the managed bean that connects the remote MySQL data source. How can there be an Object Mapping without any connection to the data? what is the proper method of sharing code in this groups policy?

[jackson-user] serializing POJOs

2016-12-14 Thread Literate Aspects
Hello, has anyone had experience with http://wiki.fasterxml.com/JacksonDataBinding Can Jackson or another product that you produce, help me with using a bean to data bind as JSON? JSF managed bean accessing MySQL remote database - how to create JSON array to feed http://stackoverflow.com/que