Help! I'm working for an almost all Java shop. However, in the past year
our company had the great idea of buying a company full of vaporwear and
empty promises. They purchased company was using VB for everything. Its
product failed miserably. Now, however, they (that is they want me) to
rewrite it again in .Net using SQLServer. The application is pure
preprocessing and displaying OLAP (much more suitable for Oracle 10g and
Java than .Net, which is built for ASP content management). I need some
help is finding successful products out there written in Java for a client
to prove to them that we can build a product in Java. Strange that the only
division to fail was a VB division yet they won't listen to me when I say
Java can work.
I've already built a few Java applications that are working great for our
company (Swing not SWT), but apparently the guy making the pitch has some
great PR skills. He's an MS head, and all he can say is "Java is slow" and
"Java is not for the desktop." This is a guy who wants to wrap data from
the database into XML before going to the GUI and wonders why his app is
having trouble (data of 4k blows up to 64k in XML).
Where can I find samples of reasonably snappy Java GUIs in applications
either as Applets or more importantly as applications. I'm definitely not
against Java, but in an org with hundreds of developers duign mostly server
solutions, creating a .Net app creates code that is difficult to work with.
Even my argument that half of our clients are on UNIX and the server tie-ins
are in Java are not enough. He's answer to everything is web services. Web
services? Have you seen how slow a web service is? Try sending 2000 rows
of data across a web service a few hundred times compared to raw text or
binary. The web service (read XML) doesn't have a change in hell of
competing.
And suggestions would be appreciated.
AG
Olap_NL - 29 Feb 2004 17:22 GMT
Hi,
Why develop a java applet solution, while there is already an OLAP
java applet frontend available with one of the fastest performance
over internet.
Please visit our website www.gmsbv.nl and see the features and
performance over internet based on live bi/olap systems for internet
as used in Europe.
Regards,
Marco
www.gmsbv.nl
> Help! I'm working for an almost all Java shop. However, in the past year
> our company had the great idea of buying a company full of vaporwear and
[quoted text clipped - 29 lines]
>
> AG
Julian Ford - 29 Feb 2004 22:25 GMT
i don't know what your OLAP server is but Oracle provide one with 9i
Enterprise Edition. They also provide a nice set of BI (Java) Beans
that integrate with JDeveloper. there's more otn.oracle.com. Also
see www.qubeview.com for an example of how you can use them with
swing...
julian ford
> Help! I'm working for an almost all Java shop. However, in the past year
> our company had the great idea of buying a company full of vaporwear and
[quoted text clipped - 29 lines]
>
> AG
Thomas Weidenfeller - 01 Mar 2004 08:07 GMT
> I need some
> help is finding successful products out there written in Java for a client
> to prove to them that we can build a product in Java.
http://www.javadesktop.org/tsc/sightings/index.html
http://www.dilbert.com/
/Thomas
shay - 01 Mar 2004 22:46 GMT
Oracle's BI Beans is a set of Java classes that let you build OLAP
applications (Swing or JSP). It is integrated with Oracle JDeveloper
to give you fast development.
Check out http://otn.oracle.com/products/bib
Paul West - 03 Mar 2004 09:02 GMT
http://www.speedseries.com/Try.htm
The Demo on there is a swing application, talking to a backend
database. We believe it's as quick as you can get.
Cheers,
Paul