Front End (GUI) for Java Web Based Appl.

Hi Gurus,
I am new to Java. Can anybody tell me, what is the front end(GUI) used in Java web based applications? I was told that Swings/Applets are rarely used. Is there are a 3rd party took to design GUI for Java based applications?
Chooti Baba

sunilmp wrote:
U mean to say, for JSP/Servlets, "Web based application" as well as "JSP/Servlet" usually implies that the client is a simple web browser.
we cannot have swing as front end?You can use Swing inside an Applet inside a web application, but usually that's not needed, as you already have a client application that's quite powerful (the browser).

Similar Messages

  • Unable to Print Purchase order automatically using SAP GUI for JAVA

    Hi SAP gurus,
    Some of the PC's in our company use windows and some LINUX. Therefore we use two types of SAP GUI. One for windows and the other one JAVA. PO approval was set to print automatically. In a windows setting, there are no problems with this setup. But in SAP GUI for JAVA, no print outs are produced and no error messages are displayed. I am using SAP GUI for JAVA version 7.10 ver 6. and I use Front end printing for linux access method G.
    please help,
    gungertz

    hi gungertz,
    You can use U type access method for printing SAP document using linux desktop.
    Please refer to my blog posting here (http://sapbasis.wordpress.com/2007/08/23/print-sap-documents-using-linux/)
    ardhian
    http://ardhian.kioslinux.com
    http://sapbasis.wordpress.com

  • Help needed in creating Front End GUI

    Hello all,
                 Iam trying to develope a Front end Gui. Reading data from a spread sheet,  which has the following data 6 cloumn's 1) Parameter 2) Group 3) Max value 4) Min value 5) Default value 6) Value. Group is pretty much again classified in to 4-types. 
    a) Temperature group  --- Slide
    b) Switch   --- Push button
    c) Sensor group (voltage or pressure)  ---- Knobs
    d) Digital Inputs  --- Numeric Input
       From the spread sheet,for each parameter based on what type of group I should to create either a slider, or a switch or a knob or a Digital Input. And Based on 3rd and 4th column information, scale should be adjusted. 5th column should be used to set a default value and 6th column to assign a value
    to that parameter.
     Some one  pls give me any suggestion how to approach, begin with this process. Iam worried how to classify the parameters in to group's.
    -Lucky. 

    You could set up 15 to 20 controls of each type on your front panel.  You will need to work with references to each control to get and set properties since there will be no way to wire them up to any specific functions on your block diagram since which controls mean what will vary during run time.  So you would move the block diagram terminals for the 15-20 controls of each type off to the side of your diagram.
    When you go through your setup spreadsheet, you can set the visibility and front panel coordinates of each control you want to use.  For any you don't want to use, you will make them invisible.  Use property nodes to set the properties of each control.
    When you want to read from or write to a control, you will need use the reference of the particular control with a property node to get or set its value.
    This is not an easy archtitecture.  You will need to maintain arrays of references for each type of control.  You will also need to maintain a cross reference array so that you if want to access Control C (for example), you know which reference to index out which might happen to be element 1 in the array of slide references.  Perhaps control G would be element 4 of your array of knob references.
    But with good organization of your control references and perhaps some good subVI's for setting and obtaining the references so you can index them out of the appropriate array, it can be done.  I would recommend looking at Ben's Action Engine Nugget for ideas of how to store the references in a functional global variable.
    Message Edited by Ravens Fan on 07-25-2009 11:40 AM

  • How to set a default start and/or end date for New Events based on trigger date.

    I'm using the CalendarActivityListener to get current row when clicking on an existing event. As per previous posts this listener gives you access to event detail including Start Date, End Date, etc.
    However, what I want to do is to default the start (and end) dates for New Events based on the trigger date.
    I've tried the CalendarListener and can grab the Trigger Date from it - however, I can't see a way to pass this directly to the popup/dialog I'm using to create the new event.
    At present I'm putting the TriggerDate into the ADFContext session scope e.g. ADFContext.getCurrent().getSessionScope().put("TriggerDate",calendarEvent.getTriggerDate());
    Then, I've tried multiple approaches to try and "get" the TriggerDate from session scope to drop it into my new Calendar Event basically, I'm trying to default the InputField(s) associated with the Start Date using the value from the session - I've tried
    1. setting the default value for the InputField in the jspx using a binding expression i.e. value="#{sessionScope.TriggerDate}" - this actually sets the value appropriately when the jspx is rendered but, when I go to create I get a NPE and I can't debug. I assumed that it might be a Date type issue - it would appear that CalendarListener provides a date of type java.util.Date and that the StartDate attribute of my VO/EO/table is a DATE and therefore requires oracle.jbo.domain.Date so I tried casting it - to no effect
    2. Using a Groovy expression *(StartDate==null?adf.context.sessionScope.TriggerDate:StartDate)* in my calendar's EventVO to default the Start Date to the same result
    Any thoughts or ideas?

    John,
    Thanks for that suggestion - could not get it to work. However, I did manage a different approach. I finally determined the sequence of events in terms of how the various events and listeners fire (I think).
    Basically, the CalendarActivityListener fires, followed by the listener associated with the Calendar object's Create facet, followed finally by the CalendarEventListener - the final is where the TriggerEvent is available and then finally, control is passed to the popup/dialog in the Create facet. So, my approach of trying to set/get the TriggerDate in the user's HTTP session was doomed to failure because it was being get before it had been set :(
    Anyway, I ended up adding a bit of code to the CalendarEvent listener - it grabs the current BindingContext, navigates through the DCBindingContainer to derive an Iterator for the ViewObject which drives the calendar and then grabs the currently active row. I then do a few tests to make sure we're working with a "new" row because I don't want to alter start & end dates associated with an existing calendar entry and then I define the Start and End dates to be the Trigger Date.
    Works just fine. Snippet from the listener follows
    BindingContext bindingContext = BindingContext.getCurrent();+
    *if ( bindingContext != null )    {*+
    DCBindingContainer dcBindings = (DCBindingContainer) bindingContext.getCurrentBindingsEntry();+
    DCIteratorBinding iterator = dcBindings.findIteratorBinding("EventsView1Iterator");+
    Row currentRow = iterator.getCurrentRow();+
    if ( currentRow.getAttribute("StartDate") == null)+
    currentRow.setAttribute("StartDate", calendarEvent.getTriggerDate());+
    if (currentRow.getAttribute("EndDate")==null)+
    currentRow.setAttribute("EndDate", calendarEvent.getTriggerDate());+
    *}*

  • SAP GUI for Java 7.10 rev 7 - strange behavior using mouse

    Hi,
      I use last revision of SAP GUI for Java 7.10 on linux and I've noticied that some mouse actions do not work as expected. I'll use describe an examples:
    (1)
    In rev.6 I simly push button on screen and move over text, text is marked and then I can use CTRL-C to copy text to clipboard.
    In rev.7 pushing button and move does nothing. I need one initial click more and then it works as expected.
    (2)
    Click to icon in an ABAP list sometimes activate another icon from screen (it seems that focus isn't moved from its previous position to new mouse cursor position).
    Because rev.7 has been released at the end of 2008, it is possible, that some dotted revision (solving these troubles) has been released, does anybody know solution?
    Thank you for some hints,
      Pavel

    Hello Pavel,
    we have not yet been aware of such issues, so a newer dotted version would likely not make a difference.
    (1) The behavior pretty much depends on the specific component you are clicking and selecting its text.
    So a specific test case identifying the component is required to investigate the issue.
    (2) Also for this case I ask to provide the exact context, even if it happens there only "sometimes".
    Please provide also information requested in [note 326558|https://service.sap.com/sap/support/notes/326558], parts 2.) and 3.)
    If you could provide all this as part of a [support message|http://service.sap.com/message] would be great.
    Best regards
    Rolf-Martin

  • ANN: SAP GUI for Java 7.00 available for download

    Hi all,
    SAP GUI for Java 7.00 is now available at
    ftp://ftp.sap.com/pub/sapgui/java/700/ and
    http://service.sap.com/sapgui-java
    This version includes support for J2SE 5.0.
    Also it is the first version which can run on Intel-based Macs (for now for test and evaluation purposeds only, see included "Test and Evaluation Agreement")
    For enhancements, new features and bug fixes, please refer to the release notes that can be found in the installers and the separate manual.
    Please refer to SAP note 954572 for supported platforms.
    (http://www.service.sap.com/%7Eform/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=954572&_NLANG=E)
    Best regards
    Rolf-Martin

    Dear Rolf-Martin,
    I have problem w/ sapgui java  that puzzled me all along ...
    I've downloaded SAPGUI Java 700r2.1 .. then successfully installed in my PPC ibook G4 ... up and running well ...
    one day my colleague with a new MacBook (Intel Core Duo 2GHz) want to have SAPGUI ...
    i installed it, run the apps, it works well to the point of SAPLOGON window ...
    But it cannot connect to any server defined ...
    When I create a new connection, it correctly connected to server and group list can be chosen, but still when I click it to connect nothing happened as if the program not running.
    Java -version is 1.5.0_07 .. software update checked, no issue with Java or else ...
    I've also try to change the JDK to 1.4.2 to no avail.
    I'm stuck. system already re-installed. install sapgui from fresh but problem still persist.
    No clue from Googling ... no clue from sapnotes ...
    Would you please point me to something so I can dig in ?
    Regards,
    +++Isa sends

  • Which file on the DVD should I select to install front end gui

    Hello Basis gurus
    I am trying to install the Front End Gui on my laptop (SAP GUI for Windows 7.20).
    The older versions had a file called SETUP.EXE which I used to select to install the Front End Gui.
    However, on this CD I don't see that file.
    I read the Installation Guide which gives 2 scenarios.
    1. Creating an installation server and then use that to install on different systems on the network.
    2. Taking the CD to each windows client and install it directly from the CD.
    However, the installation guide explains the scenario 1, installing using installation server.
    There is no explanation of how to do the installations directly from CD. Since I don't see the setup.exe file, I don't know what else to do. Has anyone done this? If so could you please let me know. I would appreciate it.
    Thanks a lot
    R

    If you are talking about the NW 7.0 Presentation DVD/CD for the SAP GUI 7.20 installer, once extracted, I believe the setup you are looking for is located here:
    Under NW_7.0_Presentation\PRES1\GUI\WINDOWS\WIN32
    From that location you should see the setup executeables.
    SapBiSetup.exe
    SapGuiSetup.exe
    SetupAll.exe
    If you run the SapGuiSetup.exe, that should install 7.20 for you.
    If you run the SetupAll.exe, that will present you with options you want to have installed along witht he SAP GUI. (Business Explorer, Engineering Client Viewer, etc.Planning Grid, KW Add-On, etc)
    Regards,
    Zecher

  • Looking for a web based filemanager (or similar).

    Hello,
    I have a small server at home hosting all my files and I am looking for a simple setup to be able to access these files from pretty much every where.
    Usually I'm using ssh or sftp but the thought of being able to access the files through a web interface is really sounding good. So, I have been searching for a web based file manager and found a few, but none that really made me go wow.
    The best so far is probably Ajaxplorer. One thing that I'm looking for though is a PAM authentication feature which Ajaxplorer doesn't have. Are there any web based file managers around that supports this?
    Or... maybe I'm looking for the wrong things. Are there other nifty solutions available for accessing files on a remote folder through a web interface?

    zenlord wrote:
    If PAM authentication is all you're missing, why don't you setup http_auth?
    THX for the suggestion, I was looking for something like this myself and the next version should have LDAP_auth - alrighty then!
    Zl.
    http_auth... do you have any nice links on how to use it? I've never heard of it
    Ajaxplorer is quite nice after all and setting up repositories isn't all that bad. Looks like I'm sticking to it while I continue my search for another app.

  • ANN: SAP GUI for Java 7.10 available for download

    Hi all,
    SAP GUI for Java 7.10 is now available at <b>http://service.sap.com/sapgui-java</b>.
    In case you are not registered on service.sap.com, you can alternatively download it from ftp://ftp.sap.com/pub/sapgui/java/710.
    <b>New platforms:</b>
    - JSE 6: See System Requirements of platforms for details. Also, usage of JRE 1.4.2 is no longer supported.
    - Microsoft Windows Vista (Business and Ultimate editions)
    - Mac OS X 10.5 (once the test on the final build of "Leopard" has been successfully completed, see <a href="https://service.sap.com/sap/support/notes/959236">Note 959236</a> for latest news)
    - HP-UX 11.31
    <b>New features:</b>
    - <b>Input History: </b>Text previously entered in an entry field is available in a dropdown listbox when the same entry field is reaccessed.
    - The <b>installer</b> now can be launched directly from a write-protected directory and the installation process completes considerably faster.
    - The <b>Preference Dialog</b> has been redesigned.
    - <b>Dynpro Splitter:</b> The feature to display two subscreens divided by a horizontal or vertical splitter has been implemented.
    <a href="https://service.sap.com/sap/support/notes/959236">Note 959236</a> lists the supported platforms and will include latest news on support for Mac OS X 10.5 (Leopard).
    Best regards
    Rolf-Martin

    Hello Mac users,
    ANN: SAP GUI for Java 7.10 rev 1 available for download officially supports Leopard.
    Best regards
    Rolf-Martin

  • In case of problems with SAP GUI for Java  ...

    Hello all,
    in case of having problems (errors, ABAP dumps etc.) with SAP GUI for Java, please create an OSS message on component BC-FES-JAV with information described in OSS note 326558
    http://www.service.sap.com/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700010521522001.
    This makes sure our official support channels get aware of your problem.
    Thanks and best regards
    Rolf-Martin

    Hello Rolf-Martin,
    i don't have access to this website to view the note.
    The version of the Suse libc is:
    GNU C Library stable release version 2.3.2, by Roland McGrath et al.
    Copyright (C) 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    Compiled by GNU CC version 3.3 20030226 (prerelease) (SuSE Linux).
    Compiled on a Linux 2.4.20 system on 2003-03-13.
    Best Regards,
    Piotr Brostovski

  • ANN: SAP GUI for Java 7.00 rev 5 available for download

    Hi all,
    SAP GUI for Java 7.00 rev 5 is now available at <b>http://service.sap.com/sapgui-java</b>.
    In case you are not registered on service.sap.com, you can alternatively download it from ftp://ftp.sap.com/pub/sapgui/java/700r5.
    This revision solves issues in the dropdown listbox, grid and table control. Also an issue with FileDownload is fixed. For more information, please refer to the release notes.
    <a href="https://service.sap.com/sap/support/notes/954572">Note 954572</a> lists the supported platforms.
    Best regards
    Rolf-Martin

    hi Mr.Rolf-Martin,
       this is kumar writing in regards with the sap gui for java 7.00 rev 4.....i found ur link very helpful ....thanks for the link...and i have a problem in creating a new connectioin ....i have gone thru some of the forum replies and pdf's ....but i could not set up the new connection ....
    can u plz help me in creating a new connection .....
    the rev4.jar file was successfully installed.....
    and whats are the next steps .....
    any help appriciated thanks
    regards
    kumar

  • Commenting a Line in ABAP Editor when using SAP GUI for java

    Hi,
    In ABAP editor we can highlight the line which are to be comment and use cmd+< sign to comment those lines. What will be the command to be used to achieve the same functionality when using SAP GUI for JAVA on an iMac.

    Hello Kedar,
    please check with SAP GUI for Java 7.20 rev 5 before submitting a bug report.
    Also please verify, that cmd-< and cmd-> are not assigned as "Keyboard Shortcuts" in the "Keyboard" control panel of "System Preferences".
    Bug reports can be submitted with the [SAP Message Wizard|http://service.sap.com/message], for SAP GUI for Java please use component BC-FES-JAV.
    Best regards
    Rolf-Martin

  • SAP GUI for Java 7.00 rev 4 - bug in ABAP download

    When I try to download ABAP source code or when I use "Edit Locally" in SE38 (the easiest way how to write/edit programs with a comfortable editor), ABAP source is downloaded to my computer with trailing 0x00 bytes. It has small side-effect in Local Editing: new code with this block is uploaded into SAP and syntax check of such program fails.
    Using 7.00 rev 3 works fine.
    Has anybody idea how to eliminate this bug?
    Wishlist, but to another forum: It will be really nice to assign hot-key to this menu item in SE38.
    Thank you,
      Pavel

    Hello Pavel,
    thanks for bringing this to our attention.
    This is a bug in SAP GUI for Java 7.00 rev 4 and we will fix this in the next revision.
    Regarding the hot-key for the "Edit Locally" menu item, I suggest to give this feedback officially using <a href="http://service.sap.com/message">message wizard</a> on component BC-DWB-TOO.
    Best regards
    Rolf-Martin

  • SAP GUI for Java in portal

    Hi,
    I have installed SAP GUI for Java as written here: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_fes/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31303334393332%7d
    I got a message that the instalation was succesfull. But after clicking the iview with the transaction the iview freezes and the transaction is not displyed. Any ideas where could be the problem?
    Thanks and regards
    Ivo

    hi Ivo Kostelecky,
    for SAP GUI
    you fill the properties ...
    Description  -
    Aplication Server -
       here u give the url
    SYSID -
    here u give the system id
    System Number -
    00 System Number
    SAPsystem----- here u fill the System

  • SAP GUI for JAVA - Search Help ALV display

    I need to be able to display search helps in the ALV grid format or the ' Dialog Modal ' option as seen on the <b>Settings for all F4 helps</b> tab under the personalize option for search helps.
    Currently when I am using a Macintosh machine the system ignores the system setting and my personal settings and displays all search results in an ABAP List format. Unfortunately the ABAP list format does not work correctly when used to input a field on another ABAP list report.
    This behaviour can be found on the Mozilla Firefox browser when SAP GUI for HTML and the SAP GUI for JAVA.
    Your help will be greatly appreciated.

    Hi Rolf-Martin,
    Thank you for your detailed explanation on how the ALV grid control is implemented for the SAP GUI for Java.  This has been pretty insightful.  The good news is that I finally figured out a solution to my problem.  You see I inherited an old custom program where an ABAP list is used as an interactive data capture screen with input fields.  Well a couple of fields had search helps. The program has worked fine with the regular SAP GUI until a MAC OS user tried to use it with the SAP GUI for Java.  Whenever they selected a line from the search help it would bring back the entire onto their input screen.
    A sample of the code:
    form search_help.
        CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
           EXPORTING
                TABNAME     = 'EKPO'
                FIELDNAME   = 'MATNR'
                SEARCHHELP                = 'ZMAT1_A'
                SHLPPARAM                 = 'MATNR'
           TABLES
                RETURN_TAB       = RET_TABLE.
    IF NOT RET_TABLE-FIELDVAL IS INITIAL.
       LINXX-XMATNR = RET_TABLE-FIELDVAL.
       MODIFY CURRENT LINE FIELD VALUE XMATNR FROM LINXX-XMATNR. " ****
    ENDIF.
    SET CURSOR 9 SY-CUROW.   " ********
    endform.
    The problem was being caused by the fact that the search help ABAP list was overriding the sy-XXXX values for the current line contents, index, pageno, cursor row for the calling ABAP list. So when a user selected a row from the search help this would now become the current context and be transferred back to the calling program. 
    The fix was pretty simple; all I had to do was save the current line context and the context prior to calling the search help.  After the search help was run I would then replace the current line with the saved one in my local variable.  I hope this makes sense. We now have a couple of happy MAC OS users.
    Once again I thank you for your patience and support in  this matter.
    Have a great day,
    Edwin.

Maybe you are looking for

  • How can I transfer music from my ipod to a computer using it as a hard drive

    How can I transfer music from my ipod nano 4G to a laptop with Vista by using the nano as a hard drive?

  • How to create a read only access for database

    I am developer but willing to lear some of the dba tasks. I would like to know the steps that i need to take to creat a read only access database that is going to be used for the report development. I really appreciate if you tell me all the steps I

  • I think I overused my DVD player watching DVD movies with G5 with tv mirror

    I am a switcher. I bought a G5 which has been connected to my tv with a dvi/S connector and a twenty foot cable. I watch a lot of DVD rom training on my TV and then started using my computer to watch DVD movies routinely on tv.. The CD/DVD always mak

  • Strange behavior with "insertTextAsContent"

    Hi, I've got a strange behavior with this loop : for (j = 0; j < myParagraph.characters.length-1; j++) {      var myCharacter = myParagraph.characters[j];      if (myCharacter.appliedFont.fontStyleName == "Regular") {           alert(myCharacter.cont

  • Query for Weekly Sales Report

    Dear Experts, I have developed the query for weekly sales report for the alert management to send out the report on every Monday as follow : SELECT T0.[CardCode], T0.[CardName], T0.[DocDate], T1.[ItemCode], T1.[Dscription], T1.[Quantity], T1.[LineTot