Apache Beehive Buzz and Pollinate eclipse plug-in 18
John writes "Beehive is a new Apache project that simplifies Java 2 Platform, Enterprise Edition (J2EE) and Web services programming. This article shows how to get started with Beehive and offers a sneak preview of Pollinate, an Eclipse plug-in that creates Beehive applications."
Some java way to do Ajax easily ?. (Score:2)
Ideally it would be just an <script src="http://server/myclass.jws?client=javascript"
Php's type-less stuff doesn't really help me too much
Re:Some java way to do Ajax easily ?. (Score:2)
Sad to see Sun copying MS (JVM had custom attributes since '97, but Java never had - till now).
Re:Some java way to do Ajax easily ?. (Score:2, Informative)
Another layer. . . . (Score:2)
Re:Another layer. . . . (Score:5, Insightful)
It makes no sense to use Hello World as an example for a MVC framework, because in that case the complexities are necessary. The point of the system is to organize the complexity in a well factored design; sincer in HW there is nothing to factor, the reader is left wondering what the point of all the machinery is.
That said, this reminds me a lot of the approach Microsoft took to make MFC bearable -- which is to try to put a facade on the whole thing using an IDE.
Has the Apache Foundation ever considered ... (Score:3, Funny)
Oddly enough, there *are* other people working in other languages.......
Re:Has the Apache Foundation ever considered ... (Score:2, Informative)
Re:Has the Apache Foundation ever considered ... (Score:3, Insightful)
With that in mind (from the front page of Apache.org):
# HTTP Server (C)
# Ant (Java)
# APR (C)
# Cocoon (Java)
# DB
# Torque (Java)
# ObjectrRelationalBridge (Java)
# DB Commons (Nothing published, but has phrase "including but not limited to Java"
# Directory
# Apache Directory Server (Java)
# LDAP (nothing published)
# Naming (Java)
# AuthX (nothing published)
# ASN.1 (Java)
# Kerberos (Java)
# MINA (Multipurpose Infrastructure for Network
Re:Has the Apache Foundation ever considered ... (Score:2)
Beehive vs struts? I don't see improvement (Score:4, Insightful)
That would be well and good, but it looks like in their example they are putting the same type of configuration information including flow control into hard coded controller classes instead. How is this any different? Let alone better that using an XML file? One of the main points of the struts-config is to allow the user to change page flow, permissions, navigation, validation options, using XML files that get interperted upon server startup so that these types of changes wouldn't require a new code deployment (and thus a long and arduous testing cycle).
Technology should innovate or at least attempt to build a better mouse-trap. I don't see how Beehive does either of the two. Perhaps there is a better explanation somewhere.
Rails for Java? (Score:4, Informative)