Results 1 to 14 of 14

Thread: VB-Like Java Solution?

  1. #1

    Thread Starter
    Addicted Member OsirisX's Avatar
    Join Date
    May 2002
    Location
    Montgomery, AL
    Posts
    132

    VB-Like Java Solution?

    Hi, I'm used to programming in VB, PHP, and even perl. But Java is too much for me to understand. Is there an easy ide or possibly some ide that I can write in a different language that is simpler and it compile into java code or compiled java?

    Any help would be much appreciated.
    --OsirisX
    AIM, Yahoo: OsirisX11
    ICQ: 56697525
    MSN: [email protected]

  2. #2
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Post Re: VB-Like Java Solution?

    Hi Osirix,
    I used to be a visual basic programmer too until I shifted around to java a few months ago. I have never looked back.
    I had programmed earlier in C, ASP and VB 6.0.

    Java is just another programming language. There is absolutely no reason to get worried over it.

    I suggest that you start off with JSP, since that is the really close to PHP. You will definitely learn java quickly if you do that. One good site worth visiting is the SUN's tutorial site.

    YOU WILL DEFINITELY TAKE SOME TIME TO LEARN AWT, BUT I THINK JSP YOU CAN KICKSTART VERY QUICKLY.

    Some good ide's are Kawa AND Symantec Visual Cafe
    Visual Cafe closely simulates the VB IDE. You won't get the drop-down intellisense feature in Kawa, but you will get it in Visual Cafe.

    Keep the javadocs handy and if you have any problems you can simply post them in this forum. Happy to help.

    Cheers!
    Abhijit


    Originally posted by OsirisX
    Hi, I'm used to programming in VB, PHP, and even perl. But Java is too much for me to understand. Is there an easy ide or possibly some ide that I can write in a different language that is simpler and it compile into java code or compiled java?
    Any help would be much appreciated.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  3. #3

    Thread Starter
    Addicted Member OsirisX's Avatar
    Join Date
    May 2002
    Location
    Montgomery, AL
    Posts
    132

    Thank you

    I appreciate your enthusiasm and links. Thank you. But I really would like to be able to make applets with point and clickablity and stuff like in VB.
    I'd use Visual J++ but i found it to create very IE-biased applets.

    Will Visual Cafe be what I need for applets?


    Thank you again,
    James
    --OsirisX
    AIM, Yahoo: OsirisX11
    ICQ: 56697525
    MSN: [email protected]

  4. #4
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228
    Yes you can.

    -Abhijit

  5. #5
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    OsirisX it seems that you are asking to program in another language to be compiled into java byte code. I dont think this is possible since to get java byte code you would have to use the java compiler and to use the java compiler you would have to program in java. If you can understand Visual Basic you should be able to understand the concepts of java. Why not give it a try? Im not to familiar with some of the IDE's that abhijit mentioned but i am sure that they are good. Ive used Borlands JBuilder for years with no complaints.

  6. #6

    Thread Starter
    Addicted Member OsirisX's Avatar
    Join Date
    May 2002
    Location
    Montgomery, AL
    Posts
    132
    Right. I want to program in some simpler, VB-like language and have it interpreted and compile as java. I've seen books for stuff like this in the past but they've failed. And It takes sooo much code to produce the simplest of things in java, just like in c.
    I want a RAD method of producing Java bytecode.
    --OsirisX
    AIM, Yahoo: OsirisX11
    ICQ: 56697525
    MSN: [email protected]

  7. #7

    Thread Starter
    Addicted Member OsirisX's Avatar
    Join Date
    May 2002
    Location
    Montgomery, AL
    Posts
    132
    Maybe something like JVCoding2
    but more robust and professional.
    --OsirisX
    AIM, Yahoo: OsirisX11
    ICQ: 56697525
    MSN: [email protected]

  8. #8
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    Sounds like you simply want drag and drop for GUI components. Im pretty sure that some IDE support this not sure which ones though. I still do things the hard way.

  9. #9
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    I think the Borland Java IDE supports that.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  10. #10
    Hyperactive Member marnitzg's Avatar
    Join Date
    Oct 2000
    Location
    South Africa
    Posts
    372
    Sun One is free. Think you should be able to find it on java.sun.com but don't quote me on that

  11. #11
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Originally posted by marnitzg
    Sun One is free. Think you should be able to find it on java.sun.com but don't quote me on that
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  12. #12
    Hyperactive Member marnitzg's Avatar
    Join Date
    Oct 2000
    Location
    South Africa
    Posts
    372

  13. #13
    Frenzied Member
    Join Date
    Aug 2000
    Location
    O!
    Posts
    1,177
    This might be of interest: http://www.eweek.com/article2/0,3959,935887,00.asp

    The site seems to down at the moment, although I was able to get in a couple of hours ago.

  14. #14
    Frenzied Member wpearsall's Avatar
    Join Date
    Feb 2002
    Location
    England / UK
    Posts
    1,065

    Re: Re: VB-Like Java Solution?

    Originally posted by abhijit
    Some good ide's are Kawa AND Symantec Visual Cafe
    Visual Cafe closely simulates the VB IDE. You won't get the drop-down intellisense feature in Kawa, but you will get it in Visual Cafe.
    do you have links to these IDE's?

    [is just learning Java and wanna get an head start ]

    Tnx
    Wayne

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width