Posts tagged as:
netbeans
Daily del.icio.us for January 26th
- Shadowbox.js Media Viewer - Shadowbox is a cross-browser, cross-platform, cleanly-coded and fully-documented media viewer application written entirely in JavaScript. Using Shadowbox, website authors can display pictures and movies in all major browsers without navigating away from t
- Raible Designs | The future is now — Java development in 2008 - I agree that learning about JRuby and Groovy is a good way to be prepared for the future. [....] I do believe you can leverage these tools in your existing jobs and hopefully make your development life more efficient.
- InfoQ: Lucene 2.3: Large indexing performance improvements, new machine-learning project - The Apache Lucene project, a high-performance full-featured text search engine library written entirely in Java, released version 2.3 today. InfoQ spoke with Grant Ingersoll to learn more about this release and the future plans for Lucene.
- IntelliJ IDEA Blog » Blog Archive » IntelliJ IDEA: Dependency Analysis with DSM - DSM stands for Dependency Structure Matrix - a method for exploring dependencies between program parts (modules, classes, etc.), and provides a compact matrix representation of a project
- » Terracotta Server as a Message Bus - But I?m a guy that really likes simple. TC lets us make an entirely POJO system that runs beautifully in IntelliJ. A single ?container? type main program can run all our components in a single JVM simply by loading all our various Spring configs.
- What is Visual VM? - Visual VM is a new project whose goal is to provide monitoring and profiling tools for the JVM with a GUI. Visual VM is a standalone application (based on NetBeans platform :).
- GPDE Team Blog : JavaScript Memory Leak Detector - JavaScript Memory Leak Detector (download) is a debugging tool to detect memory leaks in JavaScript code. It can be installed as an Internet Explorer band and it is expressly designed to find memory leaks in JavaScript code that runs in Internet Explorer.
- Ajaxian » Prototype 1.6.0.2 security and performance improvements - Prototype 1.6.0.2 is a backwards-compatible, drop-in replacement recommended for all 1.6.0 users. We?ve fixed 28 bugs and made over a dozen improvements to the code base, including performance improvements
- Ubuntu 7.10 VMware Image Download (English) - jars.de - Java und Technologie - An Ubuntu 7.10 (Gutsy Gibbon) VMware Image is available here for download. This virtual Linux system with all its applications is usable out-of-the-box with the free VMware Player. Thus, it is perfect to test drive Ubuntu within Windows
- Dr. Dobb's | NetBeans 6.0: A First Look | January 24, 2008 - Sun Microsystems recently released NetBeans 6.0 which came with significant improvements, almost all in direct response to user requests. Even the developers who like NetBeans have posted complaints about its editor, especially when compared with Eclipse.
- AttentionMax » Blog Archive » Move Over, Seth Godin, Einstein?s Here - If I had to source Einstein quotes as chapter titles for a modern-day marketing book, here are the ones I?d likely pick. The beauty of these chapter titles is that they can live on their own, without the padding of excess words and long-winded narrative
- America's 25 Fastest-Growing Tech Companies - Forbes.com - We are back with a new group of 25 rapidly growing technology companies, 12 of which are repeats from our prior list.
- » Can Sun execute on its open source strategy? | Open Source | ZDNet.com - The question is, will open source be judged by the execution of Sun?s strategy?
Related posts
Daily del.icio.us for January 9th
- enunciate - Enunciate is a Web service deployment framework. It is not another Web service stack implementation. Rather, Enunciate leverages existing Web service technologies to provide a mechanism to build, package, deploy, and to clearly, accurately deliver your We
- Ryan Heaton's Blog: Web Service Programming for the Masses, Part I: Developing the Web Service API - This is the first part of a tutorial will walk you through developing a Web service API that could meet the requirements of all of the above-mentioned use cases. For the sake of clarity and brevity, we'll keep the operations simple, but by the time we're
- Bob Rhubart's Blog: The SOA Governance Prescription - A significant part of getting your SOA to do what it's supposed to do is getting the people involved in the SOA to do what they're supposed to do
- Pinaki Poddar's Blog: Slice: OpenJPA for Distributed Databases - Slice is a OpenJPA plug-in for horizontally-partitioned, distributed databases. As distributed databases are being increasingly common in enterprise IT ecosystem, I considered extending OpenJPA to transact against a set of databases instead of a a single
- Top 10 SQL Server Integration Services (SSIS) and DTS tips - Whether you plan to migrate SQL Server Data Transformation Services (DTS) packages to SQL Server Integration Services (SSIS) or run DTS packages in SQL Server 2005, this expert advice can help
- How to Dynamically and Iteratively Populate An Excel Workbook from SQL Server - SQL Server Central - In this article, I will show you how to create a new Excel output file and populate the file with discrete spreadsheets containing specific data from a database. We will Integration Services for the task
- Application Development Trends - SpringSource Offers Spring.NET 1.1 - SpringSource is offering the final release of Spring.NET 1.1. Spring.NET 1.1 supports the ASP.NET Framework for Web development. It enables dependency injection for pages, controls, modules and providers
- InfoQ: Bruce Johnson discusses Google Web Toolkit - Google Web Toolkit (GWT) tech lead Bruce Johnson discusses the design of GWT, how GWT converts Java into JavaScript, community involvement with GWT, new features in GWT 1.4, and the philosophy behind GWT.
- Book Review: Google Web Toolkit Applications - Google Web Toolkit, by Ryan Dewsbury, is an excellent book for those looking to use GWT to good advantage, covering most areas of GWT functionality in exceptional detail. It covers software engineering, server integration, custom component composition, CS
- Adobe - Developer Center : Using BEA Workshop Studio and Java to create Flex-based RIAs - In this tutorial, I walk you through the steps to creating an RIA using Java for the back-end business logic and Flex for the front-end view of the application. I will use the BEA Workshop Studio (Flex Bundle) to create a simple Java mid-tier and a simple
- smarturls-s2 - Google Code - SmartURLs-S2 is a Struts 2 plugin that provides a rich set of convention based handling for web applications. In addition, it also provides a component framework for developing web application components in separate codebases and the deploying them into a
- Building Struts 2 Apps Without XML Gluecode - In this article, we jettison XML gluecode for "convention over configuration". Using the SmartURLs plugin for Struts 2, we can autowire Action classes to page templates with search-engine-optimized URIs.
- Embedding Flickr Photos - In this article, I'll explain how to fetch data from Flickr using a proxy client library and displaying the data in a Visual Web Application page.
- Atlassian Developer Blog - How to build an Atlassian plugin - There's a single command that will download Tomcat, install Confluence or JIRA, start them up, load sample data, then install your plugin for testing. And once you've started the application once, you can just leave it running while you uninstall and rein
Related posts
Daily del.icio.us for Dec 04, 2007 through Dec 06, 2007
- Roller: free and open source Java blog software - Apache Roller 4.0 has been released and is now available for download. This is a major new Roller release which includes easier blog theme customization, a much more simple installation/upgrade process, infrastructure improvements and other small fixes.
- infinitest - Google Code - Infinitest is a continuous JUnit test runner designed to facilitate Test Driven Development. Infinitest helps you learn TDD by providing feedback as you work, and helps you master TDD by reducing your feedback cycle from minutes to mere seconds
- dev2dev: Using Asynchronous Servlets to Deal with Hung Threads - BEA WebLogic Server 9.2 and later versions expose an Abstract Asynchronous Servlet class, which allows you to decouple receiving a servlet request from sending its response. The class also provides a Future Response Servlet, which lets the server handle s
- Yahoo! Flash(R) Blog » Blog Archive » YUI Got a Little More Flashy Today! - Yahoo! releases version 2.4.0 of the YUI Library and they have been working with the Flash team to help them introduce a new component that leverages the power of Flash Player. The experimental YUI Charts widget brings the Yahoo! Astra Flash Charts
- Yahoo! Developer Network - Flash Developer Center - ASTRA Flash Components - Charts - Charts is a set of visualization components that represent two-dimensional data structures (tables, arrays of values, etc.) in a variety of ways (bars, graphs, pie charts, etc.)
- Yahoo! UI Library: Charts - The YUI Charts Control visualizes tabular data on a web page in several possible formats including vertical columns, horizontal bars, lines, and pies. Features include support for the DataSource Utility, customizable serie, axes, mouse-over datatip
- Ext JS LiveGrid Component - The Ext JS LiveGrid Component is a user extension that's build upon the wonderful Ext JS Framework. The component allows to read chunks of data from an underlying storage (common use case: a database) without the need of paging. Means: You can virtually d
- Ext JS Blog - » Ext 2.0 Final Released - The Ext team is proud to announce that the official release of Ext v2.0 is available for download. Ext 2.0 is a dramatic step forward from all previous versions of Ext, providing increased performance, ease of configurations, flexibility and UI capabiliti
- Adobe Debuts Flash Media Server 3 - Slashes Price - The Flash Media Interactive Server includes the debut of streaming HD video. FMS3 will offer H.264 video streaming, as well as support for High Efficiency AAC (HE-AAC) audio that can be streamed to Flash player, AIR applications, or Adobe's Media Player a
- NetBeans Magazine - To coincide with the launch of 6.0, this latest issue of NetBeans Magazine features 62 pages of in-depth articles. NetBeans IDE 6.0 features Ruby/JRuby/Ruby on Rails support, enhancements for improved Swing development, a new Visual Game Designer, updated
Related posts
Daily del.icio.us for Dec 03, 2007 through Dec 04, 2007
- Ext JS LiveGrid Component - The Ext JS LiveGrid Component is a user extension that's build upon the wonderful Ext JS Framework. The component allows to read chunks of data from an underlying storage (common use case: a database) without the need of paging. Means: You can virtually d
- Ext JS Blog - » Ext 2.0 Final Released - The Ext team is proud to announce that the official release of Ext v2.0 is available for download. Ext 2.0 is a dramatic step forward from all previous versions of Ext, providing increased performance, ease of configurations, flexibility and UI capabiliti
- Adobe Debuts Flash Media Server 3 - Slashes Price - The Flash Media Interactive Server includes the debut of streaming HD video. FMS3 will offer H.264 video streaming, as well as support for High Efficiency AAC (HE-AAC) audio that can be streamed to Flash player, AIR applications, or Adobe's Media Player a
- NetBeans Magazine - To coincide with the launch of 6.0, this latest issue of NetBeans Magazine features 62 pages of in-depth articles. NetBeans IDE 6.0 features Ruby/JRuby/Ruby on Rails support, enhancements for improved Swing development, a new Visual Game Designer, updated
- Setting up a GWT project in IntelliJ IDEA 7 - IntelliJ IDEA 7 has built in support (in the form of a bundled plugin) for GWT projects. This tutorial will walk you through the steps of creating a GWT project in IDEA 7.
- Marc's Musings: Spreadsheet Component - I'm working on a spreadsheet like component for AgileAgenda that I might end up turning into a general-purpose flex component at some point.
- Tech Per: 10 Tips on JPA Domain Modelling - This post is a collection of tips on what I think is good advice, when domain modelling in Java with JPA as ORM mapping technology.
- Scal v0.2 Documentation | Scal - Scal is a simple, javascript calendar/date picker based on the Prototype js library
- Ext JS Blog - » Extended Filtering Using the Grid Filter Plugin - Steve Skrla has created the Grid Filter plugin which has quickly become one of the most popular user extensions in the Ext community
- Datejs - A JavaScript Date Library - Datejs is an open-source JavaScript Date Library with a ton of syntactic sugar
Related posts
Daily del.icio.us for Aug 16, 2007 through Aug 21, 2007
- Struts2 Tutorials - Several tutorials are available to help you get started with the framework, from all-purpose "soup to nuts" tutorials to specialty tutorials on portlets and database access.
- GnilronEye 1.1, system monitoring solution, released - GnilronEye 1.1, a java-based system monitoring solution, is now available for download. GnilronEye 1.1 introduces an advanced http-monitoring feature and a new report feature that include sgraphs of the monitored items.
- A CSS styled table version 2 | Veerle's blog - In 2005 I wrote an article about styling a table with CSS. After receiving so many requests I finally decided to give in and write another tutorial.
- Scrollovers - A New Way of Linking - Scrollovers are a way to quickly and easily add flair to your web pages, giving your users an experience they weren't expecting.
- Death by numbers - Los Angeles Times - We're obssessed with plane crashes and bridge collapses, yet we pay little attention to the stuff that kills the rest of us.
- Sun set on server business? | Open Source | ZDNet.com - In all the hullaballoo over Sun?s agreement to support Solaris 10 on IBM hardware I have yet to read one obvious fact. This is part of Sun?s exit strategy from the server business.
- Ajaxian » YUI Compressor: The latest minification tool - The YUI Compressor is a new JavaScript minifier. Its level of compaction is higher than the Dojo compressor, and it is as safe as JSMin. Tests on the YUI library have shown savings of about 18% compared to JSMin and 10% compared to the Dojo compressor
- Tutorials - Using Java Persistence API Within a Visual Web Application - Using NetBeans IDE 6.0 and the Visual Web tools, you can write applications that connect to database tables using the Java Persistence API (JPA) in addition to the Visual Web data provider components.
- Enterprise Java Community: Manage test data for integration tests using Spring and DBunit - This article will look at configuring integration tests using Spring and DBUnit so that test data is inserted into the database before every test. This article also looks at a utility to export/import test data in the database using DBunit.
- How to Get the Best Performance Out of a Java Persistence Implementation : Enterprise Tech Tips - If you are switching over to the Java Persistence API, be aware of the numerous options and decisions you have to make to boost your application's performance. From Cache size, Pools to modes of operation, Rahul Biswas takes you through the steps. (via Th
- Prototype JavaScript framework: Prototype 1.6.0 release candidate - The first release candidate of Prototype 1.6.0 has arrived! The core team is continuing its tradition of bringing thoughtful incremental upgrades to the core APIs in addition to performance improvements and bug fixes. Keep reading for some of the highligh
- Citrix makes bold virtualization move with XenSource acquisition, muddies waters with Microsoft | Dana Gardner's BriefingsDirect | ZDNet.com - Citrix Systems Inc. today roared full throttle into the ever-expanding desktop virtualization arena, when it announced its intention to acquire XenSource, Inc. of Palo Alto, Calif. The news comes right on the heels of VMWare?s huge IPO pop.
Related posts
Daily del.icio.us for Aug 11, 2007 through Aug 16, 2007
- Tutorials - Using Java Persistence API Within a Visual Web Application - Using NetBeans IDE 6.0 and the Visual Web tools, you can write applications that connect to database tables using the Java Persistence API (JPA) in addition to the Visual Web data provider components.
- Enterprise Java Community: Manage test data for integration tests using Spring and DBunit - This article will look at configuring integration tests using Spring and DBUnit so that test data is inserted into the database before every test. This article also looks at a utility to export/import test data in the database using DBunit.
- How to Get the Best Performance Out of a Java Persistence Implementation : Enterprise Tech Tips - If you are switching over to the Java Persistence API, be aware of the numerous options and decisions you have to make to boost your application's performance. From Cache size, Pools to modes of operation, Rahul Biswas takes you through the steps. (via Th
- Prototype JavaScript framework: Prototype 1.6.0 release candidate - The first release candidate of Prototype 1.6.0 has arrived! The core team is continuing its tradition of bringing thoughtful incremental upgrades to the core APIs in addition to performance improvements and bug fixes. Keep reading for some of the highligh
- Citrix makes bold virtualization move with XenSource acquisition, muddies waters with Microsoft | Dana Gardner's BriefingsDirect | ZDNet.com - Citrix Systems Inc. today roared full throttle into the ever-expanding desktop virtualization arena, when it announced its intention to acquire XenSource, Inc. of Palo Alto, Calif. The news comes right on the heels of VMWare?s huge IPO pop.
- 30 free HTML email templates - Campaign Monitor - Getting your email to look great in all the major email clients can be a challenge at times, so we've done the hard work for you with these 30 free email templates.
- WebAppers Simple Javascript Progress Bar with CSS by WebAppers - WebAppers has created a simple Ajax Javascript based Percentage Bar / Progress Bar which is inspired by Bare Naked App. Bare Naked App taught us how to display Percentage Bar with 2 images only by using CSS.
- Hitachi's Deskstar 7K1000 hard drive - The Tech Report - Page 1 - Has Hitachi achieved a perfect balance of speed and storage with its Deskstar 7K1000? We've tested it against nearly 20 competitors?including its closest 750GB rivals from Seagate and Western Digital?to find out
- Amazon Web Services Developer Connection : Java Library for Amazon E-Commerce Service - Java Library for Amazon E-Commerce Service
- LiMo Foundation: Welcome - Motorola, NEC, NTT DoCoMo, Panasonic Mobile Communications, Samsung Electronics, and Vodafone established the LiMo Foundation to develop the Foundation Platform, a Linux-based, open mobile communication device software platform
- Erlang, the next Java - Erlang is going to be a very important language. It could be the next Java. Its main problem is that there is no big company behind it
- Judge Says Unix Copyrights Rightfully Belong to Novell - New York Times - In a decision that may finally settle one of the most bitter legal battles surrounding software widely used in corporate data centers, a federal judge ruled Friday afternoon that Novell, and not SCO, is the rightful owner of the copyrights for Unix OS.
- NIST endorses Microsoft's Open XML in upcoming vote | Tech news blog - CNET News.com - The National Institute of Standards and Technology (NIST) is backing Microsoft's effort to certify Office Open XML as an international standard.
Related posts
Daily del.icio.us for Jun 13, 2007 through Jun 20, 2007
- iBATIS Plugin User Guide - The iBATIS plugin is a plugin to accelerate iBATIS development in the IntelliJ IDEA environment
- KimchyBlog - Shay Banon Blog » Blog Archive » Spring One - Keynote - Java IDE world has two solutions, Eclipse as the major one, and intelliJ IDEA where they keep innovating and keeping Eclipse honest
- Max Poon's Blog: Extending the NetBeans Tutorial JSF-JPA-Hibernate Application, Part 1 - Adding Query View Based on Criteria from Inter-View Parameter Passing - The follow-up tutorial "NetBeans Wiki - UsingHibernateWithJPA" further shows usage of JPA as well as Hibernate-specific facilities, including : * addition of data validation using JPA Annotations and Hibernate Validator framework * retrieval of Hibernate
- Tech Per: Flash for Java Programmers: Lesson 4 - ActionScript and organizing large flex code bases - Steps on learning to develop Flash, with a Java developer focus… This is lesson 4 in my series of posts on what I learn about developing filthy rich flash apps using flex2
- blog.pmarca.com: Analyzing the Facebook Platform, three weeks in - In this post, I provide an overview and analysis of the Facebook Plaform and what we have learned about it in the three weeks since it launched. To start, my personal opinion is that the new Facebook Platform is a dramatic leap forward for the Internet
Related posts
Daily del.icio.us for Mar 17, 2007
- SXC - Simple XML Compiler - SXC (Simple XML Compiler) allows you to created optimized parsers and writers for XML. Through a declarative API you're able to tell SXC what type of XML to expect and what actions to associate with it.
- On the Stre@m - Flex has become more accessible - The Flex module for Apache and IIS provides web-tier compilation of MXML and ActionScript files on Apache and IIS web servers.
- Assessing the Survivors of the Java IDE Wars - For enterprise development, I'd say IDEA wins out with its rich support for both J2EE and Java EE 5, followed closely by NetBeans (which also does an impressive job here), and last is Eclipse/MyEclipse (mostly due to their current lack of support for Java
- An XQuery Servlet for RESTful Data Services - This paper shows how to use XQuery for data integration, and how to expose an XQuery as a RESTful data service using a Java servlet
- Control.Tabs : Projects : LivePipe - Control.Tabs is a javascript library for creating accessible, flexible & unobtrusive tabbed interfaces in your applications or pages.
Related posts
Daily del.icio.us for Mar 07, 2007 through Mar 08, 2007
- Spotlight: Michael Oxley - International Herald Tribune - Knowing what he knows now about the cost and effects of the law, would Oxley - who retired in January after 25 years in Congress - have done it any differently? "Absolutely," Oxley answered. "Frankly, I would have written it differently, and he would have
- Adobe edits the development cycle | Reg Developer - The change we made was going from a traditional waterfall method to an incremental development model. Probably the most effective thing we did was institute per-engineer bug limits: if any engineer's bug count passes 20, they have to stop working on featu
- JetS3t ? An open source Java toolkit for Amazon S3 - JetS3t is a free, open-source Java toolkit and application suite for the Amazon Simple Storage Service (Amazon S3). The JetS3t toolkit provides Java programmers with a powerful yet simple API for interacting with S3 and managing data stored there.
- Six cool things you can build with OpenID - Apart from explaining what OpenID is and how it works, the key point I was trying to get across in the talk was that OpenID is a simple piece of infrastructure on which smart applications can be built?applications that may not have been possible prior t
- Flash Demo : Matisse++ ? (cld.blog-city.com) - Roman Strobl has a very cool new Matisse flash demo. It makes use of the new Swing Application Framework and Swing Databindings. If you ever wondered about Matisse++ or what happens after Matisse then you should take a look at a very cool NetBeans 6 and a
Related posts
Daily del.icio.us for Feb 20, 2007 through Feb 21, 2007
- Bob's Unit Testing Best Practices - Testing Digitally - Having used Agile programming methods for a number of years now. I have come across some best practices for unit testing that I would like to share with you.
- O'Reilly Open Books Project - O'Reilly has published a number of Open Books–books with various forms of "open" copyright–over the years.
- Ajaxian - YUI Version 2.2.0 Released - YUI 2.2.0 has been released one year after YUI was released into open source.
- Yahoo! UI Library: DataTable - The DataTable control provides a simple yet powerful API to display screen-reader accessible tabular data on a web page. Notable features include sortable columns, pagination, scrolling, row selection, resizeable columns, and inline editing.
- Jump Start Your AJAX Development with the Google Web Toolkit - The Unofficial Google Wiki - A free wiki from Wikia - The Google Web Toolkit addresses the development of an AJAX application in a very methodical manner
- NetBeans Visual Web Pack 5.5 - Tutorials - Using Hibernate With the NetBeans Visual Web Pack - This tutorial shows you how to use the Hibernate framework in a NetBeans Visual Web Pack project. It also shows how to wrap back end data with Option arrays and ObjectListDataProvider objects for binding to JavaServer Faces components.
- James Ward?s Blog - Blog Archive - Faster Flex Applications: Shrink Your RSLs - Here is what you need to do if you want to have size optimized RSLs
- rebelutionary: Enterprise Wikis Replace Shared Drives - Confluence & WebDAV - A lot of people talk about wikis 'replacing' email - which I think is too broad a statement - but very few people focus on the impact wikis have on shared drives
- Red Hat endorses KVM virtualization | CNET News.com - Red Hat, the dominant Linux seller, will include KVM (Kernel Virtual Machine) in the next version of its Fedora Linux v7
- Three Hypotheses of Human Interface Design - Tantek's Thoughts - Human interface cognitive load is proportional to the number of clicks/keystrokes/gestures