Java technology presentation help .........

Sir/Madam,
My name is Anel, I come from India. I am a production engineering student.
A techincal presentation contest has come up, and I wish to participate. I am interested in java language,
there is an option topic that states "Other cutting edge technologies". I need your help to tell me what I could present in relation to JAVA language. Please let me know soon, the paper submission date is next week. What could I present, any ideas about the content, how can I be attractive and clear?
Thank you.
Your's sincerely,
Anel,
India. ([email protected]

Hi Anel,
If you wish to present about Java, you could take a look at some of the up and coming technologies at the sun site. A possible link to look through could be http://wwws.sun.com/software/learnabout/java/
You could talk about Java Card, Java Mobility Software (J2ME), Wireless Devices or you could look up N1 computing which is Sun's revolutionary architecture for managing entire network computing systems, allowing customers to treat the data center as a single system.
Simply get onto the Sun site and look around - you are sure to find a whole lot of subjects to present for your tech talk.
Hope the above helps
John

Similar Messages

  • What platform/java technology should I use? Please Help

    Hi, I am a uni student and have a final year java project to do.
    The project must include:
    1. a server side application that must run at specific times during the day (3 x a day) and store information to a database (MySQL).
    2. a client side desktop application that will connect to the database and retrieve the information.
    I have no problems writing the client side application. However, I am totally lost when it comes to knowing what server I need to have running the server side application and what type of java technology the server side application should use i.e EJB, entity beans etc??? How would the appliaction run at certain times, would I use a timer class? What would be the best way?
    I would appreciate any advice you can give. Many Thanks.

    Hi,
    1. ok if I develop my application as a "normal" java
    application does this mean that it needs to run on an
    aplication server?No, it doesn't.
    2. is developing the app as a normal java app
    considered a good way of implementing such a system,
    or would it be better to use enterprise bean
    approach?That depends on your professor. Given nothing other than the requirements you stated, there is no need for an application server. You can just have a command-line app that runs forever to do these server things. However, if your professor wants you to learn about J2EE servers, then it's a different story. So ask your instructor.

  • I need to know the right tools and java technology

    Please help,I need to know the right tools and java technology to support what I need.
    I had background programming in Assembly,C++,Visual Basic,SAP/ABAP 4.
    All I can say, programming is about logic, now we are very helped building program using objects.
    I'm very interest to SAP tech, where all screens, programs, reports are resides on tables, this is the real dynamic!
    CUrrently I'm eager to do the same technic with java. I'm new to java....
    What I know the J2EE is the core for me to start is it right? I was very interest with the Client-Server Tech. How can I impelemet this with Java?
    I'm a bit confuse with so many java solutions. There is Java Applets, Swing, Java AWT, JavaBeans, etc...
    I don't know what is the best if I want my Presentation/Client Application will run within browser (not standard html, using like windows gui). What should I do to make business logic objects, how to invoke it within the gui. how to make installation package whenever clients connect to the http server.
    if you have a pointer to do it please let me know.... I'm very appreciate all your response...
    Best regards,
    Lucky Pangemanan

    I'd say - don't get carried away with the heavyweight frameworks. Don't use EJB if Hibernate and/or Tomcat will do the job. There's a danger of winding up using a bulldozer to crack a wallnut.
    What people mean by "J2EE" varies a fair bit.
    Start with Tomcat, which has the virtue of being free. Try some JSPs and servlets.
    Use Applets to do client side presentation only if you must; Applets create an installation overhead on end-users, and some of them can't cope, while others may not have the necessary installation permissions on their office machines. They are pretty rarely needed, IMNSHO, most client-side behaviour is better handled with html and JavaScript.

  • Is it Possible in JSF? Can anyone recommend any java Technology for this?

    I am doing Post Graduate Degree in Computer Science. This is my final semester and doing project work.
    Any body having idea about my requirment, help and guide to me
    My description and questions are as follows:
    Current Approach:
    PHP has been used to achieve the flexibility of creating custom images on-the-fly. Using this approach we were able to create a web-interface similar to the application client, where we could display links and get the exact look and feel of the application client.
    Drawback:
    This approach forces us to use two different technologies Java and PHP, since our system uses 'Java' accessing all the API's from PHP becomes a problem. while PHP provides a way to invoke any java method. It comes with a draw back, the method calls are little slow. This delay's are loading of web-page.
    Requirment:
    1. Creating custom images on various locations of the screen
    2. The Exact look and feel of the application map should be achieved
    3. Place elements and links correctly as in application-client reflect any changes
    4. Generation events on the Links and Elements
    5. Setting Backgroud images for different maps
    Questions:
    1. is it possible in JavaServer Faces (BETA)?
    2. If it is possible is JavaServer Faces(BETA) How to create custom images and create interfaces among them?
    3.Can anyone recommend any java Technology for doing this?
    Anybody having idea, help and guide me for doing my project

    hi,
    I think you can use JSF
    cheers
    Trajano

  • DeployJava.js fails to install Java when no Java is present

    In 7u11 in response to the latest zeroday hole in the applet sandbox, Oracle took the decision to display a warning popup on all unsigned or self-signed applets. This is really bad news for us and our 3 million (yes really) applet users as our previous applet loader used a single unsigned class to bootstrap a signed jar so now I have to rewrite the loader.
    I ripped out the single loader class and decided to use the latest deployJava.js which works nicely starting the applet when Java 7u11 is already installed but testing it when Java is not installed I get the following behaviour:
    Windows XP SP3 Firefox 18 : Installer runs but page refreshes in background every second (looks terrible) and when the installer completes the page shows a grey box with "A plugin is needed". Refreshing or restarting the browser fixes this but why does it refresh when not needed and then fail to refresh the one time it is needed?
    Windows XP SP3 Chrome 24.0.1312.52m : Same problem as Firefox but error message is "Java is required to run this content". Refreshing fixes.
    Windows XP SP3 Internet Explorer 8.0.6001.18702 (latest): Same annoying 1 second refresh of the page in the background and finally get the message "Install failed" and redirect to an Oracle help page. Retried multiple times and made sure no remants of Java lying around.
    Anyone else have problems with deployJava.js installing Java when no Java is present?

    Hi gimbal2,
    By uninstalling Java from the Control Panel and then manually cleaning up the registry and filesystem I managed to get deployJava.js to install on IE8 now. Thank you.
    I now have the same problem on all 3 browsers (Firefox, Chrome, IE8) in that the installer takes 2-3 minutes to run, all the time our webpage is being refreshed by deployJava.js every second which looks terrible.
    Finally, when the Java installer completes, it fails to perform the final refresh so on FF/Chrome I'm left with a grey box "A plugin is needed" or on IE8 a white box with the red X icon.
    We have over 3 million users on our website and use applets for streaming stock price data. Yesterday when the default applet security setting in 7u11 was upped to high our users started getting the warning dialog about an unsigned class we use for Java detection and bootstrapping (fair enough).
    The deployJava.js solution now works but looks terrible and leaves the user uncertain as to whether Java installed successfully.
    I'll try and modify deployJava.js to reduce the refreshes and make the final refresh work and post findings here if successful.

  • Java technology

    I would like to have the latest versions of Java Technologies available(Servlets,EJB,JSP,Web Servers - Weblogic,web sphere...). Anybody can help me.

    The free Java applications are here:
    http://java.sun.com/downloads.html
    www.sun.com is where you find hardware and commercial apps.

  • Java technology for Forms !

    Hi
    Suggest me which type of Java Technology can be easily used in 11g Forms ?
    With Regards.
    Dev.

    Your question is very unclear.
    All Oracle Forms versions starting with 6.0.8+ offered the ability to integrate with Java on the client or server side. On the client side, you can create Java Beans or Plugable Java Components (PJC) that offer you the ability to do things like extend the standard GUI behavior or execute almost any Java code on the client machine. On the server side, Forms offers the Java Importer which wraps your server side Java with pl/sql. This allows you to call server side Java directly from your form using pl/sql calls. The server side Java could be something simple like a small Java application that performs a local server task (e.g. copy, delete, move files). More powerful is the ability to use server side Java to call Web Services. These could be Services that you created or third party and/or remote services. For example, you might want to call a Web Service from a delivery company which returns package tracking information to your form. Or possibly a credit verification service, and so on. You can also use server side Java to replace old ORA_FFI calls or even database tasks.
    This is only a small sample of what Java can be used for in a Forms application. There are loads of documents and examples throughout the web, the Forms Builder Online Help, and in the Oracle Support Knowledge Base. Here are just a few examples:
    This web site is dedicated to sharing client side Java examples. It is not affiliated with Oracle, but has been a trusted source of some really great example for us. ( Thank you Francios )
    <blockquote>http://forms.pjc.bean.over-blog.com</blockquote>
    Here is an Oracle example of how to call a Web Service from Forms:
    <blockquote>http://www.oracle.com/webfolder/technetwork/tutorials/obe/forms/11g/sms_webservice/webservices_forms_11g.htm</blockquote>

  • FrameWork of XML & Java technologies

    I�m begining my TESIS : "A FrameWork of XML & JAVA Technologies", if somebody can help me to understand better what is a Frame work, is an Aplication?, or what?

    Frame work is set of rules or specification to build enterprise level application .
    scalability , load balancing , transaction support , robustness , security ,efficiency etc sre some of issues in developing enterprise level applications . frame work gives guide lines regarding these issues.

  • What is the roadmap to a new comer in java technology?

    Can some one define and explain the roadmap for a new comer who has just formal experience of using computer and keeps only basic knowledge about computers and computer programming? A new comer's mind is boggled with so many unkown terms. Can someone sort them out to make understand simply? What a new comer should know before dipping into the java technology and what must be learnt sequentially?

    Take a look at these. Pick the one or ones you like.
    Sun's basic Java tutorial
    Sun's New To Java Center. Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    http://javaalmanac.com. A couple dozen code examples that supplement The Java Developers Almanac.
    jGuru. A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    Bruce Eckel's Thinking in Java (Available online.)
    Joshua Bloch's Effective Java
    Bert Bates and Kathy Sierra's Head First Java.
    James Gosling's The Java Programming Language. Gosling is
    the creator of Java. It doesn't get much more authoratative than this.

  • Image size and mime type.. non-java guy needs help

    Image size, mime type.. non-java guy needs help
    Im not at all familiar with java so this is really weird for me to work out. I?ve been doing it all day (and half of yesterday).
    Im trying to write a custom clodFusion tag in java that gets the width, height, size and MIME types of a given file. I?ve been trying to get it to work on the command line first. I can get the width and height but cant get the size and the MIME type.
    Here is what I got
    /*import com.allaire.cfx.*;*/
    import java.awt.image.renderable.*;
    import javax.media.jai.*;
    import com.sun.media.jai.codec.*;
    import java.io.*;
    import java.util.*;
    public class ImageInfo {
    private RenderedOp image = null;
    private RenderedOp result = null;
    private int height = 0;
    private int width = 0;
    private String type = "";
    private String size = "";
    public void loadf(String file) throws IOException
    file = "80by80.jpg";
    FileSeekableStream fss = new FileSeekableStream(file);
    image = JAI.create("stream", fss);
    height = image.getHeight();
    width = image.getWidth();
    System.out.println(height + "\n");
    System.out.println(width);
    System.out.println(type);
    public static void main(String[] args) throws IOException {
    ImageInfo test = new ImageInfo();
    test.loadf(args[0]);
    can anyone please help me out to modify the above so I can also print the mime type and the file size to screen.
    thanks for any help

    any suggestions?

  • IMac: Install Java 7 need help!

    Hello, I've an iMac with the newest software version, I want to install java 7 on it for a game server, but when I download it from java.com and I install it and start the server, it still says: Computer on java 6, update to 7 to run server. I already tryed to install with Terminal and direct acess to System Library, it shows that java 7 is installed, but I have to delete java 6. When I delete all java versions, apple says I have to install java SE6, what isn't java 7 but java 6! Help please!!!

    The Oracle JRE is only a web plugin. If you need server-side Java, you'll have to use the Apple-supplied Java 6 runtime, or else the Oracle JDK (which is not a drop-in replacement for Apple's Java.) If your server application depends on Java 7, you'll most likely have to run it on another operating system.

  • Java technology/framework suggestions required for solution.

    Hi,
    I'm a C/PRO*C developer (for the past 12 years) and have been asked to do some Java ( which I haven't touched for 13 years).
    I would like you input on the 'correct' solution (kind of like an architectural overview) of the technologies I should be looking at.
    There are two parts to this.
    I need to write a web browser/Application that picks up a file locally on windows PC and reads the contents of the file to populate some url parameters which go to a specific web sevice via HTTPS.
    I then need a web service or some kind of servlet (I guess) that on receipt of the request by the client then stores (to a database) the request for auditing and then creates a soap message (using the data receieved) to an external third party( WSDL provided by thirdpparty). Once the thirdparty responds the web server then generates a web page for the client which includes a number of options and details retrieved from the thirdparty are displayed and on the client selecting them the result is sent to the server and the selected option is stored.
    Part of this must be that the server must be capable of running as a number of instances. It must be highly secure.
    What java technologies/frameworks should be looked out? Is my very rough design fundamentally floored?
    Thanks in advance.
    OFN

    OldFashionedNewbie wrote:
    So should I use servlets as opposed to JSP? or JCF?Servlets are not opposed to JSP. (JCF? Do you mean JSF?) You can and would use both Servlets and JSP, however, I have grown to believe that JSPs are awful and you should use Velocity instead. From what I've heard of JSF, I'd avoid that too.
    Essentially then create a servlet that accepts HTTP request and manipulates a call to the thirdparty, audits data to database, and returns a page back to client which then accepts the option.The server accepts the HTTP request and deals with that lower-level stuff for you, then it invokes your servlet.
    The servlet shouldn't call the third party, etc.; it should invoke other code (that you'd write) to do all that. You need a layer of abstraction between your business logic and the web tier. Among other things this will make it much easier to test.
    If I were wanting to run this as a in multiple instances then I create a connection pool to the database. But could multiple app instances be able to use one network connection to the ThirdParty?I suppose they could but it seems like more trouble than it's worth and a whole layer of infrastructure that I wouldn't bother with unless (a) you've demonstrated that it's a problem during profiling, and (b) you find that there's some preferably open-source library that handles this for you.

  • What's your strategy for learning Java technologies?

    Or, in other words, how do YOU acquire knowledge that is necessary for implementing Java technologies?
    After having spent one-and-a-half years developing an enterprise app, I've gained lots of knowledge about Java and some surface knowledge about its related technologies (JBoss, Hibernate, Ant, XDoclet, NetBeans and probably some others I can't think of at the moment).
    I'm now realizing that -- although the standalone prototype version of my program is growing mature -- I've still got lots to learn for refactoring it to a web platform. For example, I 've done small test projects using Servlets, but haven't done any work with JSP (or HTML for that matter) yet.
    Now, I'm sure I can learn JSP etc., but the questions I ask myself are: how long will it take?
    It's a rhetorical question of course (I don't expect an answer from you, the reader) However, it's an important issue because the months or years I spend fumbling around learning these new technologies, are time I could otherwise spend on the business logic and functionality of my program.
    So, how do you guys acquire knowledge of technologies? Official training perhaps? Or do you simply experiment until it works? Or do you rely on your company's knowledge base (e.g. someone in your company knows how it works)? Or do you get prototypes built from someone who already knows how it works?
    I�m really curious about this and would appreciate your thoughts.
    Thanks in advance,
    P

    Well, it seems like most of you simply read the
    various texts and try the vendors' examples. I'm
    surprised that no one mentioned ever having bought a
    prototype application from the onset. "bought"? What's that mean? You don't buy prototypes. You download evaluation versions, maybe.
    I try to find sample code and tweak it to see the effects. Otherwise, I start writing small sample code an build on that.
    I consider myself a reasonably competent core Java
    programmer, but I had serious difficulty configuring
    and merging its related technologies. There were so
    many disjointed pieces of instructional information
    that the additional research time really hurt our
    budget severely. Not an uncommon thing, I'm sure. There's a lot of stuff. But don't bother learning all of it. Not in detail, at least. It's a good idea to familiarize yourself with the names of packages/libraries and what they do. But only really learn what you need to learn for what you need to do. The next project you will probably need other things, so you learn them then.
    bsampieri,
    I've setup Tomcat and tried the examples--in fact, I
    normally follow tutorials for all products I hope to
    use. Problem is, the examples and tutorials never
    address my specific needs. So, I usually inch toward
    my goal by spending weeks or months in forums to
    continue where the tutorials leave off. Anything complex is going to not be there.... the trick is to identify pieces that you can pull out to build more complex apps. And the fact that JSP/servlets have the issue of being compounded by all the HTML/CSS/JS and HTTP protocol ... I don't want to say limitiations, exactly... Well, it just makes things more complex and harder to know what you need.
    Perhaps you guys are much faster and smarter than
    I...or you have a much bigger budget :)Probably not... on either account.

  • I can't open ibooks. There was a screen pop up about java se. Help please.

    I can't open ibooks. There was a screen pop up about java se. Help please.

    Hi there ajsupprt,
    It sounds like you may need to update the version of Java installed on your computer. Take a look at the article below for more information.
    Java updates available for OS X on August 28, 2013
    http://support.apple.com/kb/ht5648
    -Griff W.

  • Displaying Picture in a Java APPLICATION please help!!

    I have been trying to write a method that Displays a .jpg file when called. However I have not gotten far, every book I have tell you how to display pictures in an applet but not an application. I did find some code that is supposed to be for an application, but It does not compile right. Any help would be apprecidated!
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class PictureIt{
    public void makeImage() {
    //***Image Output Stream
    String imgFile
    = "d:\\temp\\TestImage.jpeg";
    out = new FileOutputStream(imgFile);
    BufferedImage image = null;
    image = (BufferedImage)createImage
    (panelJpeg.size.width, panelJpeg.size.height);
    Graphics g = image.getGraphics();
    panelJpeg.paintAll(g);
    }

    Displaying Picture in a Java APPLICATION please help!!
    Hope this helps.There is going to be two classes compile seperatly first class is what does the drawing
    here it is
    import javax.swing.*;
    import java.awt.*;
    public class draww extends JPanel {
    Image ball;
    int width1 = 100;
    int height1 = 100;
    public draww() {
    super();
    Toolkit kit = Toolkit.getDefaultToolkit();
    ball = kit.getImage("pic1.gif");
    public void paintComponent(Graphics comp) {
    Graphics2D comp2D = (Graphics2D) comp;
    comp2D.drawImage(ball, 20, 20, width1, height1, this);
    sound class is the container JFrame here it is
    import javax.swing.*;
    import java.awt.*;
    public class drawing extends JFrame {
    public drawing() {
    super("draw");
    setSize(400,400);
    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    Container pane = getContentPane();
    draww d = new draww();
    pane.add(d);
    setContentPane(pane);
    setVisible(true);
    public static void main(String[] args) {
    drawing drawing1 = new drawing();
    PS Hope this helps and see you around

Maybe you are looking for

  • WebLogic 10 and EJB 3.0 for Message Driven Bean

    Hi, I am trying to deploy Message Driven Bean using EJB3.0 on weblogic 10. I am using annotations and don't want to use deployment descriptors. The Bean class: CalculatorBean.java import javax.ejb.*; import javax.jms.*; import java.sql.Timestamp; imp

  • Macbook Pro Lid Making Very Loud Cracking Noises

    I recently got my Macbook Pro 13" screen replaced for a pixel defect. When I opened and closed my lid, the lid moved smoothly from either position. Now, it feels as if the lid has more resistance when I operate it. Worst of all, when it is at a 90 de

  • DBMS_XMLSAVE + Oracle XE 10.2

    The official documentation of the Oracle XE 10.2 ( http://download.oracle.com/docs/cd/B25329_01/doc/appdev.102/b25108.pdf ) at the page 149 indicated that this version supports Oracle packages DBMS_XMLSAVE and DBMS_XMLQUERY, but I haven't those packa

  • Aperture with two Account On MacBook and two Fotostream Accounts

    Is it possible to work on one Aperture Installation on my MacBook (two user-accounts) and sync two fotostreams (2 iphones)? If not, how can i be save, that only one iphonesync will be made? Thanks a lot for an answer!

  • Back up cd for purchased music not transferable

    I did what I thought was best, I backed up my itunes purchases onto CD/RW from my windows xp. I have now tried to put them into my Mac OSX, yes the songs come up but there is no data. No song title, No album title. I'm so annoyed. Can anyone help?