JBuilder 8 Forms

In JBuilder 3 I can enter data on a form which is then saved as a .dat file and can be accessed and updated through the form. Linked forms show different data sets.
I've tried to do the same in JBuilder 8, but without success. I get the following error message
java.io.FileNotFoundException: file.dat (the system cannot find the file specified)
In JB3 the application creates the file. Do I need to learn something new here?
Any suggestions much appreciated.

This could be a classic example of why IDE's for beginners are just plain bad, bad, bad, bad. You must look at your code. It is probably creating/accessing the .dat file relative to the current dir in your java application (your program). Your JBuilder3 probably had the current dir setting in the IDE set to the root folder of your current project. I bet you have loaded this into your new JBuilder8 and neglected to point the IDE setting (the current dir setting) to the right directory for your project. If you understood the behaviours of relative file access in Java programming better, the problem would probably be obvious. Curses to the darn IDE ...not recommended for children under twelve certainly applies here. It hampers your understanding.
I don't know where to locate that setting though, I don't use JBuilder. Hunt for it.
:)

Similar Messages

  • Make IDE independent code

    Hi
    Can anyone tell me how I should use JBuilder to design my forms and at the same time make the whole code IDE independent (because i would use other editors or even a notepad to do the programming)
    Thanks this would be a great help
    Can someone atleast provide me with a link where i can discuss about JBuilder. I havent found any working forums which is dedicated to it (the borland's one asks to register the product).
    Thanks in advance

    Even JBuilder generates a class that will instantiate the components, then you cna change this class.
    But keep in mind that if you try to modify it in JBuilder after you have done somehing on this code, you can get in a sitation where JBuilder's form builder will fail to open it. But you will always be able to edit it as an ordinary class.
    In our company we prefer to code GUI without using form builders.
    Mike

  • Building Form with JBuilder 3

    Could please somebody tell me how to build a form in JBuilder.
    What I wish to do is have a form that will eventually(hopefully)
    read data from a file. The trouble is that I cannot find any
    tutorials on JBuilder 3.
    I can program in Java, but nothing that involves guis!
    Any help will be appreciated...

    Look at this, do the stuff under JBuilder Projects
    http://rockwood.csd.unbsj.ca/~cs/jbuilder/
    Then just go to the design tab, click on a component (JLabel perhaps) from the component bar, click on the form, and it magically appears. Change the text in the properties window. Tada...
    Lots of tutorials if you click on tutorials on the left of this page.
    May I sugget the Swing tutorial
    http://java.sun.com/docs/books/tutorial/uiswing/

  • JBuilder with JGoodies Forms ?

    I have used Abeille Form Designer to create myself a good looking Swing form and I have copied to code to my JBuilder class. Up to here everything is OK.
    But is there a way to work out the littles glitches from the JBuilder designer or do I have to go back to Abeille and recopy the whole thing back to JBuilder (maintaining two things is bad).
    Is there a way to separate the layout from the code ? Like MVC, but pure Java only ?

    I have found a way to do MVC code with the Abeille genereated forms, but is it possible to use the JGoodies FormLayout from JBuilder directly ?
    I have read some code from http://info.borland.com/techpubs/jbuilder/jbuilderx/designui/i1_layouts.html#custom_layouts but is there an OpenTool thingy to do it directly (plug-in like) ?
    Thanks!

  • Mysql driver and Jbuilder 2005 foundation

    I am trying to connect to a mysql server using jdbc and the mysql drivers. Specifically version 3.1.7. I will post my code here although I believe the code is correct and that I have a classpath issue with jbuilder. The error I am receiving on both build and run time is:
    Exception in thread "main" java.sql.SQLException: No suitable driver
         at java.sql.DriverManager.getConnection(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at methodclassespkg.DummyTester.main(DummyTester.java:39)
    I installed the mysql .jar driver file in the jdk1.5/lib/ext as the read me file that came with the drivers stated. I have changed the default jdk to the jdk1.5 update 2 that I installed. I imoprted the .jar driver file into the project and even added the file under tools/configure/libraries. But I still receive this error witht his code
    package methodclassespkg;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    import java.io.*;
    Class Name: Dummy Tester Class
    Description: A dummy class with a main to test the other classes functionality.
    Company: Team SSJ (7)
    Copyright (c) 2005
    Version 1.0
    public class DummyTester {
    public DummyTester() {
    try {
    jbInit();
    } catch (Exception ex) {
    ex.printStackTrace();
    public static void main(String[] args) throws SQLException, IOException{
    try{
    Class.forName("com.mysql.jdbc.Driver");
    catch(ClassNotFoundException e){
    System.out.println("Could not load the driver");
    Connection conn = DriverManager.getConnection("ServerName", "user", "password");
    System.out.println("test");
    private void jbInit() throws Exception {
    Again I am running the free version which does not allow me to access the enterprise tab, I mention this because I saw a solution to this issue that allowed for importing the database driver using tools/enterprisesetup/database drivers. but I do not have access to this functionalitity.
    Jeremy Reed

    Thank you for the fast response from everyone. WIth you assistance I did reach a solution. I turns out I wasnt calling the driver correctly, syntactlically.
    For anyone googling a similar issue as mine, for j connect, your statement must be in the form of jdbc:mysql://yourhost/database?user=name&password=password
    that was my mistake

  • Differences between jdeveloper&jbuilder

    Hello everybody!!!!
    I'm trying to understand the difference between jdeveloper&jbuilder but.....no result!!!
    I would develop a project wich should connecting on Oracle database and making statistics with data (it have been stored from file with SQLLOAD), and also it should read an UDP messages(port514) and store them to database ,so I can't decide wich programming langage to use...and wich are the better???
    Thank you.

    thank you for your reply!!!!
    so I have installed an Oracle 8i on my PC(OS=XP Pro) ,and I think that is not possible to use jdeveloper (is it necessary to uninstall it and install Oracle9i?what I should do?)and I haven't a big knowledge about jdeveloper (making interfaces"Forms",writing SQL command,connecting to database,it's like developer2000 ?,and also the BIBeans should I install it or it's integrated with Oracle9i?(if you have an example with this tool please send it to me on my e-mail([email protected])and thank you very much
    :-)))

  • Tutorial and SDRDemo ..Build Rich Client Forms in JDeveloper .

    I am doing the self learn tutorial in Jdeveloper
    ADF Business Components     10.1.3.34.12
    CVS Version (External)     (CVSNT) 2.5.03 (Scorpio) Build 2260 (client/server)
    Java™ Platform     1.5.0_05
    Oracle IDE     10.1.3.34.12
    Struts Modeler Version     10.1.3.34.12
    UML Modelers Version     10.1.3.34.12
    Versioning Support          10.1.3.34.12
    First one is simple
    1. I am using the "Build Rich Client Forms in JDeveloper using ADF swing .. Tutorial "
    when i select New Application , I cant see Java Application Swing ADF BC value from the application Temp in drop down ?? What am i misssing .???
    The second issue is bit complex I am doing the Tutorial SRDemo
    I am doing on page 2 –14 of Tutorial creating EJBS Session Beans when Running the Wizard I don’t see
    Generate Session Facade
    Entity Implementation
    Options, subsequently the screen shot on next page does which has all the methods are not appearing.
    Also when adding code (2-16) in SPPublic FacadeBean Iam getting snytax error for
    (clearly related to above issue), I have no choice but to redo the tutorial from begin
    but should I change something before I do that ?
    public ServiceRequests createServiceRequests
    (String problemDescription, Integer productId, Integer createdBy)
    { UnitOfWork uow = getSessionFactory().acquireUnitOfWork();
    ServiceRequests newInstance = (ServiceRequests)uow.newInstance(ServiceRequests.class);
    Products product = (Products)uow.executeQuery("findProductById", Products.class, productId);
    Users user = (Users)uow.executeQuery("findUserById", Users.class, createdBy);
    product.addServiceRequests(newInstance);
    user.addCreatedBy(newInstance);
    newInstance.setStatus(null);
    newInstance.setRequestDate(null);
    newInstance.setProblemDescription(problemDescription);
    uow.commit(); return newInstance; }
    ==============
    Other than that in previous steps I came across a few interesting Scenarios
    While following the step by steps operation of Tutorial I see on 2 –6 when I was “adding code to manage Default Value “ while I was doing the code adding
    public Integer getNextLineItem() {
    int maxLineNo = 0;
    for (ServiceHistories svh:getServiceRequests().getServiceHistoriesCollection()){
    if (svh.getLineNo() !=null) {
    int testLineNo = svh.getLineNo().intValue();
    if (testLineNo > maxLineNo){
    maxLineNo = testLineNo;
    return ++maxLineNo;
    for (ServiceHistories svh:getServiceRequests().getServiceHistoriesCollection()){
    I kept on getting the compile error for type casting, which when I tried to compare the source provided at the end of the chapter I found the type cast generated by Jbuilder was missing
    public List <ServiceHistories> getServiceHistoriesCollection() {
    return this.serviceHistoriesCollection;
    2.Another interesting thing I came across was by default the wizrd created the names of these variables and there corresponding getter and setter methods as user1 and user2, which lead to some confusion while doing Named query section on 2 –9 (Once again I took care of the problem by doing File comparison with the )
    private ValueHolderInterface createdBy;
    private ValueHolderInterface assignedTo;
    3. Also by default on 2 - 12 When I was Creating Top link Session, I didn’t get any session.xml file. ( tutorial presumed I will get one by default )
    4. Last is it normal to get Warning when getting report for POJO mapping for some of the Tables

    'Generate Web Service Stub/Skeleton' option in 10.1.2, was replaced by 'Generate Web Service Proxy' in 10.1.3

  • How to embedded css in Struts using JBuilder 8

    Hi everyone,
    I have a serious problem in my GUI. Currently i am doin a web portal using struts,Enterprise JavaBean(EJB).
    The softwares i am using are Jbuilder 8 and Dreamweaver MX.
    The interface of my portal is coded in html with css involved.The problem is that once i converted my html coding into struts format using JBuilder 8, the css cannot be read in the struts.(For example, my font size,color,border is the what i have defined in css)
    I have try to covert the html coding into 3.0 Browser compatible using dreamweaver MX. Although it is able to display some of the things that is specified in the CSS,
    but some tags are still lost.
    I will like to know if there is any method,steps or tag that i should take note in my coding so that i can embedded my CSS into my struts using JBuilder 8 without affecting my form color,aligments,size type,etc...
    Regards,
    Jong Hann

    Hi bidris2003,
    i have try the 2 different set of coding.The result is still the same. It doesn't read into the css thing. I have create a folder called css in WebPortal folder. The rest of my jsp pages are in WebPortal folder.
    Example:(1) my jsp page contain in side the WebPortal folder.
    C:\Documents and Settings\u\Desktop\GamePortal(with css)\WebPortal
    (2) My css contain in css folder
    C:\Documents and Settings\u\Desktop\GamePortal(with css\WebPortal\css
    Example code 1:
    <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
    <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <html:html locale="true">
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="layout.css" type="text/css">
    <html:base/>
    </head>
    <body bgcolor="#FFFFFF" text="#000000" topmargin="0" leftmargin="0" rightmargin="0">
    <table width="100%" border="0" cellspacing="0" height="49" cellpadding="0">
    <tr>
    <td rowspan="2" width="224" height="49" align="left" background="Images/headerbg2.jpg"><html:img width="224" height="49" src="Images/header.jpg"/></td>
    <td height="27" background="Images/headerbg1.jpg">�</td>
    <td width="250" height="27" background="Images/headerbg1.jpg" styleClass="headertext" valign="bottom">
         <html:link href="lostpassword.jsp" target="main">Lost
    password</html:link> :: <html:link href="signup.jsp" target="main" style="text-decoration:none;">Join</html:link></td>
    <td width="9" height="49" rowspan="2" align="right">
    <div align="right"><html:img width="9" height="49" src="Images/header2.jpg"/></div></td>
    </tr>
    <html:form action="/loginAction">
    <tr>
    <td height="22" background="Images/headerbg2.jpg">�</td>
    <td width="250" height="22" background="Images/headerbg2.jpg" valign="middle">
         <div align="right" styleClass="formtext" style="color:#FFFFFF"> Nick:
    <html:text property="nick" styleClass="input"/>
    Password:
    <html:password property="password" styleClass="input"/>
    <html:submit value="Go" property="Submit" styleClass="submit"/>
         </div>
    </td>
    </tr>
    </html:form>
    </table>
    </body>
    </html:html>
    Example code 2:
    <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
    <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <html:html locale="true">
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <html:base/>
    <LINK rel="stylesheet" type="text/css"
    ref="<html:rewrite page='/css/layout.css'/>">
    </head>
    <body bgcolor="#FFFFFF" text="#000000" topmargin="0" leftmargin="0" rightmargin="0">
    <table width="100%" border="0" cellspacing="0" height="49" cellpadding="0">
    <tr>
    <td rowspan="2" width="224" height="49" align="left" background="Images/headerbg2.jpg"><html:img width="224" height="49" src="Images/header.jpg"/></td>
    <td height="27" background="Images/headerbg1.jpg">�</td>
    <td width="250" height="27" background="Images/headerbg1.jpg" class="headertext" valign="bottom">
         <html:link href="lostpassword.jsp" target="main">Lost
    password</html:link> :: <html:link href="signup.jsp" target="main" style="text-decoration:none;">Join</html:link></td>
    <td width="9" height="49" rowspan="2" align="right">
    <div align="right"><html:img width="9" height="49" src="Images/header2.jpg"/></div></td>
    </tr>
    <html:form action="/loginAction">
    <tr>
    <td height="22" background="Images/headerbg2.jpg">�</td>
    <td width="250" height="22" background="Images/headerbg2.jpg" valign="middle">
         <div align="right" class="formtext" style="color:#FFFFFF"> Nick:
    <html:text property="nick" styleClass="input"/>
    Password:
    <html:password property="password" styleClass="input"/>
    <html:submit value="Go" property="Submit" styleClass="submit"/>
         </div>
    </td>
    </tr>
    </html:form>
    </table>
    </body>
    </html:html>
    CSS code inside the CSS folder:
    font { font-family: Verdana, Arial, Helvetica, san-serif; font-size:9px;}
    body {
                   background-color: #FFFFFF;
                   text-align: left;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:9px; font-weight:normal;
                   padding:0;
                   scrollbar-face-color:#FFFFFF;
                   scrollbar-shadow-color:#AAAAAA;
                   scrollbar-highlight-color:#AAAAAA;
                   scrollbar-3dlight-color:#e5e4e4;
                   scrollbar-track-color:white;
                   scrollbar-arrow-color:#7f7f7f;
    A { text-decoration: none;
         font-family:verdana, arial, helvetica, sans-serif;
         color:#5B5B5B;}
    A:hover { color:#939393;}
    A:active { color:#939393;}
    A:link {color:#5B5B5B;}
    A:vlink {color:#000000;}
    .box {
                   border-right: 1px solid #7F7F7F;
                   border-top: 1px solid #7F7F7F;
                   border-left: 1px solid #7F7F7F;
                   border-bottom: 1px solid #7F7F7F;
                   text-align:left;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-weight:normal;
                   color: #666666;}
    .boxdashed {
                   border-right: 1px dashed #7F7F7F;
                   border-top: 1px dashed #7F7F7F;
                   border-left: 1px dashed #7F7F7F;
                   border-bottom: 1px dashed #7F7F7F;
                   text-align:left;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-weight:normal;
                   color: #666666;}
    .description {
                   text-align:left;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:9px; font-weight:normal;
                   color: #666666;}
    .details {
                   text-align:right;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:11px; font-weight:900; vertical-align:bottom;
                   color: #666666;}
    .formtext {
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:8px; font-weight:900;
    .forum {
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-color:#5B5B5B;
    .forumtext {
                   background-color:#FFFFFF;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:12px;vertical-align:top; padding:0;
                   A { text-decoration: none;
                        font-family:verdana, arial, helvetica, sans-serif;
                        A:hover { color:#939393;}
                        A:active { color:#939393;}
                        A:link {color:#5B5B5B; text-decoration:none;}
                        A:vlink {color:#000000; text-decoration:none;}
    .forumtext2 {
                   background-color:#EEEEEE;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; vertical-align:middle; padding:0;
    .forumheader {
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-weight:900; color:white;
                   height:20px; text-align: center;
    .forumheader2 {
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-weight:normal; color:white;
                   height:20px; text-align: center;
    .headertext {
                   text-align:right;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:9px; font-weight: bold;
                   color: #FF0099;
                   text-decoration: none
    .headertext2 {
                   text-align:left;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-weight: bold;
                   color: #5B5B5B;
                   text-decoration: none
    .input {
                   border: 1px solid #5B5B5B;
                   width: 53px;
                   height: 12px;
                   color: #FF0099;
                   font-family: Verdana, Arial, Helvetica, sans-serif;
                   font-size: 9px;
                   text-align: left; line-height: 11px;
                   padding: 0px;
    .input2 {
                   border: 1px solid #FFFFFF;
                   border-bottom: 1px solid #7F7F7F;
                   border-right: 1px solid #7F7F7F;
                   border-top: 1px solid #7F7F7F;
                   border-left: 1px solid #7F7F7F;
                   width: 270px;
                   height: 18px;
                   background-color: #FFFFFF;
                   color: #7F7F7F;
                   font-family: Verdana, Arial, Helvetica, sans-serif;
                   font-size: 9px;
                   text-align: left;
                   padding: 0px;
                   overflow:auto;
    .submit {
                   border: 1px solid #FFFFFF;
                   border-bottom: 1px solid #7F7F7F;
                   border-right: 1px solid #7F7F7F;
                   border-top: 0px;
                   border-left: 0px;
                   width: 25px;
                   height: 15px;
                   background-color: #FFFFFF;
                   color: #7F7F7F;
                   font-family: Verdana, Arial, Helvetica, sans-serif;
                   font-size: 9px;
                   text-align: center;
                   padding: 0px;
    .updates {
                   text-align:left; border:1px solid #939393;
                   font-family: Verdana, Arial, Helvetica, san-serif;
                   font-size:10px; font-weight:normal;
                   color: #666666;
                   padding: 10px;}

  • Getting Java Beans working with Developer Forms 6i

    Hello everyone,
    I have been trying to get Java Beans to work with the Developer Forms 6i. I keep getting diffrent errors depending on the bean I play with. I will detail the problems and the computer setup. I am sure this problem is a configuration one, I just dont seem to have enough experiance to determine the issue or the configuration problem.
    Here are the problems I am encountering:
    Problems 1:
    --JDeveloper 10g
    I cant see the VBean class. When I add this code, the VBean decleration comes up with an error.
    import oracle.forms.ui.VBean;
    public class MyNewClass extends VBean
    public Class1()
    This code shows the IMPORT statement with a wavy blue line under it and the word VBean after the extends also has on. I understand that this means that the JDeveloper cant find the class, I just cant seem to find the correct environment variable to set to point to this.
    Second Problem:
    --Forms 6i
    I open forms, and create a new form. I then add a datablock and a canvas. I open the canvas and drop the BeanArea component on the canvas. I enter the fully pathed/qualified Bean in the Implementation Class and get one of three errors. Either a FRM-13008, a FRM-99999 with a 13009 or a 13010 error. I suspect that the 13008 error is because the bean I created does not have the correct decleration types or IView interface calls. My problem is that when I load any of the Oracle provided beans I get the 13009 or 13010 errors. I have looked here and in Metalinks for some kind of solution that I haven't already tryed, but to no avail.
    Any advice on either of these problems would be appreciated. Please keep in mind that we cant upgrade to version 9 or 10 yet (silly aif force and their regulations), so those type of solutions arn't usable to me.
    Here is the configuration information that I know about. If there is more information that can be provided or I need to provide more information, please let me know and I will get what I can.
    Thanks,
    Bill Hunsicker
    ============= Config Information =======================
    Forms Version 6.0.8.25.2
    JBuilder Version and Information
    Oracle IDE     9.0.5.13.88
    Business Components Version     9.0.5.13.52
    UML Modelers Version     9.0.5.12.38
    Versioning Support     9.0.5.12.38
    WebDAV Support Version     9.0.5.12.38
    Designer Generators Framework     9.0.5.3.39
    java.version     1.4.1_02
    java.home     C:\Oracle\JDeveloper\jdk\jre
    java.vm.name     OJVM Client VM
    java.vm.vendor     Oracle Corp.
    java.vm.version     9.0.5.972 4dopv
    user.language     en
    user.region     <no value assigned>
    user.name     Bill.Hunsicker
    user.home     C:\Documents and Settings\Bill.Hunsicker
    user.dir     C:\Oracle\JDeveloper\jdev\bin
    os.name     Windows XP
    os.version     5.1
    os.arch     x86
    ide.patches     
    ide.user.dir     
    FORMS60_JAVADIR = C:\orant\FORMS60\java
    CLASSPATH = C:\orant\FORMS60\java;C:\orant\TOOLS\COMMON60\JAVA\IMPORTER.JAR;C:\orant\forms60\java\P3load.jar;C:\orant\forms60\java\f60all.jar

    Ok, I added the f60all.jar to the project. This allowed me to create the file using the VBean. I created the JAR file and copied it to the forms60/java directory. I also copied the new .class files to the forms60/java/mil/af/rs/leads direcory.
    I then edited my formsweb.cfg file and had to add the jinit_archive tag. I set it = f60all.jar, P3load.jar. I also added my P3load.jar file to the default archive tag.
    When I open up Forms, drop the bean area component on the canvas, and set the Implementation Class, I still get an error (13008), and when I run the form in web, and click the button to invoke the bean I get no response from the bean.
    here is the code to invoke the bean. in_filename is a text component on the canvas and contained in the CTRL block. The bean area is named BEAN (because the demo was that way).
    :in_filename := get_custom_property('BEAN',1,'getFileName');
    synchronize;
    Not sure where to go from here, but thanks for the help so far.

  • Java Beans and JBuilder

    Hello,
    I have written a small java program and the user can drag the push button on to his form. By calling the bean box i am able to do the same.Can anybody tell is there a possibililty for me to add the bean to the visual javabeans designers.
    Thanks in advance.
    Reg,
    suri

    In JBuilder you can add you own JavaBean through menu Tools|Configure palette. On appeared dialog choose Add components tab and there you are able to add your own library.
    Hope this helps...
    Tom

  • Want in implement Java oracle Forms.

    Hi,
    I want to learn how to implement java in oracle form, and that to I want it using oracle forms builder and not using Jbuilder.
    E.g. implementing Java Beans in oracle forms.
    As I am a begineer in this field, please guilde me from where I should start and what I should read for this.
    Thanks,
    Ashish

    If you talk about creating Java components for Forms, you can't avoid using a Java IDE - but Oracle has JDeveloper, and it's free! :) What you need is basic knowledge about Java and how Forms can interact with Java components, and the links from Francois should give you a good starting point for that.
    You can also find a lot of inspiration of what you can do with Java in Forms at Francois' blog:
    http://fdegrelle.over-blog.com/
    Hope this helps,
    Jacob

  • JBuilder 2005 Developer - How to add tomcat V5.5.9 server to Enterprise -

    Hi all,
    JBuilder 2005 developer ships with jakarta tomcat V4.1.30 and jakarta tomcat
    V5.0.27
    We have a need to use jakarta tomcat V5.5.9
    We have noticed that under Enterprise -> Configure servers menu of JBuilder
    2005 there is no provision to add another server such as tomcat V5.5.9
    Question
    1) How can we add Tomcat V5.5.9 as server?
    Thanks in advance for any assistance.
    Trajano

    Thanks Nelash. That is good to know. Where can I find more details on this. Here is what I am trying to do. Take the input from the customer and set them as bean parameters to invoke the WebService with a submit button. I want to render the results on the same page. Here is the sample. How do I convert the following into Sites tags?
            <form action="XXXXXXXXX.jsp" method="POST">
                <table>
                    <tbody>
                        <tr>
                        <td>
                                <input type="text" id="toCountry" name="toCountryId"/>
                        </td>
                        <td>
                                <input type="text" id="fromCountry" name="fromCountryId"/>
                        </td>
                        </tr>
                        <tr>
                            <td colspan="10" align="left">
                                <button type="submit">Submit</button>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </form>
    <jsp:setProperty property="toCountry" name="conversion" value="${param.toCountryId}" />
    <jsp:setProperty property="fromCountry" name="conversion" value="${param.fromCountryId}"/>

  • Jbuilder suddenly won't work

    Hello,
    After using Jbuilder X Foundation happily for several weeks it suddenly refused to work this afternoon. The problem seems to be that it can no longer open/display files. When launched from the command prompt, a number of NullPointerExeptions occur. These are in the form
    "Null pointerExeption at com.borland.primetime......"
    I haven't listed the whole thing as I've already searched pretty hard on the www, and this string seems not to appear any where obvious. (or not obvious as it goes)
    Initially I thought it was something silly that I did, and have tried pretty much everything I can think of. New install of both JBXF and the SDK from sun, even update install of Windows. But no, what to do?
    If anyone here has experience of this or ideally a sollution, I'd be greatfull.
    Yours kindly (with a classpath intact)
    Adam Green

    Nope, it's not having it...
    Instead, I've switched to JBuilder 9 personal, and it's fine.
    Fingers Crossed
    Adam G

  • What is the easiest way to assemble forms in Swing ?

    Dear friends,
    I�m doing a nice job with GridBagLayout, and my forms are well designed as well.....
    but now I have to share my tasks with some other guys without swing experience... and I�m afraid to teach GridBagLayout will cause more problems than productivity....
    I have decided to use some framework or another layout manager,....
    can you tell me what is the easiest way to construct forms in Swing ??
    best regards,
    Felipe Ga�cho

    First off, make them learn GridBagLayout as well as the other layout managers (like BorderLayout). Have them play around with JBuilder's visual editor, making note of what changes visually do to the underlying code, etc. It will serve them well.
    I have yet to find an "easier" layout manager that doesn't at some point tie your hands and end up making life more difficult. With GridBagLayout, BorderLayout and use of subcontainers, you can do anything you might need. :-)
    I wouldn't say absolute positioning is anti-Java.
    It's certainly more work to deal with in most cases.
    . You can always get the screen resolution and
    adjust your sizes accordingly. It's still 100% pure
    Java code. It is anti in that it doesn't follow the general spirit of Java. Yes it will be 100% Java code, but it will be at least 90% crap as well. :-) You then can't easily do localization, changes in the look & feel mess up your app, your components won't resize properly, any change to a label's text causes you to have to tweak everything, etc. Ghastly stuff. It is the lazy way to get the GUI to look like someones mock up, but that is all it's good for.
    If you run across a GUI done with absolute positioning, you have my permission to give the responsible developer an atomic wedgie.

  • GUI with JBuilder

    Dear all,
    I don't know how to use Jbuilder in building GUI forms, can you help me or send me a link?
    Regards,

    [Click here|http://java.sun.com/docs/books/tutorial/uiswing/index.html]
    db

Maybe you are looking for

  • IPhone Contacts & Calendars not syncing with mobileme

    Apologies if there is a solution to this posted already, I can't find it despite extensive searching! My iPhone Calendars & Contacts do not sync with MobileMe. I can't find a way of exporting or saving the data on the iPhone and importing it into my

  • Firefox is not rendering/displaying websites correctly.

    Started today, never had problems with any site I visited until now. Every webpage I vist will not load/render/display correctly. I have not done anything to firefox in ages and have had no problem like this before.

  • Smartforms output copy

    i want to output the smartforms with 2 copies . i have set the parameter ssfcompop-tdcopies with value '2' , so when i click preview in output , it's show "print preview of Email Page 00001 of 00001 (copy 001 of 002 )"  ,the parameter tdcopies is eff

  • Recover deleted photo's

    So with the new option to make albums on my iPhone 4 I have made an album called video's and copied all video's from my main album (camera roll) to it. Then I delted all video's from the main album (yes I know, it asks 'Delete everywhere?' and I pres

  • Yahoo Mail not receiving attachments from Workflow Notifications

    One of my clients uses Yahoo Mail and receives Workflow Notifications on their Yahoo Mail address. For some reason, file attachments are being removed within the Workflow Notification. I set up my own Yahoo Mail account and have the exact same issue.