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 6 of 6

Thread: HybridJava overview

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb HybridJava overview

    Hi all,

    I would like to get an idea about HybridJava
    Unfortunately there aren't too much information on internet.
    Please can you give me a little overview about this framework, is it similar to another framework in java or php? What s exactly the oriented component framework?

    Thank you very much


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: HybridJava overview

    Sounds like invention of a lightly-read author to me, but I admit I haven't looked too hard. Try this StackOverflow discussion, and then do some searches of your own.

  3. #3
    Junior Member
    Join Date
    Jun 2011
    Posts
    5
    My Mood
    Angelic
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: HybridJava overview

    Hi, guys! I am one of the authors of HybridJava and, believe me, I do not feel myself lightly-headed. So I hope to answer all you questions.

    To start with please be informed that the link in GregBrannon's answer points to something that has no relation to "HybridJava" as defined on hybridjava.com site.

    The framework is somewhat similar to any presentation layer framework - Velocity, Struts, JSTL, Wicket, Tapestry, JSF etc., but is also substantially different from any of those. The closest is apparently JSF after introduction of "composite components", but the research is still going on regarding how far they indeed moved forward. JSF is not that simple to get this answer fast.

    HybridJava is much simpler in general and simple to learn as well. The site is about 20 pages if printed, but those contain a comprehensive description. Reading all typically takes two hours. The run-time is all about 1000 of code. No wonder that a typical time of processing on the server is measured in units of ms and the footprint is minimal.

    HybridJava technology is based on compilation so most problems may be revealed at build time. The compiled language is defined by a formal grammar combining those of HTML and Java. JavaCC inside.

    HybridJava is truly component oriented. That means it strongly supports components defined the way that the UI may be conveniently build of components like a wall is build of bricks. (For instance Play is not component oriented at all, many mentioned above - are).

    Welcome with more questions!

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: HybridJava overview

    I did not characterize your abilities or character in any way. I would never insult someone in public, especially someone I had no personal knowledge of. I am disappointed that you say I have written of you negatively when I haven't, but I regret even more that you think I have.

    Thanks for stopping by.

  5. #5
    Junior Member
    Join Date
    Dec 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: HybridJava overview

    Thank you very much for your responses

  6. #6
    Junior Member
    Join Date
    Jun 2011
    Posts
    5
    My Mood
    Angelic
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: HybridJava overview

    Dear Greg! I did not feel offended at all, cause you referred to StackOverflow discussion that has no relation neither to me nor to my product.

Similar Threads

  1. Just an overview of my methods
    By KAJLogic in forum Java Theory & Questions
    Replies: 3
    Last Post: November 28th, 2013, 10:33 AM
  2. HybridJava framework version 1.06 available.
    By Alex68 in forum Web Frameworks
    Replies: 0
    Last Post: April 26th, 2012, 07:20 PM
  3. HybridJava web framework
    By Alex68 in forum Web Frameworks
    Replies: 2
    Last Post: October 1st, 2011, 10:04 AM
  4. Quick Java Overview?
    By ShadowKing98 in forum Java Theory & Questions
    Replies: 3
    Last Post: April 1st, 2011, 08:14 AM