• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Microsite

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hii ,

I an working on jsf and i will get a url of microsite .i have to integrate it on my pages.i dont know what format a microsite data comes and there is no tutorial about data and the integration of a microsite on any webpages.
is there any idea about how to integrate it on webpage and data of microsite.
So, please help me as soon as possible .
Thanks in advance.
:)
 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not even sure what a microsite is supposed to be. :confused:

I think you need more information about what it is that you're working with.
 
shekhar john
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A microsite is designed to meet separate objectives and has a separate Web address (or Uniform Resource Locator) as its home page. Typically, a microsite resides on the same Web server and reflects the branding and overall visual design of the larger site with which it is associated. Occasionally, two Web sites will collaborate to produce a third, smaller site that both link to (and is probably located on one of the two main site's servers).
 
shekhar john
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
a microsite is a separate page of a Web site that has a separate URL than its home page and is used to provide information about and/or promote something that is related to the home page.
 
Tim Holloway
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JSF does not support embedding other web pages within a JSF View. It doesn't even work very well with HTML FRAME/IFRAME.

If you are supposed to be presenting data from some other page within a JSF View, then the backing logic is going to have to do an internal fetch of that page's URL, parse the content, and make the necessary data values visible as backing bean properties.
 
Tim Holloway
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, I found a Wikipedia entry on microsites. The generally-accepted term is that it's a small website that operates in a different domain or sub-domain from the main site. You wouldn't normally embed its pages in another site, but rather have the the main site link to the microsite.

Microsites are controversial, since they are potential security concerns and host identity confusion and are subject to UI clashes with the mainstream sites that they are connected from.

But regardless, the information I gave in my earlier post still applies. Embedding pages within other pages isn't supported even in raw HTML, much less in JSF. The closest you can get is Frame sets. Which, as I mentioned, JSF doesn't do well with.
 
Don't count your weasels before they've popped. And now for a mulberry bush related tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic