แสดงบทความที่มีป้ายกำกับ Netbean แสดงบทความทั้งหมด
แสดงบทความที่มีป้ายกำกับ Netbean แสดงบทความทั้งหมด

วันพุธที่ 24 ตุลาคม พ.ศ. 2550

การสร้างตัวติดตั้งแบบเร่งด่วน

Are you not satisfied with the zip bundle thats generated out of your module suite from Netbeans? Are you looking for an easy way of generating installers for suite projects right inside the Netbeans IDE?

Well, here it is..a plugin based on openInstaller installer framework that does just this. openInstaller is an extendable, cross-platform, multi-home install and customizable installer framework. All you have to do after installing the plugin is :

  1. Configure your module suite to be 'standalone'. This is required to generate an installer. The plugin will assist you in this if you have not configured your module suite project yet.
  2. Choose the Generate suite installer button on the toolbar (with CD icon). This will bring up the wizard.
  3. Enter the basic details about your application (like, name, version, system requirements and license).
  4. When you click Finish on the wizard, the plug-in will generate an installer and keeps it under 'dist' folder. There are three zip files in that folder : one module suite zip (generated by Netbeans, as before), -binary.zip is the generated installer (you can rename this to any name you want and -source.zip which contains the source files for the installer. The latter can be used in upcoming openInstaller IDE to customize the generated installer.
  5. Distribute -binary.zip bundle and unzip on the target machine and execute the launcher script specific to your platform (There's one for all *NIX and one for windows).

Download the plugin from this update center. (you need to manually configure this update center in your Netbeans IDE. If you do not know how to do this, go here. Look into the first part and use this update center link.

More information (in the form of FAQ) about the plugin is here.

You really have to see this flash demo which shows how easy is to generate an installer for your module suite application.

Disclaimer: The module described here are purely experimental (alpha version), so no guaranties. Use at your own risk.

Below are the screenshots of the plug-in actions..

The screenshots show the process of generating installers for the FeedReader suite sample that comes with Netbeans IDE

http://blogs.sun.com/vdblog/entry/netbeans_module_suite_installer_generator

วันอาทิตย์ที่ 7 ตุลาคม พ.ศ. 2550

การติดต่อ SVN google code ด้วย Netbeans




1. ขั้นตอนแรกในการติดต่อเขายัง google code ของโปรแกรม EasyWrite ใส่เหมื่อนในรูป https://easywrite.googlecode.com/svn/trunk/
แค่นี้แหละครับ

เราไปดูขั้นตอนที่สองกันครับ
2. ก็จะขึ้นหน้าตาแบบนี้นะครับเมื่อเรากด Next
3. จากนั้นก็ Browse.. หา EasyWrite กันครับ
ให้ Browse.. ที่เก็บ โค๊ตในที่นี้ผมเลือกไว้ใน Drive E:\
ก็จะเป้นดังรูปครับ
กด Next ก็จะทำการก๊อบปี้ จาก google code มาที่เครื่องเรา

วันศุกร์ที่ 5 ตุลาคม พ.ศ. 2550

วิธีเพิ่มภาษาเข้าไปใน GUI ของ netbeans

วิธีการนี้เป็นระบบ มาตรฐาน i18n เพื่อให้สามารถเลือกเปลี่ยนภาษา ตามท้องถิ่นต่างๆ ได้ง่ายและสามารถเพื่อและแก้ไขได้สะดวก ยิ่งขึ้นเรามาดูวิธีกันครับ ตามลิ้งนี้จะเป็น Flash Video
ครับ ให้เราได้ทำตามได้ง่ายๆๆ ครับ
http://form.netbeans.org/JavaOne/autoi18n/autoi18n.html
แบบ ธรรมดาหน้าเว็บ
http://www.netbeans.org/kb/55/gui-automatic-i18n.html

วันอังคารที่ 25 กันยายน พ.ศ. 2550

Using NetBeans IDE 5.5

Download PDF
To download the PDF version of Using NetBeans IDE 5.5, click here.
This guide does not cover the IDE's Java EE features or module development features. For more information about using NetBeans IDE for these purposes, see the Java EE Applications Learning Trail and the NetBeans Modules and Rich-Client Applications Learning Trail.

XML Multiview and Visual Library Tutorial

NetBeans Visual Library in NetBeans Platform 6.0

The Visual Library is the next generation of the original Graph Library. Now it is designed for a general visualization with support for graph-oriented modeling. Its focus is to become a part of the NetBeans platform and unify the visualization (UI and API) used in NetBeans-platform-based applications.

Run ShowMind using WebStart - a demo of the Visual Library with NetBeans Platform (downloads 11MB, requires Java 5 or later). Contributed by JinBing Zhang.

Visual Library 6.0 Tutorial - how to integrate library with the NetBeans Platform. Contributed by Geertjan Wielenga.

Visual Database Explorer Tutorial - making a visual database explorer. Contributed by Anton Epple.

XML Multiview and Visual Library Tutorial - Part 1, Part 2, Part 3 - integration of XML Multiview with Visual Library. Contributed by Vadiraj Deshpande.

Javalobby.org demo - a demo of the Visual Library features. Contributed by Roman Strobl.

If you have questions, comments or would like to contribute, visit users@graph.netbeans.org mailing list (archive).

Flash Demos and Video Tutorials

New! NetBeans IDE 6.0 Beta Tutorials

NetBeans POV-Ray Tutorial

Tim Boudreau's POV-Ray tutorial demonstrates integrating basic support for a new language, and writing a project type for creating projects specific to that language. Even if you are not planning to do those exact things, it will familiarize you with a lot of NetBeans concepts that will be useful in writing any module.

Bundling Supporting Resources

The following tutorials do not require you to know anything about the NetBeans APIs involved. In some cases (such as project templates), the tutorial describes a wizard that installs an application as a new sample in the New Project wizard. Here, no knowledge of the related NetBeans APIs is needed. In other cases (such as the article on autoupdate descriptors), you are shown how to make your applications and NetBeans modules available to others.

Miscellaneous NetBeans APIs

The NetBeans APIs discussed in the following tutorials do not directly relate to the subjects covered in the above sections. For example, the first shows how to add a JTextField as a button in the toolbar, while the second shows how to integrate a third party library for checking your GMail account. The third tutorial shows how to extend the Runtime window via the Nodes API. The last tutorial in this section shows you how to create a server-agnostic basis on top of which you can build a server-specific support module for the IDE.

Legacy Tutorials for NetBeans IDE 4.1

Even though the following three documents are in the "legacy" category, they are well worth reading—they are by two external contributors, Tom Wheeler and Sandip Chitale—and give a very practical, detailed introduction to the NetBeans Platform, the NetBeans APIs, and module development in general.