Posts Tagged ‘eclipse’

JBlend development – Eclipse plug-in

12.29.2008 by star - 0 Comment
Posted in Sandbox

JBlendTM[micro] Plug-in Installation

The procedure for installing the JBlend [micro] Plug-in is described here.

  1. Choose Help > Software Updates > Find and Install… in Eclipse.The Install/Update wizard is displayed.
  2. Choose Search for new features to install, and click the Next button.
  3. Click the New Remote Site… button.The New Update Site dialog is displayed.
  4. Enter Name and URL as follows, and click the OK button.The New Update Site dialog closes.
    [Name]
    J2ME Application Project
    [URL]
    http://csdownload.aplix.co.jp/microJBlend-plugin/
  5. Click the Finish button.The Updates wizard is displayed.
  6. In Select the features to install, put a check by JBlend [micro] Plug-in, and click the Next button.

  7. Read the Feature License carefully, and only if you agree with these conditions, choose I accept the terms in the license agreement, then click the Next button.
  8. Change the installation folder if necessary, and click the Finish button.The Verification dialog is displayed.
  9. Click the Install All button.The JBlend [micro] Plug-in is installed, and a message asking whether or not to restart Eclipse appears.
  10. To restart Eclipse, click the Yes button.Eclipse will be restarted.
Note:
The procedures for uninstalling and updating the JBlend [micro] Plug-in are the same as for other Eclipse plug-in software. Refer to the Eclipse help for details.
The device emulator and the certificate store file creation tool make use of the cryptographic library module AiCrypto library.
This product includes software developed by Akira Iwata Laboratory, Nagoya Institute of Technology in Japan (http://www-ailab.elcom.nitech.ac.jp/).

Python resource

04.03.2008 by star - 0 Comment
Posted in Sandbox, Tech Script

Software:
Python Programming Language – Official Website
ActivePython (Free, Windows)
— ActivePython is the industry-standard Python distribution, available for Windows, Linux, Mac OS X, Solaris, AIX and HP-UX.
Twisted – Trac
— Twisted is an event-driven networking engine written in Python and licensed under the MIT license.
Django
— Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Development:
Eclipse
— Eclipse is an open source community whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle. A large and vibrant ecosystem of major technology vendors, innovative start-ups, universities, research institutions and individuals extend, complement and support the Eclipse platform.
PyDev for Eclipse
— PyDev is a plugin that enables users to use Eclipse for Python and Jython development — making Eclipse a first class Python IDE — It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others.

Document:
简明 Python 教程
— 入门:无论您刚接触电脑还是一个有经验的程序员,本书都将有助您学习使用Python语言。
Python食谱
— 进阶:有效而实用的 pythonCookBook 浅显明了
深入 Python :D ive Into Python 中文版
— 深入:Dive Into Python 是为有经验的程序员编写的一本 Python 书。