Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 9 of 9

Thread: Please comment

  1. #1
    Junior Member
    Join Date
    Aug 2009
    Posts
    4
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Please comment

    HEllo ,
    i am totaly new to java, and i am maybe at the wrong forums, but i am hopping you could help me.
    I found one web site for which i would like to know what techonology is used to make that site to look that way.
    This is that site Iskon - moj lskon
    Is it Java ?
    What language is used ?
    How was achived that kind of manipulation of articles , i thought this could only be possible inside of flash .. ?

    thanks


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Please comment

    Hello tonil, welcome to the forums.

    I don't think that website is written in Java. It looks like a combination of Flash, AJAX and possibly PHP.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. The Following User Says Thank You to JavaPF For This Useful Post:

    tonil (August 18th, 2009)

  4. #3
    Junior Member
    Join Date
    Aug 2009
    Posts
    4
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Please comment

    thanks y JavaPF.
    Could you please tell me how did you find out that ? How do you know that ?
    I am using firefox and i clicked view page source on that web site , but i couldn't realize that this was done with those technologies.
    How come that i can't see as i i ususally do , 'Macromedia Flash' info in the context menu when i click with the right click of the mouse on any place in that site ?
    Do i need flash at all to use all of that feauters ?
    Sory to bother you :=) ... cheers...
    ..i am going to see what google says for ajax..

  5. #4
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Please comment

    Hello tonil,

    I'm guessing it's using Flash because of the loading screen when you first visit the page. The whole thing looks very 'Flash' to me. You are right though, when I right click I don't see the Flash info but. Maybe this has changed now?!

    I also noticed things loading dynamically which suggests AJAX but if it's pure Flash it could also be a lot of action script. I'm no expert on this, it's just a guess!

    I viewed the source too. PHP is a server side language so you wouldn't see any of the code in the source.

    If you would like a site like that then i'm sure there are 100s of pre-written templates out there.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  6. The Following User Says Thank You to JavaPF For This Useful Post:

    tonil (August 18th, 2009)

  7. #5
    Junior Member
    Join Date
    Aug 2009
    Posts
    4
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Please comment

    ok, thank you JavaPF, i'll go surfing again in search for those answers..

  8. #6
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Please comment

    I believe that site is built using Java because.

    - It uses something called DWR which is a Java library for Reverse AJAX which can be found at DWR - Easy Ajax for JAVA
    - The HTTP headers tell me Jetty might be the application container Server: Jetty(6.1.16)

    // Json

  9. The Following User Says Thank You to Json For This Useful Post:

    tonil (August 18th, 2009)

  10. #7
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Please comment

    Quote Originally Posted by Json View Post
    I believe that site is built using Java because.

    - It uses something called DWR which is a Java library for Reverse AJAX which can be found at DWR - Easy Ajax for JAVA
    - The HTTP headers tell me Jetty might be the application container Server: Jetty(6.1.16)

    // Json
    That's interesting! I would be impressed if it is Java.

    I really don't know much about Java's web capabilities. I've never had to venture that way just yet..
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  11. #8
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: Please comment

    Java has an endless amount of possibilities when it comes to web applications, I love it, and I guess that's why its my main interest/work.

    // Json

  12. #9
    Junior Member
    Join Date
    Aug 2009
    Posts
    4
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Please comment

    hey guys... i just got reply on flash forums regarding this 'mistery' technology ...
    One guy told me that very most of the site content was done in jquery... this was the first time i heard about it and i must admit , i am very interested in that. ...
    here are some links that i found usefull ...
    jQuery: The Write Less, Do More, JavaScript Library
    jQuery UI - Home
    cheers