Hi Chandan, I did not get your first question... Both in BlazeDS and LCDS, the folder inside WEB-APPS will be called "flex" only.
And for putting the charting information, inside the "flex" folder, there is a file called "license.properties". Put the license information in this file and restart the server. Regards, Venkat www.venkatv.com On Fri, Oct 17, 2008 at 6:21 PM, chan <[EMAIL PROTECTED]> wrote: > > Hi Anand, > > Thanks for your response, It means it need to purchase the LCDS. > > Just wanted to confirm, in our j2ee project, the flex folder under WEB- > INF folder is called LCDS or what? > > And if i.e. is called as LCDS, If i need to get chart licesne also , > how to add it in LCDS? > > Could you reply for this immediately? > > Thanks, > chandan > > > > > On Oct 15, 3:28 pm, "<mx:AnandVardhan/>" <[EMAIL PROTECTED]> > wrote: > > Chandan, > > LCDS is an Adobe product and you have to purchase it however a smaller > > version of the same called BlazeDS is free and opensource. > > > > You can leverage its capabilities if it suits your requirment. > > > > Anand > > > > On Oct 15, 2:31 pm, chan <[EMAIL PROTECTED]> wrote: > > > > > > > > > Hi Kutti, > > > > > Thanks for your last reponse. > > > > > I just wanted confirm some license issue. Could you please let me know > > > the structure which you provided is free from license ? > > > > > Do we need to purchase these jars , etc ? > > > > > We want to use it for commercial purpose. we are having our j2ee > > > project in which we will replace all jsp code by embeding the flex/ > > > mxml code in the jsp. For this we need to add the structure which you > > > provided in your last post.Is it right that this sturcture is called > > > LCDS? if yes, do i need to purchase it? > > > > > Also if i run any charting program in the this it shows me watermark. > > > so if I have to purchase charting license how to get it or what > > > setting do i need to do? From google, I came to know that it comes > > > with flexbuilder 3 professional. But i really do not know how to use > > > it in j2ee application? > > > > > This is really a urgent requirement so early response will be really > > > appriciated/ > > > > > Thanks, > > >chandan > > > > > On Sep 19, 10:40 pm, kutti <[EMAIL PROTECTED]> wrote: > > > > > > Dear chand...... > > > > > > Already i have develped in jsp and struts application. > > > > > > this is folder structure of j2ee application. > > > > > > Flex/Struts Directory Lookup files:- > > > > -------------------------------------------- > > > > /application root/WEB-INF/classes > > > > /application root/WEB-INF/flex > > > > /application root/WEB-INF/lib > > > > > > /application root/WEB-INF/web.xml > > > > /application root/WEB-INF/struts-config.xml > > > > > > /application_root/WEB-INF/struts-bean.tld > > > > /application_root/WEB-INF/struts-html.tld > > > > /application_root/WEB-INF/struts-logic.tld > > > > /application_root/WEB-INF/struts-nested.tld > > > > /application_root/WEB-INF/struts-tiles.tld > > > > /application_root/WEB-INF/struts-template.tld > > > > > > Copy the following Flex files /application root/WEB-INF/flex > > > > directory: > > > > > > /application root/WEB-INF/flex /hotfixes/* > > > > /application root/WEB-INF/flex /jars/* > > > > /application root/WEB-INF/flex /libs/* > > > > /application root/WEB-INF/flex /locale/* > > > > /application root/WEB-INF/flex /logs/* > > > > /application root/WEB-INF/flex /user_classes/* > > > > > > /application root/WEB-INF/flex /cache.dep > > > > /application root/WEB-INF/flex /data-management-config.xml > > > > /application root/WEB-INF/flex /flash-unicode-table.xml > > > > /application root/WEB-INF/flex /flex-config.xml > > > > /application root/WEB-INF/flex /flex-sdk-description.xml > > > > /application root/WEB-INF/flex /flex-webtier-config.xml > > > > /application root/WEB-INF/flex /jgroups-default.xml > > > > /application root/WEB-INF/flex /messaging-config.xml > > > > /application root/WEB-INF/flex /mxml-manifest.xml > > > > /application root/WEB-INF/flex /proxy-config.xml > > > > /application root/WEB-INF/flex /remoting-config.xml > > > > /application root/WEB-INF/flex /services-config.xml > > > > > > /application root/WEB-INF/flex /global.css > > > > /application root/WEB-INF/flex /license.properties > > > > /application root/WEB-INF/flex /localFonts.ser > > > > /application root/WEB-INF/flex /macFonts.ser > > > > /application root/WEB-INF/flex /winFonts.ser > > > > > > Copy the following JAR files, extracted from the Jakarta Struts > > > > archive, to the > > > > /application root/WEB-INF/lib directory: > > > > > > struts. jar > > > > commons -beanutils.jar > > > > commons -collections. jar > > > > commons-dbcp.jar > > > > commons-digester.jar > > > > commons-logging.jar > > > > commons-pool.jar > > > > commons-services.jar > > > > commons- validator.jar > > > > > > servlet.jar > > > > servlet-api.jar > > > > > > Copy the following Flex JAR files /application root/WEB-INF/lib > > > > directory: > > > > > > flex-bootstrap.jar > > > > flex-bootstrap-jsp.jar > > > > flex-messaging.jar > > > > flex-messaging-common.jar > > > > flex-messaging-opt.jar > > > > flex-messaging-req.jar > > > > flex-acrobat.jar > > > > ....... > > > > . > > > > . > > > > . > > > > > > plz download this other jar file > > > > > >http://svn.riaforge.org/weeki/trunk/WeekiServer/WEB-INF/ > > > > > > bye > > > > > > On Sep 18, 10:53 am, chan <[EMAIL PROTECTED]> wrote: > > > > > > > Hi All, > > > > > > > We are planning to use the flex(mxml and action scripts) in our > j2ee > > > > > application. Our j2ee application is developed in JSP and struts. I > am > > > > > totally new to flex technology. > > > > > After doing investigation search on flex , I cam to know that we > can > > > > > use flex tag in the jsp. > > > > > Could any body let me know what is to be done to use flex in jsp? > > > > > > > 1) what will be the entry in web.xml. > > > > > 2) From where to download flex related jars and where to copy in > my > > > > > application? > > > > > > > After investigation, I found something like this, > > > > > > > <taglib> > > > > > <taglib-uri>FlexTagLib</taglib-uri> > > > > > > <taglib-location>/WEB-INF/lib/flex-bootstrap-jsp.jar</taglib-location> > > > > > </taglib> > > > > > > > From where to download flex-bootstrap-jsp.jar and is the right > syntax? > > > > > as we use tld in taglib location. > > > > > > > What other jars I need to download? > > > > > > > Could you please let us know or provide the pointer? > > > > > > > Your response will be highly appriciated and this is urgent > > > > > requirement in our project? > > > > > > > Thanks, > > > > >Chandan- Hide quoted text - > > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

