Newbie wants to learn servlets + intermedia

I'd like to use Intermedia in our web content management tool, and I'm trying to learn servlet-based image management and meta-data searching as quickly as possible.
Outside of the standard documentation, what resources would be the best to help me minimize the learning curve?
thanks for your help...

One thing I would do is look at the samples, especially:
http://otn.oracle.com/sample_code/products/intermedia/htdocs/intermedia_servlet_jsp_samples/imedia_servlet_jsp_readme.htm

Similar Messages

  • Newbie wants to learn Flash

    i want to learn flash. I have a very simple idea, but i need
    to start somewhere. I didn't get anything with my software. Where
    can I go to see a tutorial on Flash. I found some, but they go into
    all the cool things, and I need to learn the very basics, like
    size, fading, etc.
    thank you!

    Flash comes with numerous excellent tutorials for beginners.
    Check the Help menu. If they didn't come with your software, it
    seems that perhaps you don't have a legal version of Flash?

  • Oc4j newbie wanting to learn

    Hi
    I am a newbie to oc4j
    Is there some place where i can find the sequence of steps by which the different parameters are setup/accessed and used oc4j
    I would like to know the sequence (and the order of execution) of steps in which different parameters are picked up from different xml configuration files by the OC4j/Forms/OAFM services
    something on the lines of the opmctl is started and within that it picks up the value1 for parameter1 from file1 and uses that information for....kind of thing
    Please do let me know if that is a bit too much to be asking
    Thanks
    Cyril

    You should be able to specify your default printer via System Preferences -> Print & Scan (at least that is what is currently called under Lion).
    There is also:
    man lpadmin
    man lpoptions
    You can also set the PRINTER environment variable to specify your default
    You can access your CUPS server via <http://localhost:631/help>
    And finally if you want to get your hands really dirty, you can edit /etc/cups/printers.conf (must use sudo, and of course you could mess up your printer setup)

  • Newbie wants to learn JCA

              I would like to learn the JCA, however, most of the tutorials and examples that
              I've found show you how to use and deploy resource adapters.
              Can someone point me to the simplest example of a resource adapter? I would like
              to kiss it and avoid cci. I am particularly interested in learning how to implement
              the ManagedConnectionFactory and ManagedConnection interfaces.
              Thank you!
              

    Thw way I learned is, first read the JCA specs, understand the flow of
              information and then look at the DBMS adapter that comes along with weblogic
              integration on how those interfaces are implemented.
              Thanks
              Amit
              Tommy Hunt <[email protected]> wrote in message
              news:3c44883b$[email protected]..
              >
              > I would like to learn the JCA, however, most of the tutorials and examples
              that
              > I've found show you how to use and deploy resource adapters.
              >
              > Can someone point me to the simplest example of a resource adapter? I
              would like
              > to kiss it and avoid cci. I am particularly interested in learning how to
              implement
              > the ManagedConnectionFactory and ManagedConnection interfaces.
              >
              > Thank you!
              

  • For all the newbies who wants to learn Java

    I was a newbie like 4 months ago. i have some skills of OOP in C++ like 2 years back but since then i did'nt took any of programming language courses. I have experience in MSaccess and MYsql. i did my internship Last summer with Tennessee Education Lottery as a Database Analyst. At that time i realized what a Corporate Enviorment looks like. Trust me it was a formal interview and i passed it and they placed me in the IT department to write some scripts for the GUI terminal and at the same time create a Company Security Database. i did completed my project but i had to Learn Mysql. and then i realized Java was getting very popular. alot of people told me in the forums to go Java tutorial but i will not agree to start from the sun tutorial. you can do it only if you have a good or may be medium experience of OOP. it was really tough for me and then this magic guy came on the forum and told me to go on this website if you want to learn Java.
    http://chortle.ccsu.edu/java5/cs151java.html
    This site is a brilliant site specially the exercise problems and the quizes really attracted me to Java alot and now i came to realize how easy it is to program in Java rather than C++. Java forums have helped me alot in solving those exercise problems (not with the code but with a good explanation) which was very helpful for me. out of my 210 post i guess i have helped 30 people out and the rest of the questions are regarding those exercises. i came to know encapsulation, inheritance and all that stuff. though i am still not very perfect like i am still having trouble with ComparTo thing but it takes more practice. the more you practice the more you learn. so all the newbies if you really want to learn java even if you dont have any experience in OOp this is the site where you need to start. Hope this will definitely help you alot. thanks to all the Senior members navycoder, captain, paulcw, duffy, turingpest and others also who have helped me in the past. without you i would have not achieved the goal of learning java. now my next step is going to be learn GUI programming Swing. looks fun to me. but at the same time i have my final project for this semester to make on ONline Testing program which will have a database, php scripting and html and xml.
    I will post if i have any problems

    I was a newbie like 4 months ago. i have some skills
    of OOP in C++ like 2 years back but since then i
    did'nt took any of programming language courses. I
    have experience in MSaccess and MYsql. i did my
    internship Last summer with Tennessee Education
    Lottery as a Database Analyst. At that time i
    realized what a Corporate Enviorment looks like.
    Trust me it was a formal interview and i passed it
    and they placed me in the IT department to write some
    scripts for the GUI terminal and at the same time
    create a Company Security Database.Wow they really must like to gamble if they put you in charge of a security database - no offense meant, but that isn't the sort of thing you would want a brand new person working on, unless of course they were giving really high odds ;-)

  • Want to learn more

    hi all!
    I am a B.Tech 2nd year student. I know the basics of JavaSE.....upto
    multi threading. But now as gain more I want to learn more java applications.
    At present i am going through course of Data Structure and Algorithms.
    now i want to learn jsp, xml, and basics of some of java applications.
    So, i want to know how i can start....what i should do.....i'm very confused.....plzz help me...........

    There are some things you can do:
    1. stick to the client side and
    - try programming a simple app that makes life easier for you in some way
    - extend it to store some data to a JDBC database (try mysql for the first run)
    - IF THAT RUNS, try some more sopohisticated persistence frameworks like hibernate.
    - try Eclipse RCP, another client-side programming model apart from swing.
    2. try server side / J2EE, BUT
    - restrict to do plain servlets the first time, no struts, no JSP, no DataSources, no files, JAAS, JMS / clustering / spring. Got it?
    - ONLY LEARN ONE TECHNOLOGY AFTER ANOTHER. j2EE is painful until you know what you do.
    - dont use jboss, dont use websphere. For the first some projects, use plain-old Tomcat.
    - after the first some running server apps, read a J2EE patterns book.
    Path 1 is the easy, painless one. path 2 is the big world, hence cumbersome, painfull and wealthy, and you will learn Path 1 "on the run", but its hard work.

  • I want to learn WebDynPro???

    Hi everybody
    I want to learn WebDynPro
    Please help me in that. I am a beginner and want to start from the scratch. Just tell me any link or book by which i can start that.
    Also want to know about the extended facing portals.
    help me in that too.

    Hi Vivek
    If you want to start Web dynpro from the very basics go to he development manual
    You will find structured data about web dynpro check these links
    http://help.sap.com/saphelp_nw04/helpdata/en/fe/a3996fa314f94f8a0c3475b08636d0/content.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/s-u/the%20basic%20facts%20about%20web%20dynpro
    You can check this link this will give you working knowldge from bgineers to advanced.
    https://www.sdn.sap.com/sdn/downloaditem.sdn?res=/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/web%20dynpro%20sample%20applications%20and%20tutorials.htm
    Hope u have NWDS and WAS installed and ready to work on tutorials there are plenty of tutorials.
    Cheers,
    Shyam

  • Want to learn Ant.

    Hello everyone,
    I want to learn Ant. Does anyone know where can I find some online tutorials for a newbie of Ant?
    Thanks in advance,
    George

    Thanks filestream,
    I agree with duffy. The way I learned ANT was by
    playing with the build.xml file and creating my own
    simple xml files.I agree with you two, :-).
    Try googling ANT Tutorial +Ashley J.S Mills.I have got this one. It is very helpful to a newbie, like me, :-).
    There's also a small pdf out there (about 11 pages)
    that has some basic explanations (I don't know who
    wrote it.).I am very interested in this one you mentioned. Can you tell me how can I find it through Google? Which search key words should I use?
    regards,
    George

  • Want to Learn XI

    Hi Friends,
            I want to learn XI .. Can any one tell me what all pre requisites for that ? I have experience in ABAP and i have knowledge of Java also. Plz help me anybody how to proceed for that?? What softwares required for that ?? And where can we get good documentation ??
    Thanx in advance
    Sreedhar

    Hi Sreedhar,
    <b>Welcome to XI.</b>
    <i>Knowledge of ABAP and JAVA is surely going to help you learn XI.</i>
    It is important for you to first understand the Netweaver Stack and the role of Exchange Structure in it. For this go through this link
    http://help.sap.com/saphelp_nw04/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
    SAP XI - Where to Find Information
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/sap xi - where to find information.pdf
    All the information you need in XI :
    http://help.sap.com/saphelp_nw04/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/frameset.htm
    To understand the architecture of XI, Please go through this link,
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    You can also go through the url for Elearning :
    https://www.sdn.sap.com/sdn/elearning.sdn
    Following is the link for 'how to guides', A step by step guide to create scenarios:
    https://websmp201.sap-ag.de/nw-howtoguides
    XI is all about configuration of Adapters, to learn more please go through this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm
    One of the most powerful feature of XI, Business Process Management:
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm
    How the messages are delivered through XI:
    http://help.sap.com/saphelp_nw04/helpdata/en/17/50d440e14f8431e10000000a1550b0/frameset.htm
    Once you go through these links and are a bit aware what all XI objects do, you can try a simple "File to File Scenario" which would help you to understand XI objects in a much better manner.
    For help on this scenario go through this blog it is in two parts thus I am providing both links below:
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    I hope if it helps, you'll give me points.
    Thanks & Regards
    Varun Joshi

  • I WANT TO LEARN ALV GRID

    I WANT TO LEARN ALV GRID CAN U TELL ME WHICH ONE WILL BE GOOD TO LEARN AND REFER.

    Hi,
    ALV
    1. Please give me general info on ALV.
    http://www.sapfans.com/forums/viewtopic.php?t=58286
    http://www.sapfans.com/forums/viewtopic.php?t=76490
    http://www.sapfans.com/forums/viewtopic.php?t=20591
    http://www.sapfans.com/forums/viewtopic.php?t=66305 - this one discusses which way should you use - ABAP Objects calls or simple function modules.
    2. How do I program double click in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=11601
    http://www.sapfans.com/forums/viewtopic.php?t=23010
    3. How do I add subtotals (I have problem to add them)...
    http://www.sapfans.com/forums/viewtopic.php?t=20386
    http://www.sapfans.com/forums/viewtopic.php?t=85191
    http://www.sapfans.com/forums/viewtopic.php?t=88401
    http://www.sapfans.com/forums/viewtopic.php?t=17335
    4. How to add list heading like top-of-page in ABAP lists?
    http://www.sapfans.com/forums/viewtopic.php?t=58775
    http://www.sapfans.com/forums/viewtopic.php?t=60550
    http://www.sapfans.com/forums/viewtopic.php?t=16629
    5. How to print page number / total number of pages X/XX in ALV? http://www.sapfans.com/forums/viewtopic.php?t=29597 (no direct solution)
    6. ALV printing problems. The favourite is: The first page shows the number of records selected but I don't need this.
    http://www.sapfans.com/forums/viewtopic.php?t=64320
    http://www.sapfans.com/forums/viewtopic.php?t=44477
    7. How can I set the cell color in ALV? http://www.sapfans.com/forums/viewtopic.php?t=52107
    8. How do I print a logo/graphics in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=81149
    http://www.sapfans.com/forums/viewtopic.php?t=35498
    http://www.sapfans.com/forums/viewtopic.php?t=5013
    9. How do I create and use input-enabled fields in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=84933
    http://www.sapfans.com/forums/viewtopic.php?t=69878
    10. How can I use ALV for reports that are going to be run in background?
    http://www.sapfans.com/forums/viewtopic.php?t=83243
    http://www.sapfans.com/forums/viewtopic.php?t=19224
    11. How can I display an icon in ALV? (Common requirement is traffic light icon).
    http://www.sapfans.com/forums/viewtopic.php?t=79424
    http://www.sapfans.com/forums/viewtopic.php?t=24512
    12. How can I display a checkbox in ALV? http://www.sapfans.com/forums/viewtopic.php?t=88376
    http://www.sapfans.com/forums/viewtopic.php?t=40968
    http://www.sapfans.com/forums/viewtopic.php?t=6919
    Check this for basic concepts of OOPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/abap%20objects/abap%20code%20sample%20to%20learn%20basic%20concept%20of%20object-oriented%20programming.doc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20to%20display%20data%20in%20alv%20grid%20using%20object%20oriented%20programming.doc
    Tabstrip
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20for%20tab%20strip%20in%20alv.pdf
    Editable ALV
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20to%20edit%20alv%20grid.doc
    Tree
    http://www.sapdevelopment.co.uk/reporting/alv/alvtree/alvtree_usrint.htm
    General Tutorial for OOPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/an%20easy%20reference%20for%20alv%20grid%20control.pdf
    http://www.sapdevelopment.co.uk/reporting/alvhome.htm
    http://www.sap-img.com/abap/what-is-alv-programming.htm
    http://www.sap-img.com/abap-function.htm
    http://www.geocities.com/mpioud/Abap_programs.html
    http://www.sapdevelopment.co.uk/reporting/alv/alvtree%5Calvtree_basic.htm
    http://esnips.com/doc/ad20dca9-6182-4903-8d8f-96a66dc8590c/ALV.pdf
    http://www.sap-img.com/abap-function.htm
    Thanks
    VIkranth

  • Want to learn j2ee

    Hi Guys, I have learnt core java and now I want to learn further. I keep hearing terms like struts, servlets, JSPs, Hibernate, XML, java beans.
    Can you tell me what should I pursue next & what should be the sequence. Becoz i picked up a book on struts last week & didnt understand anything.
    Thanks!

    Why not take the tutorial?

  • Any Great newbie books to learn java - Any Recommendations ???

    Hi, my name is Chris and I know a little about web design and I want to learn java but I know nothing about programming and I would like anyone here to recommend a decend book for a complete newbie in programming to be about to get alot of a that book. I am really interested in java right now and if anyone has any great forums to learn also besides this one , that will be great.
    Thanks
    Chris :-)

    http://chortle.ccsu.edu/java5/cs151java.html#50As always i wouldn't suggest this website you have mentioned. The order in which the topics are covered is not conducive to good learning. You see the chapter in exceptions is dealt at the end!
    I would suggest Thinking In Java.
    Message was edited by:
    qUesT_foR_knOwLeDge

  • Want to learn iPhone Programming on 10.5 PPC, can i do this?

    I want to self teach my self to program iPhone applications, i have no programming experience so inwill be starting from scratch. I have got the book 'Objective-C For Absolute Beginners' but before I begin I wanted to check I can learn using my system. I have a iMac G4 PPC running Mac OS X 10.5 Leopard which means I cannot run the latest version of Xcode. Is the latest version of Xcode that can run on 10.5.8 and on a PPC machine okay for me to practice and learn how to use Xcode and program for the iPhone? Because I don't have the money but when I can afford it I will upgrade to an intel computer maybe in a years time. But will it do for now?

    AndiWhitts wrote:
    Yes that's what I'm after, so writing program's for my mac is similar to iPhone app development only with a different UI ect.? and they definitely both use Objective-C? And the current Xcode I got with my leopard install will have everything I need won't it.
    There are definitely some similarities. The lower-level libraries are very similar. At the application level, and the UI architecture level, they are significantly different.
    I just wanted to make a start before I get an intel mac but I didn't want to learn it all then have to start from scratch when I get an intel mac because it is completely different.
    You wouldn't start from "scatch" because it wouldn't be "completely" different. You would be starting near the beginning because it is 70% different.
    If you want to start with the machine you have, focus on writing Mac apps. In a year, maybe you might have something that you could port to Xcode4 and release in the App Store.
    Any machine made since 2007 will run Lion.

  • I want to learn web dynpro in UK

    i want to learn web dynpro in UK through remote servers by self learning.WHO provides remote servers.what r the pre requisites for webdynpro for ABAP

    You can install your own Server from [this link|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80fd9a0a-e306-2a10-c896-b84c77c13ed2].

  • I want to learn web dynpro for ABAP in UK

    i want to learn wen dynpro for ABAP in uk through remote servers.who provodes the best remote servers.
    whether abap and java is a
    pre requisite for learning webdynpro?

    Vijay,
    check this link to download trial version of the server.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80fd9a0a-e306-2a10-c896-b84c77c13ed2
    http://www.sapdevelopment.co.uk/webapps/webdynpro/wdphome.htm
    https://www.sdn.sap.com/irj/sdn/nw-composition?rid=/webcontent/uuid/512040e1-0901-0010-769c-c238c6ca35d9
    http://help.sap.com/saphelp_erp2005/helpdata/en/b9/b82c4142aef623e10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/webdynpro?rid=/webcontent/uuid/60ea94e5-0901-0010-c3bb-aad5ea9620d8
    do a search in sdn and you will find lot of materials
    Thanks
    Bala Duvvuri

Maybe you are looking for

  • Font issue - how to troubleshoot?

    Hey all, I'm having a problem with my new MacBook Pro - I've only recently started using OS X. I'm a linguistics major, and Snow Leopard is giving me trouble with accents and diacritics. For instance, when I try to combine i with a grave accent (`),

  • Periodic signal loss on DCT700 digital adapter

    Our kitchen TV is connected to the FiOS ONT via a basic digital adapter (Motorola DCT700/US). On some TV channels, the sound disappears and the picture freezes for up to a few seconds at regular intervals. The problem affects only channels 11 through

  • APEX Licensing

    All I want to know if APEX is free product to use in Production. Also we want to use the PDF reports feature avaialble in APEX. I understand from documentation that BI publisher is integrated with this. Do we have to purchase BI publisher licenses in

  • Poor Quality RAW image in iPhoto

    Anyone else having these issues? I'm shooting with the Nikon d70 in RAW mode. In the thumbnail mode the pics look great. When I go into edit mode the quality of the image decreases significantly. No detail in the shadow (blotchy) and it looks posteri

  • N95 Using multimedia keys with other software?

    Some programs require using the landscape mode with both hands so is it possible somehow to use those multimedia keys in other softwares? They seem to not recognize them. If not, does someone know any program which could create a mirror button from t