How to make and build a dinamic web project

hi people, i just downloaded the flex 2 beta 3, and installed
this "separated" of the eclipse application, but my question is ..
how i have to create a new dinamic project, that contains the
Web-Inf folder and Meta-Inf folder..?? off course that i have the
java sdk installed, the eclipse and the flex environment....
can anybody help me with this?? i will really really
apreciate this!!
thanks in advance!!
JP.

quote:
Originally posted by:
ntsiii
Also, you will be using Tomcat and Java on the server to
provide data to your client-side application.
it´s rigth..
quote:
You have several options, including RemoteObject,
Webservices(Axis?), or HTTPService(it is very simple to use JSP to
save and retrieve data and send it to the Flex client)
All this options, in what tool are implemented?
quote:
Post again if you get stuck.
By the way, General Flex questions should be posted in the
General Discussion forum. This one is for Flex Builder questions.
Tracy
yes, i know, i searched the site looking for a tutorial or
something that refer how to related a website and a data in a
database.... in order to make a form to manage the data..
thanks a lot!!!

Similar Messages

  • How to make Form builder 10g step into libraries *.pll while remote debug

    How to make Form builder 10g step into libraries *.pll while remote debug. It attaches fine and goes through code located in form but skips pll's. In this case I am interested in debuging CUSTOM.pll. How to step into pll's and is it possible at all?

    Is the library in the same directory or within your FORMS_PATH? Note that the runtime setting in the default.env doesn't work for the builder.
    cheers

  • Can any body help me how to make the build.xml

    Can any one tell me how to make the build.xml and want to deploy in the iplanet server. I am very new for that. I dont have any idea of build.xml. If any one have code in build.xml please tell me [email protected] Please if any one is having sample exaple please forward it to me. I am waiting for the quick reply. Please its very urgent mail me.

    htpp://ant.apache.org
    http://ant.apache.org/manual/using.html#example
    Good Luck
    Lee

  • How to make and Burn the project to DVD

    Would you pleased advice me how to make and burn the Project to a DVD as I'm new user for the Adobe Premier Pro.
    Tks & B/regards,
    Handjojo

    As said before you need Adobe ENCORE to make dvd menu and burn to dvd.
    But first you need to download and install Adobe ENCORE.
    Follow the instrtuctions in the link below how do downlaod and install.
    Encore CS6 not installed with Creative Cloud
    Then go over to Adobe TV.
    How to make a DVD.
    AdobeTV Learn Encore CS4 
    Learn Encore CS5 | Adobe TV 
    Using Premiere Pro CC & Encore CS6 for Bluray, DVD, and Interactive Video for iPad,ATV, and Mobile HD | DAVTechTable | Adobe TV 

  • How to make and start a session on Visual web JSF

    Hi;
    I am trying to make a Session on Visual Web JSF but cant get it, just get code to jsp, plz could u help me :)
    Thanks on advace
    Miguel Villalobos.

    Pondini wrote:
    Just why do you want to prevent TM from deleting old backups? If it's because you've been deleting things from your internal HD, trusting TM to keep it's copies indefinitely, that's not a good idea.
    The reason is, TM's copies are no longer backups: now they're your originals. When (not if) your TM drive fails, you may lose all of them.
    Thank you for your input. As I wrote earlier, I have reformatted the internal HD and reinstalled a "blank" system. So yes, most files, documents etc. are now found only in the TM backup. One reason for not simply doing a full restore from the TM backup was to allow time to make sure the internal HD was not in fact failing, and being able to reintroduce things step by step in case the problem should materialize again.
    The whole point of wanting to keep the existing TM backup as-is is to make it be there "indefinitely". That doesn't mean I trust the external HD to keep it safe for all eternity, but as long as I am trusting it to back up my stuff, why not let it keep my old stuff as well? Although, admittedly, it is space consuming and the important stuff will be present in both the old and the new backup, once I get it running. Old backup > iMac > New backup. You should see how many papers I have in my shelves from years back

  • How to make fields Non Editable in Web ADI

    Hi All,
    Can you please let me know how we can make fields Non Editable in Web ADI?
    Thanks,
    Anil

    Hi,
    Are you trying to make required parameters readonly and does this variable have different values for each row. If not then I would suggest you use a wrapper for the API and get only parameters that you need from the excel sheet and the use the wrapper to send the other read only values.
    Thanks

  • How to compile and deploy JAX-WS web service from commandline (!) ?

    I have read a couple of tutorials about how to create and deploy web services with
    certain IDEs (e.g. Eclipse).
    But I found no guide on how to compile a java web service source from command line !!
    Lets say I have a java source class with annotations inside (like "@WebMethod").
    How do I generate with the built-in j2ee v5 tools from a web service from command line and deploy it e.g. to TomCat or JBoss ?
    Is there somewhere such a simple step-by-step intro?
    Thx
    Peter

    You can download JWSDP 2.0 from sun and install it. Under jaxws (the installed directory) you can find sample directory which has build.xml can be run from command prompt using ant. if you want in detail means go through the build.xml and use wsgen.bat or wsimport under the bin directory of jaxws
    Edited by: Muyallu_Bala on Apr 14, 2008 5:49 AM

  • How to make high traffic for a Web Service?

    Hi there,
    I have build a simple Web Service and I would like to test its delay under high traffic environment.
    I have also built a client that consumes the Web Service. I want to run the client about 100 times simultaneously.
    Is this possible? And if it is, then could you tell me a way on how to run them?
    I have deployed the Web Service in the Sun Application Server 8.2.
    Thanks in advance.

    SSZ wrote:
    Yes.But couldn't understand where to start.In that case use the magic wand.
    Ask specific questions, Many of your posts have an underlying tone , that of you not having read any documentation of bothered to research anything yourself I havent got the time to tell you how if you havent got the time to tell me what you have read , what you grasp and what you do not grasp.

  • How to make servlets reloadable in iplanet web server in solaris??

    hi all,
    does anyone know how to make servlets reloadable in iplanet ??? Thanks for help

    Hi there,
    I think your question is about "Dynamic Class Reloading", also named as Hot deployment. and the following lines may be helpful.
    iAS 6.0 SP3 and later version supports new hot deployment features through dynamic class
    reloading of EJBs.By default, dynamic servlet, EJB and registered JSP reloading is disabled in iPlanet Application Server.
    To enable dynamic reloading of servlets, EJBs and registered JSPs, perform the following steps:
    1.Start iPlanet Registry Editor, kregedit, and modify the Disable value under the Versioning key:
    SOFTWARE/iPlanet/Application Server/6.0/CCS0/SYSTEM_JAVA/Versioning
    2.Set the Disable value to 0 (By default, the Disable value is set to 1)
    3.Restart iPlanet Application Server to enable the change
    To hot deploy your application, simply compile and replace the file in the appropriate directory or, use iasdeploy to redeploy
    applications.
    I recommand you to check out the iAS's release notes (http://docs.iplanet.com/docs/manuals/ias/60/sp3/rn_sp3.html#20766) for more infomation.
    Good luck
    Shen Jie
    Developer Technical Support
    Sun Microsystems
    http://sun.com/developers/support

  • How to make and use distribution list?

    How do I make and use a distrubition list in mail?
    I know how to do it on a PC but cannot find it on the MAC?

    You create a Group in AddressBook.

  • How to compile and build a war file for JAX-RPC

    Hi all,
    I know that all who use JAX-RPC knows it.
    How to compile JAX-RPC code which was not the sample code of JWSDP example?.
    Which jar file is to be included in classpath?.
    After compiling,how to make a WAR file so i can deploy it in TOMCAT ...anyone plz

    Nobody answers.But i found a right article which was quite helpfull to do it.
    http://java.sun.com/developer/technicalArticles/WebServices/getstartjaxrpc/

  • How to Make Graphic Work on the Web?

    Hi all
    I am very new to Illustrator. I am trying to create a banner for one of those Do It Yourself websites. I created my artwork, and saved it for web and devices. However when I upload it, it the image is really tiny. If I stretch it out, it loses quality and goes jaggy.
    What can I do about this? I've tried various things in Illustrator, have done a search on the web, but mainly come up with optimizing graphics, which I am doing already.
    PS the space in which my graphic goes is pre-determined. I cannot change the size of it, but  I want my graphic to fill that space.
    all advice welcome,
    thank you
    cheers
    Mettaphorica

    Mettaphorica,
    You have to set the size in pixels by pixels in the Image Size window; unless you create it in the desired pixel by pixel size.
    The banner should be created in a document with File>Document Color Mode>RGB Mode, and you may as well set the File>Document Setup to the unit Points or Pixels (which is the same to Illy, she is rather tolerant), and work in the actual pixel size.

  • Noob JSP + Servlet + EJB information for building J2EE simple web project.

    I am new to Java. Covered basics and now jumping into making a simple web project. Project with functionality as below
    1- CSS and Javascript use.
    2- Managing user information (Add, Update, Delete, List)
    3- Login form (Pass username, password and authenticate to create cookie)
    4- Success/failure page.
    That's what I want to make. I have lots of ASP.NET experience so its better to learn from making a project.
    I need help like
    1- Anyone know any open source web project from which I can learn to complete above tasks.
    2- Any good latest J2EE 6 books to cover JSP, Servlts and EJB to make website.
    3- Any video tutorials.
    I am also looking around for the above information.
    Thanks

    pirzada wrote:
    Is it better approach to keep business logic in Beans instead of Servlet/JSP. Looked more robust and clean?Usually you should keep the business logic (i.e. code) away from JSPs. That's how things were done 10 years ago, now we know better. Servlets and JSP can be used together so that a servlet has the business logic and JSPs are just "dumb views".
    EJBs will/can help you when you need to worry about transaction isolation.
    Then there's the dozens of other Java frameworks used for web design (and other purposes).
    And the learning curve is high because it's a huge chunk of different technologies. It'll take you months to get proficient, years to become good.
    But if you just want to whip up some web pages quickly, look at JSP/JSTL and Servlets. That'll give you a clean, but basic approach.

  • How to slow and speed up a whole project in logic pro 8

    Hello!
    I use Logic Pro 8 on my powerBook G4 17".
    I can't find function to slow and speed up a whole project.
    I need to prelisten and (maybe) change tempo of recorded audio for my project.
    Can anyone please let me know how to do it?
    Thanks in advance!
    p.s. Yes, I know this function exists in logic Pro 9, but I'm very surprised not to find it in 8th edition of this wonderful app!

    <Sample Editor>
                <Factory>
                        <Time and Pitch Machine>
    Have a nice day!

  • How to make a PDF form call Web service and return a static pdf for user to print?

    Hi all,
    Can anyone help me regarding the feasibility of using PDF forms for my following case?
    I would like to create a Dynamic pdf form. User only have the Acrobat reader. they can enter some information. Then have a submit button. when user click the submit button, it can call the web service with data. then Web service returns a Static PDF document based on data and the user can print it out. (and maybe save as separate pdf file)
    1. Is that possible to implement? Because I know PDF can call web service, but dont know how it handle when the webservice returns another static PDF document. could it able to handle the responds and open up in another acrobat reader?
    2. As I understand I need to have Live Cycle Designer to create a pdf  and make it Reader Enabled. So user can user reader to call webservice? am I correct?
    3. What minimum reader that user need to have? PDF reader 7 or above?
    4. I have a webservice serve the same purpose for web. But if I want the same web services can serve both web and PDF form. So, whatever client (PDF or Web)make the web service call, server returns the PDF document to client. Is that possible ? Do I need to make any changes on web service?
    5. Do I need to get any other Adobe server product? (other than Live Cycle Designer )
    Thanks a lot

    We have done a similar approach in the past and yes, it can be doable.
    1. Is that possible to implement? Because I know PDF can call web service, but dont know how it handle when the webservice returns another static PDF document. could it able to handle the responds and open up in another acrobat reader?
    Srini: We have developed a Servlet to talk to Webservice. Based on the Webservice response, the Servlet, prepares the Byte stream and sends it to Webbrowser to display as a PDF. The PDF data was submitted to Servlet in XML format.
    But if you do not want to use the above approach, then you have to use the Workbench Process.
    Submit the PDF data to a Workbench process and the inside process, execute Webservice Service with the data. Once the response is received, prepare the data XML and render a PDF with it.
    To do this, you need LiveCycle Server and Reader Extensions server component.
    2. As I understand I need to have Live Cycle Designer to create a pdf  and make it Reader Enabled. So user can user reader to call webservice? am I correct?
    Srini: If you want to use the Servlet, you can Reader extend the PDF with Acrobat.. But if you want to submit the data directly to Webservice, then you need Reader Extensions server component.
    3. What minimum reader that user need to have? PDF reader 7 or above?
    Srini: Not sure but Reader 8 and above should work.
    4. I have a webservice serve the same purpose for web. But if I want the same web services can serve both web and PDF form. So, whatever client (PDF or Web)make the web service call, server returns the PDF document to client. Is that possible ? Do I need to make any changes on web service?
    Srini: If you use the Servlet approach, then you can re-use the same webservice. But if you want to submit directly to the same webservice, you may need to change it to suit your data XML.
    5. Do I need to get any other Adobe server product? (other than Live Cycle Designer )
    Srini: If you use the Servlet approach, you do not need any server component but other approach, you need Livecycle Server and Reader Extensions server component.
    Thanks
    Srini

Maybe you are looking for

  • Getting error while deploying WebDynpro Application.

    Hi, There After creating an application for a WebDynpro project, when I execute the project (Deploy New Archive and Run) the application I am receiving then following error message. "This file does not have a program associated with it for performing

  • IMessage An error occurred during activation.  Try again.

    Can't seem to get iMessage to work on my iPad.  It's working on my Macbook and iPhone.  I have tried every suggestion I can find including completely resetting the iPad.  Any original suggestions?

  • Editor will not Launch

    I have PSE 11 and suddenly my editor will not launch and whenever I touch my screen  rotating circle appears and i need to wait a few moments.

  • Search in UCM

    Hi guys I configured using ucm and ses and when i launch the crawler, it works and it indexes some file, but when click on search ( http://<ses hostname>:<port>/search/query/ url) and search for documents , it doesn't retrieve anything. How should I

  • How do I get a downloaded media player to actually work

    I am trying to view videos online and I constantly get that ? and a dialogue box asking if I want to download Windows Media Player, so I do and the application cannot be opened. The icon after dowloaded is just a little piece of paper, so I am thinki