Thursday, April 30, 2009
[nbannounce] NetBeans IDE 6.7 Beta Now Available!
Download NetBeans IDE 6.7 Beta
Learn More about 6.7 Beta
NetBeans 6.7 Beta introduces an exciting feature—integration with Project Kenai, a collaborative environment where developers can host their open-source projects. With NetBeans and Kenai, a team of developers can create projects, edit, debug, build, and commit code, and have discussions all through one easy-to-use interface. Building on the success of NetBeans 6.5, this release also includes native Maven support, GlassFish and Hudson integrations, improved support for Java, PHP, Ruby, JavaScript, Groovy and C/C++, and more. NetBeans IDE 6.7 Beta is the ideal tool to keep developers connected to each other and to the latest technologies!
Release Highlights include:
Connected Developer (Kenai)
Create Kenai-hosted projects from within the NetBeans IDE
Locate and open sources for Kenai-hosted projects in the IDE
Full integration with Bugzilla
Maven
Support for Web Services creation and consumption and J2EE
POM Editor and Navigator enhancements
PHP
Code coverage and Selenium support
PHPUnit output improvements
C/C++
Support of popular Qt library and tools
Groovy and Grails
Out-of-the-box support for Grails 1.1
Profiler
Enhanced Self Diagnosis ("Profile Me Now!")
Java ME / Mobility
Full support for SVG Rich Components in the Visual Mobile Designer
Read the complete list of NetBeans IDE 6.7 Beta Features & Enhancements.
The final release of NetBeans IDE 6.7 is planned for June 2009. Download Beta today and give us your feedback about your experience using the release. You can also join discussions about the NetBeans IDE on our mailing lists and forums. If you blog about using NetBeans add your blog to Planet NetBeans.
Follow NetBeans on Twitter for updates about NetBeans news and development.
Wednesday, April 29, 2009
MySQL 5.4 Released ( April 22, 2009 )
Sun Microsystems has released MySQL 5.4, a new version of the popular open source database. MySQL 5.4 includes performance and scalability improvements enabling the InnoDB storage engine to scale up to 16-way x86 servers and 64-way CMT servers. MySQL 5.4 also includes new subquery optimizations and JOIN improvements, resulting in 90% better response times for certain queries (see www.mysql.com/benchmarks). These performance and scalability gains are transparent and don't require any additional application or SQL coding to take advantage of them.
According to Sun's Karen Tegan Padir, "Without any modifications to your applications, MySQL 5.4 will transparently increase the performance and scalability of your applications, to enable them to scale under more demanding user and data processing loads. MySQL 5.4 is also better suited for scale-up deployments on SMP systems."
MySQL 5.4 features include:
- Scalability improvements -- these fixes allow the InnoDB storage engine to scale up to 16-way x86 servers and 64-way CMT servers, more than doubling its previous capability;
- Subquery optimizations -- improves the performance of analytic query operations, with some subqueries now executing in a fraction of the time compared to previous MySQL versions;
- New query algorithms -- utilizes main memory to speed up the execution time of multi-way joins, especially for MySQL Cluster because the number of round-trips between the server and cluster nodes is minimized;
- Improved stored procedures -- enables more robust error management through the implementation of the SIGNAL/RESIGNAL functions, so applications can more easily rely on stored procedures for business logic;
- Improved prepared statements -- Output parameters will now be supported in prepared statements, which increases their functionality;
- Improved Information Schema -- provides more metadata access to parameters and data return types that stored procedures use, which allows much more information to be made available for developers using connectors such as ODBC and JDBC;
- Improved DTrace support -- improves diagnostics and troubleshooting capabilities for MySQL on the Solaris Operating System.
MySQL 5.4 will be generally available for a wide variety of hardware and software platforms, including Red Hat Enterprise Linux, SuSE Enterprise Linux, Microsoft Windows, Sun Solaris 10 Operating System, Mac OS
The preview version of MySQL 5.4 is currently available for download at www.mysql.com/5.2 for 64-bit versions of the Linux and Solaris 10 Operating Systems. Based on community feedback, an estimated release date for a general available version will be announced later this year.
Oracle to Buy Sun (April 20, 2009)
Monday, April 20, 2009
PostgreSQL 8.4 Beta 1 Released
Please download and install version 8.4 and test out these new features as soon as you can! You can especially help the PostgreSQL developers by trying new features in combination, and by doing a test port of your production applications to version 8.4.
Tuesday, April 7, 2009
YUM edit on Fedora
now , we will use yum as package manager.
we assumed , you have been installed yum ; its OK
then we will use yum :
1. we must choice repository (mirrors) where there are many fedora package
2. login as root
3. edit yum
vim /etc/yum.repos.d/fedora-extras.repo
then modify the '[extras] ' part to include your chosen mirrors:
[extras]
name=Fedora Extras $releasever - $basearch4. exit vim
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/$releasever/$basearch/
baseurl=http://ftp.uni-bayreuth.de/linux/fedora/linux/extras/$releasever/$basearch/
ftp://ftp.tu-chemnitz.de/pub/linux/fedora-core-extras/$releasever/$basearch/
failovermethod=priority
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-extras-$releasever
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
gpgcheck=1
5. then you can use yum
yum update
yum install package-name
Apache Geronimo v2.1.4 - Released
2009-03-31
The Apache Geronimo project is pleased to announce the new v2.1.4 server release. This is primarily a maintenance release. Among the updates and fixes included in the release are several security fixes for vulnerabilities in the administration console. Details of the security vulnerabilities fixed in this release can be found in the Security Report. Other fixes and enhancements are listed in the Release Notes
.
Visit the Downloads page for details on downloading Apache Geronimo v2.1.4 server assemblies.
