Sun Java Studio Creator

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Sun Java Studio Creator Q&A: Part 2 by Dick Wall   - [Clicks: 62]
    Dick Wall and Dan Roberts, Director of Marketing, Developer Tools, continue their discussion on future technologies and features of Sun Java Studio Creator.
    http://www.developer.com/java/ent/article.php/3563126 - Nov, 2005
  • Java Studio Creator 2: Trading Ease-of-use for Performance by Benoy Jose   - [Clicks: 51]
    Is Java Studio Creator 2 the IDE beginning and small-scale application developers have been looking for? With its low cost, drag-and-drop GUI, and easy database connectivity, the answer may be yes—but be prepared to make some trade-offs.
    http://javaboutique.internet.com/tutorials/studiocreator2/ - Oct, 2005
  • Can JSF speed up Web application development? by Steve Small   - [Clicks: 50]
    JavaServer Faces was designed to help developers quickly develop Web applications, but does JSF deliver? In this article, Steve Small looks for an answer to that question by experimenting with Sun Microsystems' Java Studio Creator, an IDE based on JavaServer Faces, to see how quickly he can build a Web application.
    http://www.javaworld.com/javaworld/jw-07-2005/jw-0704-jsf.html - Jul, 2005
  • Sun Java Studio Creator Q&A: Part 1 by Dick Wall   - [Clicks: 52]
    Discover what Dan Roberts, Group Manager of Developer Tools Marketing at Sun has to say about Java Studio Creator.
    http://www.developer.com/java/ent/article.php/3514671 - Jun, 2005
  • Binding to MySQL in Java Studio Creator by Dick Wall   - [Clicks: 104]
    Discover how to use MySQL within Creator. Walk through the installation, adding an example database, setting up a MySQL data source, and creating a demo creator application.
    http://www.developer.com/java/data/article.php/3514256 - Jun, 2005
  • Using Javascript Components in Java Studio Creator by Dick Wall   - [Clicks: 77]
    Discover how you can draw on the wealth of ready-made Javascript Components and Libraries within Java Studio Creator to create a richer and more complete user interface experience.
    http://www.developer.com/java/ent/article.php/3509571 - Jun, 2005
  • Getting Familiar with Sun Java Studio Creator's Visual Development Environment by Carla King   - [Clicks: 72]
    Developers can start creating applications using Java Studio Creator's rich visual environment immediately and intuitively. The IDE's application model provides hooks into the necessary technologies, and presents a unified development environment for access to all the elements needed to design a web application: user interface components, access to web services and databases, query design, and automated page navigation. Figure 1 is a snapshot of the interface, and is followed by an explanation of what happens behind the scenes during the design process. (You may also want to explore the IDE in the interactive HTML presentation Quick Tour of the Java Studio Creator Visual Interface).
    http://developers.sun.com/prodtech/javatools/jscreator/reference/techart/vde.html - May, 2005
  • Using JScape's WebGalileo Tree Component by Steve Fleming   - [Clicks: 198]
    This article shows you how to import the WebGalileo Faces components into the Sun Java Studio Creator IDE. It includes step-by-step instructions on how to create a web application with a WebGalileo Faces tree component in the IDE, along with complete source code for download and reference.
    [Includes source code]
    http://developers.sun.com/prodtech/javatools/jscreator/reference/techart/jscape.html - May, 2005
  • Extend Your Java Studio Creator Options with JSTL by Dick Wall   - [Clicks: 44]
    Discover how to use the JSP Standard Template Library (JSTL) to dynamically create useful tags for manipulating data in Java Studio Creator.
    [Includes source code]
    http://www.developer.com/java/ent/article.php/3502526 - May, 2005
  • Consuming and Binding EJBs and Data in Creator by Dick Wall   - [Clicks: 49]
    Discover how to use EJBs and the data returned from them to bind into on-page controls within Sun Java Studio Creator. See a number of basic approaches covered for binding in the data, and some specific details and notes on that usage within Creator.
    [Includes example code]
    http://www.developer.com/java/ejb/article.php/3494801 - Apr, 2005
  • Getting Started with an Integrated Development Environment (IDE) by Dana Nourie   - [Clicks: 119]
    What's the difference between Java Studio Creator, Java Studio Enterprise, and NetBeans? They're all good for developing standards-based Java technology web applications, but find out which IDE you need in this informative article by Dana Nourie of the New to Java Programming Center.
    http://java.sun.com/developer/technicalArticles/tools/intro.html - Mar, 2005
  • Deploying and Consuming EJBs in Java Studio Creator by Dick Wall   - [Clicks: 28]
    For use of a EJB API in Creator, there are really two distinct operations: deploying the EJB API, and deploying any support libraries needed for that API. Discover how to do both before consuming that EJB.
    http://www.developer.com/java/ent/article.php/3491091 - Mar, 2005
  • Integrating Sun Java Studio Creator Into Your Development Process by Dick Wall   - [Clicks: 19]
    Discover the steps necessary to create an API based on Session EJBs suitable for use in a Creator project, using tools other than Creator either already in use at your workplace, or suitable for the task.
    http://www.developer.com/java/ent/article.php/3489531 - Mar, 2005
  • Creating a JavaServer Faces Component Library for Java Studio Creator by Edwin Goei, Kevin Ohlson   - [Clicks: 93]
    This article discusses the steps required to create a component library for Java Studio Creator containing two JavaServer Faces technology components: a date picker and a date displayer. The article assumes a working knowledge of JavaServer Faces technology, which is required to create components.
    [Includes source code]
    http://developers.sun.com/prodtech/javatools/jscreator/reference/techart/jsfcomplibrary.html - Feb, 2005
  • Prelude to a JavaServer Faces Component Marketplace by Robert Williams   - [Clicks: 17]
    There’s a crucial, yet simple, reason why components appeal to developers independently from the platform or development tool they’re using. If you need ten people to develop an application but that number drops to three through the use of robust components, then the price of the components is minor in comparison to the advantages gained.
    http://developers.sun.com/prodtech/javatools/jscreator/reference/whitepapers/softwarefx.html - Feb, 2005
  • Introduction to Building Your Own JavaServer Faces-Based Components by Beth Stearns   - [Clicks: 71]
    This article explains the differences between customizing an existing standard component and building a new, custom component. It introduces the reasons why you might want to build your own components, plus the things to keep in mind if you decide to do so. The article also introduces you to the steps that you can take to use these components in applications you are developing with the Java Studio Creator application development environment (or IDE).
    http://developers.sun.com/prodtech/javatools/jscreator/reference/techart/intro_buildingcomps.html - Feb, 2005
  • Sun Java Studio Creator Design Patterns (Part 3 of 3): Page Bean Idioms by Beth Stearns   - [Clicks: 61]
    This article provides tips and design patterns for working with common page bean design elements. Some of the techniques described involve writing custom code in a page bean, application, or session bean. You can implement other techniques simply by using Java Studio Creator functions.
    http://developers.sun.com/prodtech/javatools/jscreator/reference/techart/design_patterns3.html - Jan, 2005

[Top]