Need help to start a prject

i am fairly new to JSP. I need to create a form(html,jsp) that interacts with oracle database (help desk ticketing system to input problems). I am using jdeveloper as a software to develop it. Are there any tutorial or some kind of documentation available so that I can start it
please help
san

I am working on a application which uses
jscripts filestream object for communication with
server and for data exchange from and to server .
Earlier the file(database in mdb) sizes were small
and the application was fine but now file size has
increased and the table which is transferred through
this communication gives overflow error while other
small tables in that same mdb file gets updated ..
Can you give me idea of whats the problem ,
and how I rectify it , also tell me whats the
maximum size of stream file for this type of
communication ..

Similar Messages

  • Need help to start with some file and text manipulation

    Hello script mavens,
    I need help with starting a script that does the following:
    -within a base folder it takes an inventory (list?) of all the files (which happen to be image files).
    -creates a new folder inside the base folder and calls it imagesX where X increases by one every time the script is run
    -moves all the files into the images folder
    -within the base folder it creates a new text file and calls it imagesX.js
    -writes a "//-" into imagesX.js
    -then writes the list of filenames into the imagesX.js twice, separated by an empty line, and adds a semicolon to the end of each filename and saves imagesX.js
    -from a folder a level above the base folder it copies a file called index.html into the base folder and renames in indexX.html
    -in indexX.html it replaces a string "replaceThis" with "imagesX.js"
    The task is more complex but this would help me tremendously do the rest.
    If I am asking for too much on this forum please let me know

    This should get you started.
    The description of how you want to write the data isn't clear, but the rest should work (untested):
    property imageNum : 0 -- last used ImageNumber
    -- within a base folder it takes an inventory (list?) of all the files (which happen to be image files).
    -- get the folder:
    set baseFolder to (choose folder)
    -- now get the files within it:
    tell application "Finder"
    set fileList to every file of folder baseFolder as alias list
    end tell
    --creates a new folder inside the base folder and calls it imagesX where X increases by one every time the script is run
    tell application "Finder"
    set imageNum to imageNum + 1
    set newImageFolder to make new folder at baseFolder with properties {name:"images" & imageNum}
    -- moves all the files into the images folder
    move every file of folder baseFolder to newImageFolder
    --within the base folder it creates a new text file and calls it imagesX.js
    set textFile to (open for access file (baseFolder as text) & "images" & imageNum & ".js" with write permission)
    --writes a "//-" into imagesX.js
    write "//-" to textFile
    -- then writes the list of filenames into the imagesX.js twice, separated by an empty line, and adds a semicolon to the end of each filename and saves imagesX.js
    -- need more info here
    -- a blank line between each instance of the file name? or all file names, blank line, all file names again?
    -- an example, please
    close access textFile
    --from a folder a level above the base folder it copies a file called index.html into the base folder
    --and renames in indexX.html
    --in indexX.html it replaces a string "replaceThis" with "imagesX.js"
    -- the easiest way of doing this is to read the file and write a new copy with the changes - that's easier than changing it in situ:
    set indexHTML to (read file "index.html" of folder (container of baseFolder))
    set {oldTIDs, my text item delimiters} to {my text item delimiters, "replaceThis"}
    set indexHTML to text items of indexHTML
    set my text item delimiters to "imagesX.js"
    set indexHTML to indexHTML as text
    set my text item delimiters to oldTIDs
    set indexFile to (open for access file ("index" & imageNum & ".html") with write permission)
    write indexHTML to indexFile
    close access indexFile
    end tell

  • I haven't used an Apple computer for years. I need help getting started

    I just bought a mac mini after 20 years using a PC.  I need help getting started.  Any beginning manuals out there?  Thanks.

    New User of Apple wrote:
    I just bought a mac mini after 20 years using a PC.  I need help getting started.  Any beginning manuals out there?  Thanks.
    Welcome back. Do not overlook the Finder and individual application Help menu support. The links provided above are great starter references. With tongue in cheek, they also may not be as current as the OS X release on your mini, so expect some differences.
    Here are a litany of keyboard short-cuts, last updated in June 2012, that may prove selectively beneficial.
    For actions like copy(c), paste(v), cut(x), print(p), and select-all(a), substitute the command key instead of control key.
    If you right click on a file, this menu will seem familiar. Press the option key and notice the menu changes. If you copy a file(s) from this menu, change to the destination and then press option with the right button menu to see copy file(s) changed to move file(s).
    To quickly view a file's contents, left click on the file icon, then press the space bar.
    The native file format for OS X is PDF. Thus, when you choose to print, you also have the option to save as PDF with web links preserved.
    Enjoy your mini.

  • Need help getting started -Editing software

    Hello everyone
    I need to get started with video editing on a Mac -
    I didn't touch an editing software since 1998 , it was premiere 4.2 on a PC !
    And didn't keep up with what's new but i'm now using a Mac!
    I assume now most software allow realtime rendering, and have great tools !
    So, I'd like to put together a holiday movie I shot on a DV camera-
    once finished , it would either play from the computer connected to a Video projector AND / OR burned on a DVD .
    I'd like to make something a bit creative : Split frames / moving Titles accross the screen etc...
    my questions :
    -If possible, I'd like to minimize the rendering process ( realtime?) What is a good editing software Imovie / Final cut ( which one?) / Premiere ?
    -What can I use to create split frame ( video)
    -What can I use to create moving titles ? ( important)
    -Can this be achievable on a Macbook 1,83GHZ / 2GB of RAM/ 250GB EXT. Harddrive FW.?
    Thanks for you inputs ( Open subject )
    David

    You don't need timecode to make frame accurate cuts.
    You simply play or drag the playhead to roughly where you want it and then use the left and right arrow keys to move frame by frame to the exact frame you want.
    Incidentally if you hold down the Shift key, each touch of the arrow key will jump 10 frames.
    iMovie has a tremendous amount of potential which may be hidden away at first sight.
    Take a look at those fantastic and easy to produce titles - the hardest part is typing the letters!
    Incidentally, even FCE does not display the original tape timecode natively.
    Ian.
    P.S. The best way to unlock most of its secrets is to get a book. Most good libraries usually stock them or can get them for you.
    Message was edited by: Ian R. Brown

  • Need help getting started - I am a newbie and am royally confused

    I have Crystal Reports XI and VB.Net 2005 with CR functionality built in. I created reports directly in CRXI and now need to be able to use them in .Net.
    Here is where I get lost. When I created my RPT file it had me connect to a database (Access 2002) and then add a table and fields. It works great except now that I am porting to my .Net app the database it needs to connect to will always be changing (dynamic). The table and field names will always be the same. It is just the file name that changes, based on user inputs.
    So are there any tutorials, literature, help that anyone can point me to so I can get on with my steep learning curve? I started programming in VB.net and developing CR's just a short time ago and would appreciate a 'dumbed' down explanation so I can get a handle on this.
    Thanks for any help or advice offered.
    Regards
    TMA

    Here are various resources for .NET development with Business Objects products.
    Check out the developer library tutorials under the Crystal Reports section for help as well as the Crystal Reports samples in the application packages and additional code sample.
    Developer Getting Started
    [https://boc.sdn.sap.com/developer/gettingstarted]
    .NET Developer Resources
    [https://boc.sdn.sap.com/dotnet]
    Developer Library
    [http://devlibrary.businessobjects.com/]
    Links to our sample application packages:
    [http://support.businessobjects.com/communityCS/FilesAndUpdates/sample_applications_for_.NET_developers.pdf.asp]
    Additional Code samples
    [https://boc.sdn.sap.com/codesamples]
    Good luck,
    Jason

  • New User needs help with starting SDK

    I downloaded the J2EEsdk-1_4 files and completed the installation. I have looked at all the tutorials and quick-start documentation, but cannot find how to begin building an application. All I needed was very minimal Java parts to write a "Hello World" program for a class, but it prompted me to get the whole package.
    How do I get to a prompt window to write some code, then compile it, then run it? I tested the local server as it suggested and it is working, and I ran their sample program and it worked.
    I just need a pointer to get me started. I don't need all the web deployemnt stuff, etc....
    Sorry for the silly questions but you gotta start somewhere.
    Thanks

    Brent In Iowa, you're on the Air.
    Thanks for taking my call, Larry.
    Umm, yes, I'd like to ask Mr. McNealy a question.
    Go ahead.
    umm, yes, Mr. McNealy. I like your language
    Thanks, Brent. We hope with developers like you, to make it the most widely used language in the world. It's people like you that will helps us squash that bastard Gates and make me...umm, I mean Sun Microsystems the richest company known to man-kind.
    Yeah but that's my problem Mr. McNealy. How do I write Hello World?
    First, Brent, ya gotta download the right SDK. Not the J2EE but the J2SE. Then ya gotta follow the links on the let for the tutorials.
    Thanks for your question. Our next caller, George is in Boise, Idaho. Hello, Boise.

  • Beginner! Need help getting started with recording music.

    I am the definition of 'new' at the moment. I want to record my own music at home and I've been told that using an Apple Mac is one of the better ways to go about it at home.
    I have a number of questions, most of which have probably been asked before (apologies!) starting right from the beginning.
    1. What type of Mac would be best suited as a dedicated tool for recording music? Obviously speed and memory are big factors, but are there any other considerations here (available inputs, drivers, sound cards etc)? I'm hoping to keep the cost below AUS$3000 if possible.
    2. Do i need any other hardware for this application? (this is where you can tell how inexperienced I am haha) such as mixers etc? If I should need a mixer, is there a particular type or brand of mixer that works well with Macs?
    3. Will plugging a guitar amp into the mac improve sound quality over plugging the guitar directly into the Mac? I bought a Griggin Garage Band guitar cable a while ago to record some background music for a friend's DVD, and I found it worked well, but I'm looking for the best quality sound now.
    4. What would be the most effective software to use? I've briefly used Garage Band and found that to be simple and useful, but I've heard that there are better software packages available.
    I'm hoping to be able to record guitar, bass and vocals directly on to the Mac, and create drum tracks using samples and loops. I know how to play music but as you can tell I know very little about recording it! Any help or suggestions would be appreciated!
    Thanks..

    I would presume one line level input will suffice?
    Close, you need a Line Level AND Mic Level input since you'll want to record vocals.
    Thanks for the link to your Q&A page, I found some very useful info there.
    It's showing its age, and will hopeful get updated soon, but most of the info is good at least for a background.
    Anyway, I think I might recommend this Presonus INSPIRE over the FireBox, it'll save you about $100 and since PreSonus makes excellent equipment (and we have an active member here that uses the Inspire), I'm confident that it offers great quality.
    I think the firepod that you use looks great, but might be overkill
    I agree, the FirePod would be serious overkill for your needs. Again, an awesome interface, but you'd be paying for all those Mic PREs, and using 1. That wouldn't make sense, and since the FP isn't cheap...
    my talent and engineering knowledge is quite limited
    Then I would strongly suggest GB as the software, and then do lots of reading. The weakest link in music production is your engineering skills. Mixing and Mastering (especially the latter) are art forms. A bad engineer using a $10,000 bit of software and hardware would make a fantastic performance sound like garbage. With good engineering skills you can make a pro recording with GB.
    The learning curve with something like Logic is dramatically increased, and again, without the skills to take advantage of what it offers, your recordings are not going to sound any better. At the very least, start with GB to learn the skills of Recording/Editing/Mixing/Mastering. The "price of admission" is low enough that if in a year you find that you need a feature GB doesn't offer, your money will not have been wasted, it will have been valuable learning time.
    Hope those more specific answers help
    ~~HangTIme [Will Compute for Food] %-)>
    Note: I am an Amazon Associate, if you purchase this item via my link I will get a small commission)

  • Need help with starting over in LR

    I realized that my importing process is creating an image folder structure in LR that does not mirror my HD image folder structure, so I need to begin again. Thankfully I just started and only imported a couple hundred photos w/o many edits and have created 6 folders.
    My question: what's the best way to clean out LR for a new start? Should I simply delete the LR catalog then reimport? Or should I delete the images from LR (leaving them on my HD, of course) then reimport? Does it even matter which route I choose?
    Finally, to get the folder structures to match (LR folders and HD folders to mirror each other), what do I need to do? I have thousands of photos I will be eventually importing, and I want the file structure in LR to match my HD. The top images folder on my HD is simply called "PHOTOS." Beneath that is "FAMILY" "STUDENTS" and "PHOTO SHOOT" and then there are subs below those.
    If I bring in the top  "Photos" folder, all the others will follow and then I will have thousands to process in one import, and I know this would not be the way to go.
    So, how can I match the folder structures while only importing a handful at a time? Do I somehow create a folder in LR called "Photos" or do I import the actual "photos" folder from my HD. Just a little unclear about all this and appreciate any advice.
    Thanks.

    I realized that my importing process is creating an image folder structure in LR that does not mirror my HD image folder structure, so I need to begin again.
    When you do an import, the LR folder structure automatically matches your HD structure. You only get this problem if you move or rename the folders/photos in Windows Explorer or Mac Finder. For a beginner, you probably shouldn't be moving/renaming photos/folders outside of Lightroom; you should move photos/folders inside of Lightroom.
    My question: what's the best way to clean out LR for a new start? Should I simply delete the LR catalog then reimport? Or should I delete the images from LR (leaving them on my HD, of course) then reimport? Does it even matter which route I choose?
    If you delete the photos from Lightroom and reimport, you lose a lot of information. This is not recommended and should definitely be a last resort, only if you can't fix the Lightroom catalog. It is relatively easy, since you don't have a lot of photos, to fix this in Lightroom ... for each folder that has a question mark indicating it doesn't know where the photos are, right-click on it and select Update Folder Location. Then, stop moving your folders/photos in the operating system.
    Finally, to get the folder structures to match (LR folders and HD folders to mirror each other), what do I need to do? I have thousands of photos I will be eventually importing, and I want the file structure in LR to match my HD. The top images folder on my HD is simply called "PHOTOS." Beneath that is "FAMILY" "STUDENTS" and "PHOTO SHOOT" and then there are subs below those.
    As I said, you stop using Windows or Mac to move or rename your photos and folders. Problem solved.
    However, I believe you have adopted a fundamentally flawed and inefficient approach in your use of folders. In Lightroom, folders are no longer organizing tools; they are simply storage locations. Lightroom gives you much more efficient and superior organizing tools (keywords, metadata, collections), and it is best if you abandon these thoughts of organizing via folders. Instead, you make these descriptions into Keywords in Lightroom, and you leave your photos in whatever folder they happen to be in, with whatever name the folders currently have. Keywords are not limited the way folder hierarchies are ... a photo can be in only one folder and one hierarchy; whereas a photo can have many keywords and exist in many hierarchies. This gives you the ability to search on many many different criteria in Lightroom, which is much more flexible.
    So to sum up ... fix your catalog, as described above. Then, do not think about folders; do not rename or move folders; just leave them exactly as they exist. From this point on, you organize with Lightroom tools.

  • Newbie alert! - need help getting started

    Hello!
    (If there is a better place to post this message, please forgive me, and tell
    me where I should post.)
    My team is moving to the Weblogic app server platform, and my current task is
    to get my feet wet.
    I've picked up a few things after digging around in the documentation, and on
    this website, but I've got a few holes in my knowledge. If someone could point
    me at where I should read, I'd appreciate it!
    We've got JBuilder 9 Weblogic Edition installed on our dev boxen (Win2k PCs),
    an Oracle database (Oracle 9i on a Sun box) prepared, and an application server
    going (Sun Ultra-10 running Solaris 9 64-bit, named "wlapp"). I've installed Weblogic
    Server 8.1 to the app server, and it seems to have installed correctly. I've managed
    to get the medrec example running on that server (it took a little tweaking of
    the script), but I have no idea how to access it.
    I did a "ps -ef" and I can see a process called "htt_server" with a parameter
    "-port 9010" running on it, but pointing a web browser to "http://wlapp:9010"
    does nothing useful.
    In the tutorial (http://edocs.bea.com/wls/docs81/medrec_tutorials/index.html)
    it helpfully says "If you are interested in viewing or using the complete MedRec
    application before starting the tutorials, you can use the pre-built MedRec domain
    that is installed with WebLogic Server." It fails to mention how to make this
    first, probably obvious, step.
    Can anyone tell me how to try out my (hopefully running) MedRec example application?
    Thanks in advance! --- Eric

    Hi,
    Can you provide us the server configuration you entered in the Project creation wizard (New Flex Project -> Configure ColdFusion server wizard)?
    The error shown looks like a configuration problem.
    Thanks,
    Balaji
    http://balajisridhar.wordpress.com

  • Downloaded new software; need help getting started...

    I get many pages with all the new info but I just want to make a call. No symbol or sign about where to make a call
    Hardware:  Laptop windows 7, Lenovo;  I also have a fullsized HP tabletop and an iPad.
    Oper.sys: Windows 7 on laptop, Windows XP on table top (use it little)
    Skype version: latest I think downloaded today.
    Internet:  Xplonet satelite.
    I am not very good at computers but I know that when I opened Skype I had a sign to press to make a call. Now nothing only Explore Prices Downloads and Help. But no help only answers that mean nothing to me. How can I learn this completely new system?
    Thanks for help.
    This post was transferred from its previous location to create its own new topic here; its subject and/or title has been edited to differentiate the post from other inquiries and to reflect the post's content. A link to this post appears where the post was originally added.

    Are you sure that you are logged in to Skype application installed on your computer and not just to your Account page on the Web. The last will not provide you any access to your contacts or call option.
    What exactly is the version of Skype installed on your computer? In Skype go to Help -> About Skype.
    If you have not yet installed Skype on your computer, then you need to do this now.
    http://www.skype.com/en/download-skype/

  • Firstdata Global Gateway - Need help getting started

    I’m using Coldfusion 9,0,0,251028 on Windows 7 64-bit.
    I'm trying to change credit card processors for a website.  I've read the integration guide for the Web Service API  v 4.0, but it doesn't give me much in the way of how I integrate with coldfusion to build the xml that gets enclosed in SOAP and sent.
    I've talked to Firstdata's second level support and was told they don't help with programming beyond troubleshooting error codes.  They also told me they have no forum concerning the web service API.
    What kind of tags in coldfusion would I use to start this transaction?  Does anyone know where I could find an example or instructions besides the web service api integration guide?

    ColdFusion has pretty good support for consuming SOAP web services, you might checkout the docs to get started: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24 -7fbf.html
    Also I'd ask if FirstData if they have any ColdFusion examples they can point you to, while they will not help with specific tasks, they might point you to some resources for example: https://firstdata.zendesk.com/entries/407568-first-data-global-gateway-e4sm-web-service-ap i-sample-code-cold-fusion

  • Need help with starting a simple calculator

    I have this simple calculator I just started on, and I'm having just a few problems. First of all, I don't know how to append text to a textfield. Maybe I would have to create a string buffere or something. Then, when the user clicks one of the buttons, the compiler goes crazy, and nothing is displayed.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Calculator extends JFrame implements ActionListener
         JButton[] btnNums;
         JButton btnBack;
         JButton btnClear;
         JButton btnCalculate;
         String[] strNames;
         JTextField txtDisplay;
         public Calculator()
              Container content = getContentPane();
              setSize(210,250);
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              /*  construct a JPanel and the textfield that
               *  will show the inputed values and outputed
               *  results
              JPanel jpDisplay = new JPanel();
              jpDisplay.setLayout(new BorderLayout());
              txtDisplay = new JTextField(15);
              txtDisplay.setHorizontalAlignment(JTextField.RIGHT);
              jpDisplay.add(txtDisplay);
              /*  contstruct a JPanel that will contain a back
               *  button and a clear button.
              JPanel jpRow2 = new JPanel();
              btnBack = new JButton("Backspace");
              btnClear = new JButton("Clear");
              btnClear.addActionListener(this);
              jpRow2.add(btnBack);
              jpRow2.add(btnClear);
              /*  construct a string array with all the names of the
               *  buttons, then in a for loop create the new buttons
               *  and add their name and an actionListener to them.
              String[] strNames = {"7","8", "9","/", "4", "5", "6","*", "1", "2", "3","+", "0", "+/-", ".", "-"};
              btnNums = new JButton[16];
              JPanel jpButtons = new JPanel();
              jpButtons.setLayout(new GridLayout(4,4));
                for (int i = 0; i < 16; i++)
                     btnNums[i] = new JButton(strNames);
                   btnNums[i].addActionListener(this);
                   jpButtons.add(btnNums[i]);
              /* construct the final JPanel and add a
              * calculate button to it.
              JPanel jpLastRow = new JPanel();
              btnCalculate = new JButton("Calculate");
              btnCalculate.addActionListener(this);
              jpLastRow.add(btnCalculate);
              /* set the contentPane and create the layout
              * add the panels to the container
              setContentPane(content);
              setLayout(new FlowLayout());
              setResizable(false);
              content.add(jpDisplay, BorderLayout.NORTH);
              content.add(jpRow2);
              content.add(jpButtons);
              content.add(jpLastRow);
              setTitle("Mini Calculator");
              setVisible(true);
         public void actionPerformed(ActionEvent ae)
              for (int i =0; i < 16; i++)
                   if (ae.getSource() == btnNums[i])
                        txtDisplay.setText(strNames[i]);
         public static void main(String[] args)
              Calculator calc = new Calculator();

    First of all, I don't
    know how to append text to a textfield.
    textField.setText( textField.getText() + TEXT_YOU_WANT_TO_APPEND );
    Then,
    when the user clicks one of the buttons, the compiler
    goes crazy, and nothing is displayed.No, the compiler doesn't go crazy, the compiler has done it's job by then. However, you do get a NullPointerException, and the stacktrace tells you that the problem is on the following line:
    txtDisplay.setText(strNames);
    It turns out that strNames is null. I leave it to you to find out why. ;-)

  • Need help getting started

    Ok, I get scripting for Acrobat is different, but I'm having a hard time making heads or tails of the Guide.  Illustrator and Photoshop were pretty straight-forward for me, by comparison.  I just need a basic script that I can double click on that opens Acrobat, opens a specified file, then saves it with a different name, and quits Acrobat.  4 easy steps in one jsx file... at least that's how it would be for PS or AI.  What does that look like for Acrobat?
    Thanks!

    Adobe works very hard at dealing with preventing Acrobat from disclosing very personal data, so what you are asking for falls under their definition of a secruity risk. Adobe requires the installation of some very special JavaScript code in a very specific location and end user interaction to perform this task.
    How to save a PDF with Acrobat JavaScript by Thom Parker.

  • Need help on starting with OSB

    Hi , I am new to OSB. Can some body guide me how i can start working on this ?
    to be specific any books or guides which will have the practical implementations , so that its easy to understand...

    some self promotion as author of the book : OSB 11g Development Cookbook http://www.packtpub.com/oracle-service-bus-11g-development-cookbook/book
    in this book we describe recipes which have level beginners to advanced.
    So in the beginning you will learn all the basics on how to create all the resources in the osb and further on you will continue with the more advanced recipes and technics of the osb

Maybe you are looking for