School Project Help, extreme newb

Ok, here's the requirements.
I have to make a "scrap book" type application that allows users to cut and paste text/images from the web and store it into this "Scrap Book". The user will be able to store the scrap book on a remote server running SQL. They should also be able to store their creation locally onto their Hard/Floppy Drive, which rules out an applet. My sponsor is looking for a server side app. They don't want to have to load any type of program onto the clients machine.
Any help and guidance on what language to use would be great. I was looking at doing a servlet but don't really know much of what they are capable of.
[email protected]
Thanx

The latest Java SDK has enhanced data transfer capabilities--specifically related to imagesl Why not create your application as a standalone Java app? I created a robust Java application to interface with a legacy database. The result was much better than a similar application I created using VB. I then bundled the classes into a JAR file that can be launched like any other executable (provided the client machine has a JVM).
Take a look at the December JDC article outlining the new data trandfer capabilities.

Similar Messages

  • Trying to get 4 clips on the screen at once for school project - HELP!!!:)

    Hi there,
    I am trying to finish a school project about a fieldtrip which we have been on over the past few days and want four clips from the movie I have made to be on in the background while the title comes on the screen for each day.
    Can anyone help please? I have seen some plugins but cannot afford to buy them just for this video but am desperate to make it look how I want it!
    Thank you all in advance,
    Matt Williams

    You might try to use the button windows for your seperate movie clips. These can be moved about and enlarged. Try this site, it does a good job with an overview http://www.kenstone.net/fcphomepage/idvd_5stone.html
    The other way if you want only short portions of the four clips you can make them into short quicktime clips and drop them into the dropzones of a theme that has 4 drop zones. You do this by editing your clip (split at playhead) and sharing to QT then put in the drop zone.
    Not entirely sure what you are trying to do but hope that helps.

  • FC: School Project Help

    So, im brand new to catalyst,(and builder). and the design class i have this semester would have me make something interactive using either catalyst or builder. Im thinking i can stick with catalyst for my project but that is part of the questions.
    Question 1: Is Catalyst capable of what i need for my project or is builder my better bet.
    Question 2: I would ask if what im trying to do is possible for a little advice on how to accomplish it would be nice.(as ive realized finding tutorials for my needs has prooved unsuccessful.)
    So here what the project is and what it needs.
    Im making an interactive map sorta like google maps.
    it will have certain elements:
    Maps:
    -Illustrated terrain map [can do in photoshop]
    -a road map with seperate layers for roads, trails, city symbols and capitol symbols. [will be done in Illustrator and and will overlay the terrain map]
    -Detail bubbles: kinda like a popup that will appear with information about a location if you were to hover over or click on a city symbol [either done with buttons, or states]
    Legend:
    -An interactive legend that can be toggled on or off. which will have options to toggle visibiliy certain layers of the road map (toggle visibility of roads or symbols independently) [dont with several page states.]
    Ok all of the above im pretty sure catalyst can accomplish, i just mention this to give a full overview. The next part is where im going to have difficulty.
    Navigation:
    -A diamond shaped four directional pan control HUD. basicly 4 buttons for up,down,left, right. used to pan around the map(im thinking ill set them up like the arrow buttons of a horizontal and vertical scroll bar? but idont know if it will be functional without a thumb or track?)
    -A zoom slider. a simple horzontal slider that will zoom the image in and out. Ive found a tutorial for a zoom button using a zoom and unzoomed page state but im looking for more control over the amount zoomed. also if this is not possible would it be possible to have multiple zoomed states and have them linked to certain positions on the zoom slider, to kinda mimic the effect im trying to get.
    Finally when panning or zooming i need all the map elements( terrainmap, road maps, location symbols, detail bubbles) to move in unison, while the other elements(the legend and the navigation controls) to remain stationary like a HUD for the map.
    So how about it? Some one wanna point me in the right direction?
    EDIT: I have asked my iinstructor, but when it came to the navigation feature he seemed unsure about it and the method he reccomended was to make different page states for the map and distribute the map into quadrants that would be swapped between using the buttons... thats just way to many page states that will have to all have there own buttons that go to the correct quadrant, and thats a head ache cause my map is 40x40 inch and the frame for the app im making is 800x600 pixel

    yes i know this and so does the instructor. which is also why its proven hard to find much tutorial style or learning info. the best i have is the lynda tutorials which doesnt really cover what im trying to do.
    I think the only reason they are still teaching it is because of doloris(spelling?) a new adobe program of some sort. idk a whole lot about it.
    ive been trying to look into flex because of the extreme scarcity of catalyst support. and even got the flex trial to play with it at home, but im by no means a developer and its too far outside the designer realm(especially with no design view in it which i learned they removed) it would take me more then a semester to attempt to learn the codeing enough to accomplish what i need.
    if you or anyone knows of a free source code which has the functions i need i could use that and probably attempt to backward engineer it to modify it to my needs. but to make it from scratch i will not be able to accomplish in the time i have.

  • School Project Help (StringTokenizer/JOptionPane/etc)

    Hey again guys,
    I've had great help in the past here and im hoping you guys will be able to aid me again.
    This is very similar to my last project where I created a program, thank God, with help from you guys and information online and in the textbook, using the JOptionPane to ask for some information, perform some calculations, a basic thing with the mask of a Photo Printing Shop.
    Now I am trying to take all that information and ask for it in ONE JOptionPane window where the 'customer' will enter information seperated by spaces.
    Example:
    I know how to bring up the Joptionpane to display something like:
    Please enter your customer information in this order, followed by spaces,
    First Name
    Last Name
    Phone number
    Now Im trying to get them to enter this information like this:
    Homer Simpson 5551234321
    What code is used to have them put this information in with spaces to separate each piece of information?
    Thanks again everyone.

    To help you guys get an idea for the project I am trying to do, here are the instructions I was given:
    Assignment
    *1.* You are to write a simple program with two classes. One controller class and a
    class to hold your object definition. (Similar to what we used in class)
    *2.* Read in the following from the JOptionPane input window, All data to be entered
    in one line separated by spaces. After the information is read use the
    StringTokenizer to break it into variables:
    a. Name of customer (example: Homer Simpson)
    b. Customer Phone Number (example: 9093873744)
    c. Number of rolls of film to be developed (example: 5)
    d. Number of 4 x 6 prints to be made of each film. (example 8)
    *3.* Number of Exposures is not entered by user instead it?s a CONSTANT value is 1
    *4.* Make sure the following is entered correctly, use Try/Catch validation otherwise
    display an error message and close the program:
    a. The name of the customer is not blank
    b. The phone number of the customer is not blank and doesn?t exceed 10
    characters and is an integer with positive number only
    c. The number of rolls is between 1 and 100 and is an positive integer
    d. The number of prints can only be (1,2,8,10, 25,30,50), positive integer
    *5.* Compute the cost for making pictures using the price of $5.19 for development of
    a roll of film and the price of $0.15 per picture.
    *6.* Use the following to perform the calculations:
    a. Cost for development = number of rolls * development cost
    b. Cost for printing = number of rolls * number of prints * number of
    exposures * printing cost
    c. Subtotal = Cost for development + Cost for printing
    d. Tax = Subtotal * Tax rate
    e. Total = Subtotal + Tax

  • Re: School Project Help, can't find symbol error.

    double tentaBill = iWhat's i?

    It's in computeTentativBil method, i'm trying to return a value to main and "i" and set it to tentaBill, then pass tentabill to the next method.
      public static double computeTentativeBill(Order theOrder)
             double totalExtreme;
             double totalModerate;
             double totalMinor;
             double i;
             double extremeCost = 999.99;
             double moderateCost = 499.99;
             double minorCost = 99.99;
             totalExtreme = (theOrder.extreme * extremeCost);
             totalModerate = (theOrder.moderate * moderateCost);
             totalMinor = (theOrder.minor * minorCost);
             i = ((totalExtreme + totalModerate) + totalMinor);
                          // Welcome User To Program
             System.out.println("Your Tentative Bill before Taxes is " +i);     
             return (i);           
         

  • Render problems_please help school project is due :(

    Im working on a school project and everything seems to be working fine but im running into this problem...
    After capturing from an xl2, the raw capture files play perfectly...
    but as soon as i drag and drop my file into the timeline in FCP and render (still within FCP) , the video gets these horizontal banding. It mostly occurs during quick or sudden movements by the subject. I initially thought it just looked like that on the viewer and would go away when i export it out, but it still has it.
    below is a link of a still showing the banding.
    http://i17.photobucket.com/albums/b92/clockwurk/banding.jpg
    any help would be very much apprciated. my project is due monday
    thank you in advance.
    2.0 Mhz G5   Mac OS X (10.4.8)   1.5 gigs RAM

    wow. kudos to you, man. you've got a to learn on your own, that's too bad about your instructor. luckily the web is full of great resources and here's one of the best on digital video
    http://www.adamwilt.com/
    your xl2 shoots interlaced video as well as progressive scan video in a different framerate. the perception is that 24p is cool and whatnot but it can come back and bite ya if you don't even know what regular ntsc video is. i urge you to not mess with 24p until you've got ntsc 29.97 fps video under your belt a bit more.
    field order errors that david referenced are in that necessary bit of engineering that you now need to learn. all video isn't the same so you need to know what you're working with. minidv is DV25 and with some creative googgling, you can find the proper field order.
    there's a ton of great informative fcp websites out there. http://www.kenstone.net/fcphomepage/fcp_homepageindex.html for one. you may want to subscribe to larry jordan's free newsletter if you've not already. http://www.larryjordan.biz/
    regarding your render issue, that will go away when you match your clip properties and sequence properties. go over thoroughly how to set up your project and sequence settings based upon what kind of video your working with.
    we're here to help. you'll find you'll get better support by trying to help yourself first however by taking advantage of the manual and little used SEARCH function on this forum.
    good luck.
    zeb
    3 antiques from the PowerPC age and 4 bicycles   Mac OS X (10.4.8)   On the shores of da Nile.
    3 antiques from the PowerPC age and 4 bicycles   Mac OS X (10.4.8)   On the shores of da Nile.

  • Help STP newbie question!

    i selected a clip from FCP to send to STP. However i forgot to check off the "send only referenced media" check box. As a result the entire source clip ( may minutes long) shows up in STP and it is very cumbersome to find just the 10 seconds i need to de-noise in STP window. I am unable to find any way to change the save preferences so that i only send the referenced media. Have spent 2 hours on this .. There has to be a way to do this? any help would be majorly appreciated! i have a deadline for school project tommorow.
    Thanks much

    Quote
    Originally posted by nRosko
    Is there any place i can read about raid configarations not sure wether to bother or not.
    If you believe Storage Review, AnandTech and MaximumPC, don't bother with RAID 0 for single user setups if you are looking for performance.
    http://faq.storagereview.com/tiki-index.php?page=SingleDriveVsRaid0
    RAID 1 is mirroring, which means everything in drive A is backed up into drive B. If drive A suffers a hardware failure, you still have everything in drive B. However, if you deleted a file (intentionally or otherwise) from drive A, it's gone from both drives.
    Tom's Hardware has some articles introducing the various RAID modes.

  • Pre-project help/advice required please

    Hi,
    I am about to start on a university project for which I have to implement a Java software solution. I am new to programming so I would appreciate any help/advice.
    I am intending to create a java site (not JSP) for a company which will allow the company's contractors to post jobs in their particular section of th esite (after they have logged in) they can post, edit, update and print jobs. The company must be able to receive these jobs by logging in and then be able to update the progress of the jobs, i.e. recieved, customer contacted, done etc. There will be approximately 4 external companies providing jobs to start with.
    My questions are:
    Can I make a Java program to do this and put it on a webpage?
    Is it best to use MS Access?
    Any tips or pointer?
    This is just astart, I am about to start the design process. I am sure you will see my name more often as the project progresses:D
    Thanks
    FR

    While you could use java to create this project WITHOUT using servlet/JSP technology, it would make it far more difficult. As Brenner said, you could use applets instead, but why deal with the GUI yourself when you can let HTML handle it?
    I'm not sure why you would not want to use servlet/JSP technology... perhaps you have concerns about the web server being able to use it? That's a possible issue, but if the web server is relatively recent, it ought to support Java. If you can use your own software, use Tomcat... it's Java-enabled, and free.
    As for Access... if you have it, it wouldn't hurt to use it. I'm sure there are JDBC drivers available for MS Access somewhere. If, however, you don't HAVE TO use it, I'd download something like mySQL. It's free, and it has free JDBC drivers available. I've used it for school projects, and it's relatively easy to use. No GUI like Access, but I personally consider that a plus ;-)
    I'm a web developer for the military, and I use Java exclusively for my applications. In fact, what I do is done in a way very similar to what you're proposing right now. I make extensive use of servlets, JSPs, JDBC for database access (using DB2, which is a pain), JavaBeans, DataSources, and just about any Web-oriented Java technology you can think of. If you have any specific questions about anything for your project, feel free to contact me. I've probably already done just about anything you're going to encounter, so I'd probably be able to answer any questions easily. My email is [email protected] (I'm supposed to limit incoming mail to my military account... too many viruses floating around).

  • Is it possible to create a schedule in Labview . Example: i want to off the lights at 7pm and want it on at 8am. If there is can anyone teach, its for a school project. Im using labview 2011

    Is it possible to create a schedule in Labview . Example: i want to off the lights at 7pm and want it on at 8am. If there is can anyone teach, its for a school project. Im using labview 2011...thx

    Since this is a school project I recommend you do the work yourself. You will not learn asking others to do it for you. In addition, folks here will not do your homework for you. We are however more than wiling to answer specific questions for you. Post what you have done or tried and ask specific questions. I am confident you will get assistance.
    And to answer your question, yes LabVIEW can be used to implement a scheduling program.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • HT4972 the apps weve downloaded are not working.  please help,  extremely frustrated with our ipod 4

    the apps we have downloaded are not working,  please help,  extremely frustrated with our ipod 4

    See my previous reply for for the apps closing.
    For the wifi problem:
    Does the iOS device connect to other networks?
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect OK before?
    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network       
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

  • After mixing a project i select bounce and burn the disc that is burned plays on any cd player but when i try to burn the wav or mp3 file that was created the resulting disc will only play in a computer this also happens with video projects help please

    after mixing a project i select bounce and burn the disc that is burned plays on any cd player but when i try to burn the wav or mp3 file that was created the resulting disc will only play in a computer this also happens with video projects help please are there any settings i need to alter as it seems the wav or mp3 file i ceated is being converted to a data file somewhere between the folder and disc drive

    Same thing for a movie file.. If you want to play back the movie via a DVD and a DVD player you must create a Movie DVD  and not just burn files to a data DVD... as Data DVDs are just storage devices for files and therefore will only work with computers...
    Movie DVDs are special formats that include things like menus and special file formats.. so they can playback via a DVD Player...
    You will need a 3rd party DVD Burning app like Toast which is what i actually use.... or the more popular DVD Creator app...to create and then burn a Movie DVD that will playback on a DVD Player....
    https://answers.yahoo.com/question/index?qid=20101220205435AA70beb

  • I lost my iLife DVD and need to download iDVD for a school project! I didn't mean to uninstall it!!! Where can I get it!!!

    I lost my iLife DVD and need to download iDVD for a school project! I didn't mean to uninstall it!!! Where can I get it!!! Some one smart about iDVD please save me! Thank you.

    Hi
    If You lost it - You need to get a new one. There are no free or legal downloads AT ALL.
    • Second handed from e-bay
    • See if Amazon - got any boxed iLife'11 DVDs left (cheque that iDVD is included)
    Apple do NOT sell any more.
    Yours Bengt W

  • Help a newbie 2 Yosemite.

    Help a newbie 2 Yosemite.  I just bot a new Mini as my old 1 (7 yrs) wouldn’t dwn load new up-dates written in Intel.  The programs of mail/Safari/ &c. are all different & I’m @ a total loss.  I’m a nerd, not a geek.  I need simple “how 2s”.
    Like how to sort mail, what do the function buttons access (F12 ain’t Google a’more).  Are there other grps I can go 2 directly 4 kindergarden  answers?
    Pls e-mail me ***** .  I don’t even kno if I can get bak here.
    <Email Edited by Host>

    Like dz Yose have "spaces" like Lion?
    They are now called Desktops.
    Mission Control - Mac Basics
    Mission Control preferences - OS X Yosemite

  • Datawarehouse school project

    Hi, I'm student and I want to do a school project with Oracle. My project is about datawarehouse. I want to build and work with oracle database and oracle data mining with datawarehouse databases.
    I want to know if I can download oracle database and installed it on my own pc (It's only for school purpose objetives). I need some license?
    I think I need installed Enterprise Edition for data mining, it's true? Can I use for my school project?
    Can I download any datawarehouse sample database?
    The are any tutorials or similar for it?
    Thanks you very very much!!!

    Hi,
    Yes, you need to install the DB Enterprise edition.
    This is available off of OTN.
    I know that folks will download for evaluation.
    You will have to check the license to see how it applies to your efforts.
    Thanks, mark

  • FINAL SCHOOL PROJECT

    hello,
    i am almost finishing my final school project.
    i would like to show it to some of you before i send it to my school
    perhaps someone can give me their opinion about it?
    thanks!

    GMX750 wrote:
    .... show it to some of you .... Post the code here and it becomes public.

Maybe you are looking for