Sun has offered Sun Developer Network members free editions of Java Studio Creator and Java Studio Enterprise 8. JSE8 is their newest development environment for Java Enterprise Edition, and features UML and mobility functionality.
Both Java Studio Creator and Java Studio Enterprise are built off of the Netbeans codebase. Java Studio Creator is a tool to help create web applications using JSF; Java Studio Enterprise contains tools aimed at the entire Java Enterprise Edition stack, and has plugins for such APIs as the Portlet API, data collection APIs, and more.
-
Sun offers Java Studio Enterprise 8 for free to SDN members (30 messages)
- Posted by: Joseph Ottinger
- Posted on: November 09 2005 09:07 EST
Threaded Messages (30)
- BFD by Matt Giacomini on November 09 2005 10:29 EST
- BFD by Stephane TRAUMAT on November 09 2005 11:09 EST
-
BFD by Matt Giacomini on November 09 2005 11:34 EST
-
Studio Creator by Werner Punz on November 09 2005 12:59 EST
-
Studio Creator by Ian Hlavats on November 10 2005 10:15 EST
- Correction by Werner Punz on November 10 2005 10:23 EST
-
Studio Creator by Ian Hlavats on November 10 2005 10:15 EST
-
Studio Creator by Werner Punz on November 09 2005 12:59 EST
-
Compared to free IDEs by Michael Klaene on November 09 2005 12:39 EST
- Re: Compared to free IDEs by shay shmeltzer on November 10 2005 01:35 EST
- So well? by Eugene Lucash on November 10 2005 03:39 EST
-
BFD by Matt Giacomini on November 09 2005 11:34 EST
- BFD by sithu aung on November 09 2005 14:26 EST
- Any one been able to download? by Mike Currie on November 09 2005 17:51 EST
-
RE: Any one been able to download? by harry sheng on November 09 2005 07:49 EST
-
RE: Any one been able to download? by Martin Straus on November 10 2005 08:28 EST
-
Activation Serial Number by Bob jester on November 12 2005 03:27 EST
- JDeveloper vs. Creator by Corey Puffalt on November 14 2005 12:08 EST
-
Activation Serial Number by Bob jester on November 12 2005 03:27 EST
-
RE: Any one been able to download? by Martin Straus on November 10 2005 08:28 EST
-
Any one been able to download? by Mike Bosch on November 09 2005 07:51 EST
-
Any one been able to download? by Trey Spiva on November 10 2005 11:35 EST
- Any one been able to download? by Mike Bosch on November 10 2005 02:06 EST
-
Any one been able to download? by Trey Spiva on November 10 2005 11:35 EST
-
RE: Any one been able to download? by harry sheng on November 09 2005 07:49 EST
- BFD by Stephane TRAUMAT on November 09 2005 11:09 EST
- MyEclipse is excelent for all web developements by Dor On on November 09 2005 21:58 EST
- Free for how long? by Mpumelelo Msimanga on November 10 2005 01:52 EST
- TCO by Clinton Begin on November 10 2005 02:09 EST
- Will anyone use it for serious development? by Sridhar Sathyanarayanan on November 11 2005 08:55 EST
- Will anyone use it for serious development? by Sujan J20 on November 11 2005 12:35 EST
- Sun offers Java Studio Enterprise 8 for free to SDN members by Cristian Malinescu on November 11 2005 12:55 EST
- Sun offers Java Studio Enterprise 8 for free to SDN members by Kirill Sorokin on November 15 2005 06:34 EST
-
there is not enough space on boot drive by fabio bongiovanni on December 02 2005 07:57 EST
-
there is not enough space on boot drive by Hosam Aly on January 12 2006 01:46 EST
- Studio creator installation problem by Win Pe on January 28 2006 12:40 EST
-
there is not enough space on boot drive by Hosam Aly on January 12 2006 01:46 EST
- Sun offers Java Studio Enterprise 8 for free to SDN members by Peter Gelderbloem on December 06 2005 10:00 EST
-
there is not enough space on boot drive by fabio bongiovanni on December 02 2005 07:57 EST
- Sun offers Java Studio Enterprise 8 for free to SDN members by Kirill Sorokin on November 15 2005 06:34 EST
- install does not complete Java Studio Creator. by Enrico Silterra on November 18 2005 09:10 EST
-
BFD[ Go to top ]
- Posted by: Matt Giacomini
- Posted on: November 09 2005 10:29 EST
- in response to Joseph Ottinger
There are other IDEs that are OpenSource or 'Free to Anyone' that support these features.
Hell even Microsoft has a 'free to all' version of Visual Studio right now ;) -
BFD[ Go to top ]
- Posted by: Stephane TRAUMAT
- Posted on: November 09 2005 11:09 EST
- in response to Matt Giacomini
I haven't seen any free IDE that supports JSF So well...
Stéphane TRAUMAT
scub.net -
BFD[ Go to top ]
- Posted by: Matt Giacomini
- Posted on: November 09 2005 11:34 EST
- in response to Stephane TRAUMAT
I haven't seen any free IDE that supports JSF So well...Stéphane TRAUMATscub.net
I have used JDeveloper for JSF and it seemed pretty good, but I have not tried Sun's IDE for JSF development, so I can't compare. -
Studio Creator[ Go to top ]
- Posted by: Werner Punz
- Posted on: November 09 2005 12:59 EST
- in response to Matt Giacomini
Is probably the closest thing to a Visual Basic for webapps you can get.
It has very good stuff in it, but also lacks important aspects.
The 1.0 version, was way to buggy, and it basically was tied to JDBC (which nowadays looks rather archaic) also it lacked components.
The 2.0 version however looks very good, lots of components, the data access is tied to a DAO layer (which they call differently), the main problem still is with 2.0 (but have in mind that this stuff is alpha currently)
is that its mem footprint even for java server side development used to be hilariously high, and the only DAO implementation seems to be currently JDBC based. Why they did not settle for Spring while most other tool vendors do (and probably also move towards JSR220 as next step) but provided their own dao layer, is beyound me.
Also I am not sure if the new components are opensourced, but they basically have evereything in there which you need for complex UIs (the visual layout of some of them is rather questionable however, they are rather bulky sometimes)
Studio Creator used to be a good proof of concept and is slowly in my opionion moving towards a good IDE, the problem is Sun is moving sometimes to slow and sometimes in a weird way :-( -
Studio Creator[ Go to top ]
- Posted by: Ian Hlavats
- Posted on: November 10 2005 10:15 EST
- in response to Werner Punz
The 1.0 version, was way to buggy, and it basically was tied to JDBC (which nowadays looks rather archaic) also it lacked components.
Sorry, I saw this in passing and it made me do a double-take. Are you saying JDBC looks rather archaic?
If so, I would like to know, which facts are your basing this claim on?
Two of the most popular Java frameworks today, Spring and Hibernate, both use JDBC extensively. -
Correction[ Go to top ]
- Posted by: Werner Punz
- Posted on: November 10 2005 10:23 EST
- in response to Ian Hlavats
Guess, you have to think twice before posting on TSS,
what I meant with archaic was that JSC only supported plain JDBC and no ORM, which really is archaic, given the code overhead plain JDBC causes, due to all the micro management you have to do.
This problem has been relieved somewhat in the EA2 of JSC2 (which shows the foundation of a really good tool btw..)
they moved the whole database access to a generic DAO pattern, but it still produces blank JDBC code, while other code for the DAOs would be possible JSC really lacks in this area.
I did not mean JDBC was archaic, but having the tool entirely based on pure JDBC was.
I hope a future JSC3 will support JSR220 once that one is in place the tool could become a killer app.
JSC is one of those tools which probably need three incarnations to become really good.
First one proof of concept but barely usable, due to bugs and limitations. Second one adressing of most problems but still some important areas missing or not done right, third one, perfect! -
Compared to free IDEs[ Go to top ]
- Posted by: Michael Klaene
- Posted on: November 09 2005 12:39 EST
- in response to Stephane TRAUMAT
I haven't seen any free IDE that supports JSF So well...Stéphane TRAUMATscub.net
I'd agree with that. Also, I doubt your going to find a free IDE with many of the features included in Studio EE. It's UML support is very good and it also has a collaboration feature I've not seen anywhere else. Of course, whether you'll need those features is another matther.
Mike -
Re: Compared to free IDEs[ Go to top ]
- Posted by: shay shmeltzer
- Posted on: November 10 2005 13:35 EST
- in response to Michael Klaene
Well JDeveloper 10.1.3 is Free and has JSF, UML and much more.
And you don't have to jump between two separate tools (one for JSF and one for the rest of your work). -
So well?[ Go to top ]
- Posted by: Eugene Lucash
- Posted on: November 10 2005 03:39 EST
- in response to Stephane TRAUMAT
As a java developes and as well professional web designer I must admit than all those JSF editors and JSC in particular is useful only while creating ugly looking prototypes like NumberGuess application, nothing more.. -
BFD[ Go to top ]
- Posted by: sithu aung
- Posted on: November 09 2005 14:26 EST
- in response to Matt Giacomini
There are other IDEs that are OpenSource or 'Free to Anyone' that support these features.Hell even Microsoft has a 'free to all' version of Visual Studio right now ;)
only "BARE" Express edition. -
Any one been able to download?[ Go to top ]
- Posted by: Mike Currie
- Posted on: November 09 2005 17:51 EST
- in response to Matt Giacomini
I've tried for several hours but, keep getting an error from Sun's download site. -
RE: Any one been able to download?[ Go to top ]
- Posted by: harry sheng
- Posted on: November 09 2005 19:49 EST
- in response to Mike Currie
I've tried for several hours but, keep getting an error from Sun's download site.
I downloaded the creator today, 30-day trail version. Then did a update. Do not know it's free forever or just 30 days. -
RE: Any one been able to download?[ Go to top ]
- Posted by: Martin Straus
- Posted on: November 10 2005 08:28 EST
- in response to harry sheng
You should've received an activation code in your account's email... I did. :P -
Activation Serial Number[ Go to top ]
- Posted by: Bob jester
- Posted on: November 12 2005 15:27 EST
- in response to Martin Straus
I downloaded the creator and didn't receive the Serial Number in the mail. Anybody else having this problem? Should I just install as a 30 day trial???? -
JDeveloper vs. Creator[ Go to top ]
- Posted by: Corey Puffalt
- Posted on: November 14 2005 12:08 EST
- in response to Bob jester
It would be interesting to see an indepth comparison between JDeveloper and Creator which are both (for the moment anyhow) available freely. -
Any one been able to download?[ Go to top ]
- Posted by: Mike Bosch
- Posted on: November 09 2005 19:51 EST
- in response to Mike Currie
I was able to download it without any problems earlier in the day. I was hoping to find a halfway decent UML diagram tool in the product.
Now I know why they weren't able to sell that part of the product. The sequence diagram tool is pretty much next to useless. I won't say completely useless because if you get it right on the first pass it looks fine. But if you have to make any changes to your sequence diagram then be prepared for disappointment.
If there are any developers on the UML tools part of the product dev team reading these responses I'd be more than happy to provide you with a detailed wish list of items to make it a more usable tool.
-Mike -
Any one been able to download?[ Go to top ]
- Posted by: Trey Spiva
- Posted on: November 10 2005 11:35 EST
- in response to Mike Bosch
I was able to download it without any problems earlier in the day. I was hoping to find a halfway decent UML diagram tool in the product. Now I know why they weren't able to sell that part of the product. The sequence diagram tool is pretty much next to useless. I won't say completely useless because if you get it right on the first pass it looks fine. But if you have to make any changes to your sequence diagram then be prepared for disappointment. If there are any developers on the UML tools part of the product dev team reading these responses I'd be more than happy to provide you with a detailed wish list of items to make it a more usable tool.-Mike
I would like to talk to you about the problems you are seeing. What would be the best way to contact you? -
Any one been able to download?[ Go to top ]
- Posted by: Mike Bosch
- Posted on: November 10 2005 14:06 EST
- in response to Trey Spiva
Hi Trey,
Thanks for the response. The best way to reach me is at mike dot bosch at gmail dot com.
-Mike -
MyEclipse is excelent for all web developements[ Go to top ]
- Posted by: Dor On
- Posted on: November 09 2005 21:58 EST
- in response to Joseph Ottinger
Though not free, but not so far (the last time I bought the license was $29), and is exelent for web developement with java.
I did not use it yet for JSF, but from looking at the site it seems they made exelent work there.
D.Or
BooksPrice.com -
Free for how long?[ Go to top ]
- Posted by: Mpumelelo Msimanga
- Posted on: November 10 2005 01:52 EST
- in response to Joseph Ottinger
There are many ways to develop applications and one could spend years trying to decide which is the best way (IDE, framework, ...) to implement an application.
For me, I normally take a bit of time researching features of current IDEs and then when I have made my choice, I like to stick with it. Changing IDEs in the middle of a project can cause more problems than necessary.
So the question I have is, before I even consider switching to using the free products being offered by Sun, how long will these remain free? I don't want to be caught out next year when suddenly I now have to pay for the upgrades to the Studio Enterprise. -
TCO[ Go to top ]
- Posted by: Clinton Begin
- Posted on: November 10 2005 02:09 EST
- in response to Joseph Ottinger
Free? Not if you count the loss in productivity for using such a pile.
I'd rather pay $500 for IDEA and have it pay for itself every single day. -
Will anyone use it for serious development?[ Go to top ]
- Posted by: Sridhar Sathyanarayanan
- Posted on: November 11 2005 08:55 EST
- in response to Joseph Ottinger
Pros: Has got everything as one package – UML, Layout manager, version control, instant messaging(!), class generator … everything except something like winamp.
Cons:- On a fairly new and respectable hardware it’s so slow - wonder if anyone could use it for any serious development.
May be I'll use it when I get a 20 GHz desktop. -
Will anyone use it for serious development?[ Go to top ]
- Posted by: Sujan J20
- Posted on: November 11 2005 12:35 EST
- in response to Sridhar Sathyanarayanan
Sarcastic comments do not count in professional world.
Be clear in what you want to say so that we understand you. tambi otherwise.... -
Sun offers Java Studio Enterprise 8 for free to SDN members[ Go to top ]
- Posted by: Cristian Malinescu
- Posted on: November 11 2005 12:55 EST
- in response to Joseph Ottinger
Hi
I tried to install Java Studio Enterprise 8 for Win32 and the installer stopped with the message "not enough free space on the boot partition". Very, very strange ... What's the installer business with the boot partition if I want to choose the partition where I want to store the package? -
Sun offers Java Studio Enterprise 8 for free to SDN members[ Go to top ]
- Posted by: Kirill Sorokin
- Posted on: November 15 2005 06:34 EST
- in response to Cristian Malinescu
I tried to install Java Studio Enterprise 8 for Win32 and the installer stopped with the message "not enough free space on the boot partition". Very, very strange ... What's the installer business with the boot partition if I want to choose the partition where I want to store the package?
Cristian,
the installer needs some space on the boot partition for temporary files. The installer file is cached on the system drive as well. This is ugly, I admit it. We are working intensively to minimize the amount of disk space needed on the boot drive for the next release. As for now, please try to free some space for the time of installation. -
there is not enough space on boot drive[ Go to top ]
- Posted by: fabio bongiovanni
- Posted on: December 02 2005 07:57 EST
- in response to Kirill Sorokin
I hava a dual boot system with a really small boot partition, just for bootloader, and a huge amount (6Gb)of space under c: with xp sp2, i'm getting the same error,
Temp dir is under c:
Any idea why?
Regards
Fabio -
there is not enough space on boot drive[ Go to top ]
- Posted by: Hosam Aly
- Posted on: January 12 2006 01:46 EST
- in response to fabio bongiovanni
I hava a dual boot system with a really small boot partition, just for bootloader
I have the exact same problem here. My boot drive is less than 200 MB in size, and I'm not going to repartition any time soon. Does this mean that there is no hope of installing JSC? -
Studio creator installation problem[ Go to top ]
- Posted by: Win Pe
- Posted on: January 28 2006 00:40 EST
- in response to Hosam Aly
Hi,
I had a similar problem and frustration. I finally able to install the IDE. Hope it would worth the effort. Instruction I follows is
http://developers.sun.com/prodtech/javatools/jscreator/reference/faqs/installation/win2k_XP.html
and the difference I made from previous attempt is removing productregistry file from %SYSTEM%\system32.
Hope it helps. Good luck. -
Sun offers Java Studio Enterprise 8 for free to SDN members[ Go to top ]
- Posted by: Peter Gelderbloem
- Posted on: December 06 2005 10:00 EST
- in response to Kirill Sorokin
I have about 0.97GB free on my boot drive and I still get an error about not enough disk space.
How much space does a win32 install require exactly? -
install does not complete Java Studio Creator.[ Go to top ]
- Posted by: Enrico Silterra
- Posted on: November 18 2005 09:10 EST
- in response to Joseph Ottinger
I enter the activiation code, and the install begins,
but just hangs at 11% when it gets to
SunAppServer8...
There are no error message, nothing about
not enough space. What could be wrong?
Thanks,
Rick