Interested about the usage of Java

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gajo

    Interested about the usage of Java

    Is Java used only for creating Web applets, or is there more to it? I'm
    asking because I don't remember seeing any software or game written in Java,
    even though I must admit it is a powerful language.

    Also, is there a compiler available to generate Win32 applications?

    Gajo


  • Herman Timmermans

    #2
    Re: Interested about the usage of Java

    gajo wrote:
    [color=blue]
    > Is Java used only for creating Web applets, or is there more to it? I'm
    > asking because I don't remember seeing any software or game written in
    > Java, even though I must admit it is a powerful language.
    >
    > Also, is there a compiler available to generate Win32 applications?
    >
    > Gajo[/color]
    Surely, you must be ET ;-)
    --
    Suse Linux Professional 8.1 on Athlon 1.1 Ghz 512 Mb
    Anti Spam = remove the "dot" and the "at"
    Registered Linux User #264690

    Comment

    • Darryl L. Pierce

      #3
      Re: Interested about the usage of Java

      gajo wrote:
      [color=blue]
      > Is Java used only for creating Web applets, or is there more to it? I'm
      > asking because I don't remember seeing any software or game written in
      > Java, even though I must admit it is a powerful language.[/color]

      My company writes Java (as well as Symbian and BREW) software which targets
      mobile phones. Java in that arena is by far a better target than any other
      platform for the mobile industry. In addition, we have server and desktop
      products that are written purely in Java which makes our product line far
      more versatile and powerful.
      [color=blue]
      > Also, is there a compiler available to generate Win32 applications?[/color]

      The Java compiler targets the Java Virtual Machine (JVM) which is itself
      ported to different platforms. Java is designed to write one, run
      everywhere.

      --
      Darryl L. Pierce <mcpierce@myrea lbox.com>
      Visit the Infobahn Offramp - <http://mypage.org/mcpierce>
      "What do you care what other people think, Mr. Feynman?"

      Comment

      • Jesper Lundorf Thusgaard

        #4
        Re: Interested about the usage of Java

        I'm doing a project for a company, were I take an old DOS program (writen in
        C) and converts it to Java.
        This is a stand alon Application (not applet)
        I guess if you do a google for Java and Application, You'll see what it can
        be used for!


        "gajo" <gajo@eunet.y u> skrev i en meddelelse
        news:boojjd$dst $1@shiva.neobee .net...[color=blue]
        > Is Java used only for creating Web applets, or is there more to it? I'm
        > asking because I don't remember seeing any software or game written in[/color]
        Java,[color=blue]
        > even though I must admit it is a powerful language.
        >
        > Also, is there a compiler available to generate Win32 applications?
        >
        > Gajo
        >
        >[/color]


        Comment

        • Karl von Laudermann

          #5
          Re: Interested about the usage of Java

          "gajo" <gajo@eunet.y u> wrote in message news:<boojjd$ds t$1@shiva.neobe e.net>...[color=blue]
          > Is Java used only for creating Web applets, or is there more to it? I'm
          > asking because I don't remember seeing any software or game written in Java,
          > even though I must admit it is a powerful language.[/color]

          There are plenty of desktop applications and utilities written in
          Java. If you're into file sharing at all, you've probably heard of
          LimeWire, currently the most popular Gnutella network client. That's
          written in Java. Another example is PCGen, a popular character
          generator for D20 roleplaying games. Occasionally I'll download a
          shareware/freeware program from versiontracker. com or some other
          general shareware site and it'll turn out to be a Java program, even
          though I wasn't aware of that when I downloaded it.
          [color=blue]
          > Also, is there a compiler available to generate Win32 applications?[/color]

          There might be, but using it would defeat one of Java's main
          strengths, which is its cross-platform availability. If a Windows user
          decides to release a program as a Java application rather than a Win32
          executable, then I as a Mac user am glad not to have been excluded,
          and I'm sure many Linux users are glad as well.

          Comment

          • Colin McSwiggen

            #6
            Re: Interested about the usage of Java

            Java is compiled into bytecode, which isn't machine-dependent, not
            actual machine code; this makes it easy to use on multiple platforms
            and extremely versatile. It's great for standalone applications as
            well as web applets, though getting direct keyboard input is a little
            whacked, as it's designed to write programs that use GUIs. Sun also
            keeps pretty good documentation online at java.sun.com, in case you're
            wondering how to actually write standalone apps.


            "Darryl L. Pierce" <mcpierce@myrea lbox.com> wrote in message news:<cbcefeec5 52741e923c7d0ce ba1a0570@news.t eranews.com>...[color=blue]
            > gajo wrote:
            >[color=green]
            > > Is Java used only for creating Web applets, or is there more to it? I'm
            > > asking because I don't remember seeing any software or game written in
            > > Java, even though I must admit it is a powerful language.[/color]
            >
            > My company writes Java (as well as Symbian and BREW) software which targets
            > mobile phones. Java in that arena is by far a better target than any other
            > platform for the mobile industry. In addition, we have server and desktop
            > products that are written purely in Java which makes our product line far
            > more versatile and powerful.
            >[color=green]
            > > Also, is there a compiler available to generate Win32 applications?[/color]
            >
            > The Java compiler targets the Java Virtual Machine (JVM) which is itself
            > ported to different platforms. Java is designed to write one, run
            > everywhere.[/color]

            Comment

            • Bill Dennis

              #7
              Re: Interested about the usage of Java

              Our company has just released a business management software
              application that is written in Java using a Swing interface, and that
              can be found on sofware store shelves. So Java applications are
              definitely out there.

              Bill Dennis

              Comment

              • noone

                #8
                Re: Interested about the usage of Java

                gajo wrote:
                [color=blue]
                > Is Java used only for creating Web applets, or is there more to it? I'm
                > asking because I don't remember seeing any software or game written in Java,
                > even though I must admit it is a powerful language.[/color]

                Where have you been for the past few years ?

                Where I work, we use Java to connect to operator's SMSC and MMSC.

                We also provide an MM7 API licensed under LGPL to our clients. ( MM7 is
                the interface between a VASP and MMSC ). MM7 also incorporates a lot of
                other technologies: XML Namespace, XML Schema, SOAP Message with
                Attachments, MIME, etc...

                Not to mention J2ME on mobile phones.

                That game you have downloaded to your phone will most likely be a MIDO
                Java game downloaded via WAP Push MservceInd.

                EJB, JMS, JMX ... the list goes on.

                [color=blue]
                >
                > Also, is there a compiler available to generate Win32 applications?
                >
                > Gajo
                >
                >[/color]


                Comment

                • Michael Borgwardt

                  #9
                  Re: Interested about the usage of Java

                  gajo wrote:[color=blue]
                  > Is Java used only for creating Web applets, or is there more to it?[/color]

                  Actually, applets are largely irrlevant.
                  [color=blue]
                  > I'm asking because I don't remember seeing any software or game written in Java[/color]

                  Where Java really shines and is used *very* extensively (in fact, it nearly
                  dominates the market) is not mass-produced off-the-shelf software but
                  server-side individual software: corporate information systems and all
                  kinds of web-based systems.


                  Comment

                  • Rick

                    #10
                    Re: Interested about the usage of Java

                    > I'm[color=blue]
                    > asking because I don't remember seeing any software or game written in[/color]
                    Java,[color=blue]
                    > even though I must admit it is a powerful language.[/color]

                    Powerfull yes, because of it's compatibility and fully object orientated
                    style so it's easy to use with system design tools / documentation like UML.

                    Though Java is not really fast. Like someone said before, Java is byte-code
                    and not machine code due the compatibillity stuff. That makes it 'alot'
                    slower than programs written in C++, Visual Basic or Delphi for example. I
                    can know it because I'm writing games for a few years now so speed is really
                    important then.
                    But, as the computers grow bigger and bigger Java runs faster of course. So
                    the usage depends on what you'd like to make. If it's a big program with
                    advanced graphic-stuff I'd prefer C++ or Delphi. If it works with
                    applications like MS Access, Word or other Micros$ft products you'd better
                    use VB. If it needs to run on many platforms or it's close to the web Java
                    is probably the best choice (although languages can generate cross-platform
                    programs too, but Java is still far more easier in that).

                    Greetings,
                    Rick




                    Comment

                    • chris

                      #11
                      Re: Interested about the usage of Java

                      Michael Borgwardt wrote:
                      [color=blue]
                      > gajo wrote:[color=green]
                      >> Is Java used only for creating Web applets, or is there more to it?[/color]
                      >
                      > Actually, applets are largely irrlevant.
                      >[color=green]
                      > > I'm asking because I don't remember seeing any software or game written
                      > > in Java[/color]
                      >
                      > Where Java really shines and is used *very* extensively (in fact, it
                      > nearly dominates the market) is not mass-produced off-the-shelf software
                      > but server-side individual software: corporate information systems and all
                      > kinds of web-based systems.[/color]

                      It's the COBOL of the 21st century.

                      --
                      Chris Gray chris@kiffer.eu net.be

                      Comment

                      • Brian Pipa

                        #12
                        Re: Interested about the usage of Java

                        For some great examples of Java applications check out Swing Sightings:


                        It lists a BUNCH of really nice Java (Swing) applications. Make sure you
                        check out the past volumes too - there is some good stuff in there.

                        Brian
                        My java freeware:
                        WD dalam hitungan menit, tanpa delay. MIKIGAMING jamin pembayaran cepat dan aman


                        Comment

                        • Joona I Palaste

                          #13
                          Re: Interested about the usage of Java

                          Michael Borgwardt <brazil@brazi ls-animeland.de> scribbled the following:[color=blue]
                          > gajo wrote:[color=green]
                          >> Is Java used only for creating Web applets, or is there more to it?[/color][/color]
                          [color=blue]
                          > Actually, applets are largely irrlevant.[/color]

                          But that's what Sun used to advertise Java back in 1996. So we're
                          stuck with Java's reputation as an "applet language".
                          [color=blue][color=green]
                          > > I'm asking because I don't remember seeing any software or game written in Java[/color][/color]
                          [color=blue]
                          > Where Java really shines and is used *very* extensively (in fact, it nearly
                          > dominates the market) is not mass-produced off-the-shelf software but
                          > server-side individual software: corporate information systems and all
                          > kinds of web-based systems.[/color]

                          I should know - I'm developing one myself. Along with four other people,
                          three men and one woman, that is.

                          --
                          /-- Joona Palaste (palaste@cc.hel sinki.fi) ------------- Finland --------\
                          \-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
                          "A bee could, in effect, gather its junk. Llamas (no poor quadripeds) tune
                          and vow excitedly zooming."
                          - JIPsoft

                          Comment

                          • Andreas Schmidt

                            #14
                            Re: Interested about the usage of Java

                            Am Mon, 10 Nov 2003 18:58:06 +0100 hat gajo <gajo@eunet.y u> geschrieben:
                            [color=blue]
                            > Also, is there a compiler available to generate Win32 applications?[/color]

                            Yes, there are some compilers:

                            GCJ (free)

                            works fine, especially with SWT instead of Swing for the GUI

                            JET (commercial)


                            By the way, Eclipse is written in Java, and it is the coolest application
                            ever!

                            Andi

                            Comment

                            Working...