Michael Bien

Networking

mbien's Projects

  • Members:
    51

    BetterBeansBinding is a library for implementing property binding with Java objects. "Property binding" is about keeping two properties of two object instances in sync. BBB is a fork of the BeansBinding project, which provides the reference implementation for the JSR-295 specification.

    Observer | Active

  • Members:
    15

    GlueGen is a tool which automatically generates the Java and JNI code necessary to call C libraries.

    Software Developer | Active

  • Members:
    4

    JTexGen is a library for creating 2D procedural textures. The API defines a system for creating modular textures that can be plugged in to other textures to create more complex textures.

    Observer | Active

  • Members:
    3

    Allows to specify translation of Java code in a declarative fashion.

    Observer | Active

  • Members:
    12

    This project provides a Java binding for the OpenCL API based on GlueGen.

    Administrator | Active

  • Members:
    312

    A collection of samples and reusable templates which demonstrates patterns, approaches and architectural ideas for the Java EE 5 and 6 platforms. All projects are created with Netbeans 6.5 / 6.7 and tested on Glassfish v2, v3 and partially on openEJB and JBoss 5.

    Observer | Active

  • Members:
    7

    The project for MultiDimensional Objects creation on JavaFX Script language

    Observer | Active

  • Members:
    49

    The JOGL project hosts the development version of the Java™ Binding for the OpenGL® API (JSR-231), and is designed to provide hardware-supported 3D graphics to applications written in Java. JOGL provides full access to the APIs in the OpenGL 1.5 - 3.0, 3.1, ES 1.x and ES 2.x specification as well as nearly all vendor extensions NOTE: nightly builds for solaris/x86 are temporarily unavailable...we are aware of the problem (a disk failure on our build machine).

    Software Developer | Active

  • Members:
    44

    Documentation and sample code for the Kenai APIs.

    Observer | Active

  • Members:
    5

    Editor makes possible building mathematical expressions by draggin and dropping math expression figures. The output from editor can be in following formats: MathML, LaTeX, Maple, Maxima.

    Observer | Active

  • Members:
    8

    NbGit is a module for the NetBeans IDE that adds support for working with the Git version control system.

    Observer | Active

  • Members:
    3

    A Scheduler for NetBeans with CronJob Syntax

    Observer | Active

  • Members:
    35

    The goal of the NetBeans OpenGL Pack Project is to provide an easy to use OpenGL development environment integrated into NetBeans. The NetBeans OpenGL Pack provides modules like an GLSL shader editor, hardware compiler/linker integration or tools for displaying hardware information and many sample projects.

    Administrator | Active

  • Members:
    7

    NetBeans Platform Wrapper Repository

    Observer | Active

  • Members:
    16

    This Project contains all the artifacts related to the NetBeans Plugin Portal found at http://netbeans.org/PluginPortal.

    Observer | Active

  • Members:
    5

    This Plugin integrates the Substance Look and Feel into NetBeans with a handy option panel to change between different skins.

    Observer | Active

  • Members:
    1

    NetBeans Plugin providing XPath search functionality.

    Administrator | Active

  • Members:
    35

    SQE is an attempt at providing first class NetBeans integration for different Software Quality Tools

    Observer | Active

  • Members:
    42

    The goal of this project is to provide an animation library for Java applications.

    Observer | Active

  • Members:
    5

    Display volumetric data (such as MRI medical images) onscreen. Easily adjust viewing angle, lighting and image colors with intuitive user controls.

    Observer | Active

  • Members:
    8

    Comet - Java EE 6 Integration with HTTP push. Tunguska aims to be the bridge between Java EE applications and HTTP push implementations.

    Observer | Active

mbien's Recent Posts

Topic Project / Forum Last Post in Topic
how to reduce CPU usage while Animator is running
hi rhdxmr, what you want is to limit the FPS. The easiest (and smoothest) way of doing this is by enabling vsync. This will tell the driver to limit the FPS to the screen refresh rate. (put it somewh . . .
Java™ Binding for the OpenGL® API
  » General Discussion
Rhdxmr_tiny February 07, 2010 06:14
by: rhdxmr
Will JOGL be moving back to java.net?
yes, its now a community effort. http://blog.jausoft.com/2009/11/09/jogl-is-dead-long-live-jogl/
Java™ Binding for the OpenGL® API
  » General Discussion
Defaultpersonimage February 06, 2010 18:02
by: adamgmetzler
Will JOGL be moving back to java.net?
jogl is under the bus too. Oracle/Sun stopped contributing to the open repositories long time ago. You can find the community forks on github: http://github.com/sgothel http://github.com/mbien builds . . .
Java™ Binding for the OpenGL® API
  » General Discussion
Defaultpersonimage February 06, 2010 18:02
by: adamgmetzler
Saving mailing list archives?
I never tried it but i believe nabble should be able to archive mailing lists: http://www.nabble.com/
Project Kenai Documentation and Training
  » General
Mbien_tiny January 28, 2010 19:04
by: Michael Bien
Alternatives for Kenai.com?
I recommend to use github or bitbucked for your repos (depending which scm you prefer). They are both very good for managing forks and visualizing repository branches etc. You can still use an additio . . .
Project Kenai Documentation and Training
  » General
Emxsys_tiny February 09, 2010 16:11
by: Bruce Schubert
Migration to Github
Kenai.com will close its doors sooner or later ( url: http://blogs.sun.com/projectkenai/entry/the_future_of_kenai_com ) which means we will have to move too ;) The project repositories are now on gith . . .
NetBeans OpenGL Pack
  » General Discussion
Defaultpersonimage February 06, 2010 18:12
by: adamgmetzler
gl.glGetString(GL2.GL_VERSION)
yes exactly, you can validate it by running glxinfo in a shell. It should report the same version string as JOGL does. e.g output on my old notebook: (...) OpenGL vendor string: DRI R300 Project OpenG . . .
Java™ Binding for the OpenGL® API
  » General Discussion
Rhdxmr_tiny January 17, 2010 13:51
by: rhdxmr
Problems on ubuntu
(without taking a deeper look at your (long) classpath) try to put only gluegen-rt.jar, jogl.all.jar, nativewindow.all.jar and newt.all.jar + your application in the classpath. Should work... you p . . .
Java™ Binding for the OpenGL® API
  » General Discussion
Defaultpersonimage January 13, 2010 19:01
by: maherhome
Can I submit something for the Presentation Wiki page?
very impressive Mark, of course, what we need is a screenshot with a width of 160 and a short description of your 3D volume viewer. does it use JOGL1.x or already the new JOGL2 stack? looking forwar . . .
Java™ Binding for the OpenGL® API
  » General Discussion
Defaultpersonimage January 12, 2010 08:29
by: Mark McKay
Problem with Windows 7 64 bit - wrong binaries?
Hi, I couldn't reproduce the issue on win7. I tried it with a 64bit JVM and a 32bit JVM and it worked in both cases. tested with Pack 0.5.5 (c72988bc943e0d1fce8bbb418a4fb9680687b345) 8/8/09 since it i . . .
NetBeans OpenGL Pack
  » General Discussion
Mbien_tiny January 10, 2010 19:43
by: Michael Bien
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20100226.3083a24)
 
 
loading
Please Confirm