Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

matzeller
matzeller
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by matzeller
Customize the badges you want to showcase on your profile
Re: Mosaic with BlazeDs - Adobe LiveCycle 05-01-2011
Regarding Mosaic services:Mosaic apps are made up of separate tiles (Flex or HTML apps that work independently). A Mosaic service is an object that can be used by multiple tiles. In this case if you have multiple tiles that access the same Blaze data source, you can centralize it in a single service. It makes the resulting app more efficient by only having one connection to the data source. Besides the official documentation:http://help.adobe.com/en_US/LiveCycleMosaic/9.0/createTile/WSe851854fd1...

Views

157

Likes

0

Replies

0
Re: Mosaic & Livecycle Suite - Adobe LiveCycle 22-09-2010
Hello Mark,thanks for your interest in LiveCycle Mosaic. Mosaic can be licensed as a separate module (most products in the LiveCycle product family can be licensed separately or as part of a suite). Mosaic is part of our enterprise software product portfolio that gets sold directly by our Enterprise sales force. Since licensing is dependent on a number of factors like number of users and type of application we actually don't publish a list price. If you are working for an enterprise (either dire...

Views

119

Likes

0

Replies

0
Re: Getting instance of mosaicApp (IApplication) in non Tile Objects - Adobe LiveCycle 02-06-2011
As Don mentioned, in the upcoming release of Mosaic the service objects have access to the framework's context so it can send and receive messages.If must use Mosaic 9.5 then you can still pass the context object into the service from a tile, but the timing becomes tricky. I wrote a blog article with one solution (not saying its the only, or the best) that you may want to look at:http://blogs.adobe.com/steampowered/2010/11/service-interruptus.html

Views

252

Likes

0

Replies

0
Re: Issue when tyring to load SWF Module inside a Flex Tile(mc:Tile) - Adobe LiveCycle 08-04-2010
Hello,a Module Tile (.swc) needs to be compiled with the same version of the Flex SDK like the Mosaic framework. The current version Mosaic 9.0 is compiled with Flex SDK 3.4. Do you know if the SWF Module was compiled with SDK 3.4? Application tiles (.swf) can be compiled with different version of the Flex SDK (3.3 and 3.4).We recommend to use Application tiles whenever possible and use Module tiles only as an exception (since Module tiles need to compiled with a specific version of the SDK).Hop...

Views

109

Likes

0

Replies

0