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.
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).
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.
:)
I am using jboss 5.1.0 and i am facing an unusual problem with bouncy castle jar.
I have 4 different machine with same configured os ,jdk, jboss servers and bouncy castle jar in jboss/server/default/lib.
But I am facing problem of IllegalArgumentException:"missing provider" and I found that it is occurring due to jar but i couldn't find out why it is working on my 2 systems but not in other 2 .
on windows it is working fine.
I am installing BouncyCastle dynamically by Security.insertProviderAt(new org.bouncycastle.jce.provider.BouncyCastleProvider(), 2);.
I am a newbie to maven and i am compiling my lots of code through it.
I am migrating my project from ant to maven.We have lots of jar files in lib folder of our project and custom created folder structure.Now i am trying to configuring it with my local libraries with so many ideas like repository tags etc but its not compiling my .java files,it doesn't find its lib jars .
how should i configure my lib folder jars to compile my .java files.
I need to show a progress bar to the user who requests a file to download. I am using J2EE application to generate the file. User will submit the form data to get the file. The server takes all the submitted data manipulates, generates and sends a PDF file back to Client.
So I want to show a progress bar to the user till the file comes to the Client side. Is there any way to do this ?
no i didnt have this jar but know i included and this pages is working correctly but after checking validation in the next page it gives another exception i.e.,]
thanks a lot pooja .
Actually my eclipse is showing it @Validation and that's why i was confused .i tried it with your url and it is working.
thanks once again
hello ,
i m new to struts2 framework .i m tring to validate my login form with validation annotation,but @validation is depritiated.
i search it so much but all examples are with @validation but it is now depritated so please any body help me to apply validation with annotation.
ok but i am using the Annotaion in my action class.so how can i use param in struts.xml can you please give a sample for that.or any tutorial url .i tried lots of possibilities but i cant get it.
the error is on this code line
<code>
String url = request.getRequestURL().toString();
</code>
I have pasted one line below from my editor thats why the stack trace shows the error on 40 line
in my code this line is on line 40
know can you please help me to solve it