Is JSP Powerful for User Interfaces

Hi,
I am new with JSP and I need to reproduce a very heave user interfaces, I am not sure if it is possible to do it with JSP. Is there any place where I can read how is the best way to implement the user interfaces, generate heavy reports, etc?
Thank you in advance

JSP's can handle any user interface I can think of. If you talking about generating reports via print that can be a very time consuming task using html and styles that is if you want them to look professional (have correct print-break and margins).

Similar Messages

  • Hi all, i'm new and facing a problem while creating a new file for Xcode. I can't select the box "with XIB for user interface" if the subclass is "UIViewController".this problem happen after i upgrade Xcode to 4.6 version.Appreciate for any help rendered.

    Hi all, i'm new to Mac book & Xcode. I'm learning and facing problems while creating a new file for Xcode. Before i upgrade the software, i have no issue to create simple steps in apps. After upgrade Xcode to 4.6 version, i'm facing lot's of issue eg.
    1) "the identity "iphone developer" doesn't match any valid certificate/ private key pair",
    2) can't select the box "with XIB for user interface" if the subclass is "UIViewController"..
    Appreciate for any help rendered.

    Mikko777 wrote:So what is the best?
    I wouldn't judge. I've been to Arch for a week, you know? But as said, it's VERY close to it.
    What I dislike after a week is makepkg not handling dependencies automatically (which would be overhead, so probably not appropriate).
    Mikko777 wrote:Also theres KDEmod for modular kde, dunno if its for 64 bits tho.
    Don't actually need that as said ... I see no real benefit of having that other than not beeing a KDE user or having Gentoos useflags.
    Mikko777 wrote:PS:You produce a lot of text and welcome smile
    Yeah. Wonder why I'm still employed? So do I ...

  • "With Xib for user interface" option Disabled

    I was able to use the "With Xib for user interface" a couple of days ago but now when I try to create new object-c file with xib interface, I cant use the checkbox. It is disabled. What may be the problem? How can I create a file with xib again?

    Does the following Stack Overflow question help you?
    How to create new View Controllers in XCode 4.3
    If not, you're going to have provide more information for anyone to help you. What version of Xcode are you using? What type of Objective-C file are you creating? What type of project are you adding the file to?

  • Does the iphone 3GS support arabic language for user interface?

    hello everybody
    i am looking for an answer to the following question:
    does the iphone 3gs include arabic language setting for user interface?
    thanks

    The 3GS can be updated to iOS 6.1.2 and that iOS has Arabic as one of the keyboard languages but I do not see Arabic as one of the languages for userinterface but there are some I cant read so I cant be sure.  You could check by going to settings/general/international then languages

  • Tools for user interface development in java

    Can some tools be used to develop user interface in java..like net beans or somethins..pls let me know..am new to this
    thanks

    Of course it can. Notepad can be used for UI development.

  • JSP Listbox  delete  user interface

    I have requirement on a web application where I need to develop an user interface to show the list of itmes on the list box and allow the user to remove the items from the list box on a JSP page. The information shown on the list box is retrieved from the HTTPSession object.
    I am not sure how do I capture user events on listbox on JSP. I think 'Javascript' can be used to capture the user interaction with the list box but I am not sure how do I communicate the from Java script to JSP.
    I would appreciate feedback and suggestions.
    Thanks
    Nathan

    All the user interaction on a JSP page is done with JavaScript.
    You will use JavaScript to capture the events and manipulate
    your list box.
    Communication with a JSP (or servlet) would be done by submitting
    the form which contains the listbox. Example:
    <form action='yourJsp.jsp' method='post'>
    <select name='list' size='1'>
    <option value='1'>one
    <option value='2>two
    </select>
    </form>

  • Javascript & JSP - prompt for user name

    I want to prompt the user for their name at the beginning.
    Then I want to save that value in the JSP session because eventually it will be saved along with a bunch of other information into a database table.
    How can I get the JSP session attribute to save the user's input from a Javascript prompt?

    Oh, so
    the javascript part
    name = prompt('USERNAME',' ');
    Can't interact with JSP
    <%
    String user =
    session.setAttribute("userName", user);
    %>
    That's what I want to know how does the
    user = name
    So I guess maybe a regular form would be better for what i need?

  • Is JSP powerful for creating a search engine?

    dear fellow friends,
    I am very new to JSP and i want to program a search engine for my final year degree project. So may i just for some advise whether or not that JSP is powerful or good for creating a search engine? Or is there any other recommendations? i am also new to search engine. Some guidelines and some resources would be very helpful for me. Thanks alot!
    regards,
    Aaron V

    I can't offer you any links, although you could probably find some on sourceforge, if you wanted to. The danger with looking at other people's code on a degree project is that if you even take ideas from it it can constitute plagiarism- be very careful.
    Java is appropriate for the kind of application you are describing but you will definitely want to look at using Regular expressions (good tutorial over at http://www.javaworld.com - this is a good place to look generally if you want to learn about features of the language.
    You wouldn't have to use XML but you would definitely need to separate logic and display so you will need to handle java code. You will also need a jsp server to run the pages (tomcat is the standard one) and so on.
    Good luck with it!

  • Dynamic user interfaces

    Hello,
    here's a little teaser for user interface experts out there:
    I wonder what kind of techniques ABAP offers for creating dynamic user interfaces.
    When talking of 'dynamic' I imagine something like an arbitrary number of 'containers' where other programs (classes f.ex.) can draw their own user interface into.
    In Java this could be realized with the container concept in swing.
    I have done some research on this topic and the results are so far:
    a plain dynpro: seems to have no dynamic at all -> not an option
    a plain dynpro with a tabstrip: in case the number of tabs CAN be set at runtime AND the subscreens CAN be drawn from inside separate classes -> a definite option otherwise not an option
    any kind of web-frontend (BSP, JSP etc.): web-frontends are not allowed by company restrictions -> not an option
    dynamic documents: I could not find many information on these yet (also not on sdn). In case that an arbitrary number of parts of the dynamic document can be created from inside separate classes -> an option otherwise not an option
    I will be happy about any further information on this topic.
    Best regards,
    Patrick Baer

    I spent some time today doing research on BSP's and built a "BSP-Viewer" embedded into the SAP-GUI. Though I like the concept of BSP's a lot (like I did already with JSP's) but company restricitions are too strict. So BSP's are out of the play.
    After the discussion I started to play around with the different containers and basically I'm quite pleased with them and the "cl_gui_container_bar" allows an arbirtary number of "subscreens" which matches my requirements.
    But as usual there's still a downside:
    I found no option to built text labels and text fields into a container. Unless this is possible I can't give this approach a chance. I already found some postings which seemed to confirm that this is in fact not possible but I can't really believe it. At least from what it looks like it seems to me that the object navigator utilizes both: splitters, containers and all the stuff AS WELL AS the "classical" elements like text boxes, labels and so on.
    Any ideas on how to combine the container concept with text fields, labels maybe whole dynpros or subscreens ?
    Best regards,
    Patrick Baer

  • How to avoid long user interface response time in long measurements ?

    Hi
    I tried to find more information regarding techniques how to avoid long user interface response times in case of extremely long measurement times with an external instrument communicating over GPIB, so I post this hoping to get some hint or a link to a guideline. I guess this is quite normal problem.
    Problem is that when I want to measure long time in order to get an average result from the instrument, I have to wait until the result is returned from the instrument. Obviously that makes the user interface response very slow in traditional technique. 
    My restriction is the old GPIB 488 instrument driver that I would not want to modify, but I have source code to it.
    What would be the best way to improve the response time for user interface ? I have looked into the few things:
    * multithreading
    * callback in main program for GPIB events
    * modifying instrument driver e.g. to support VISA and creating a VISA callback
    regards,
    Petri

    Several ways to do this:
    If you're getting several measurements, you could have the instrument generate an asynchronous interrupt (an "SRQ" in GPIB terms), then collect the data in response to the SRQ callback.  While you're waiting for the SRQ's, you can have your main thread running the interface so responsive GUI.  You don't have to spinlock on the GPIB read waiting for instrument data.
    Or, as you mentioned, you could spawn a thread to manage the measurements, and use a timer in the main thread to periodically allow you to check the status of the measurement thread.  Again, the main thread mostly just runs the user interface.
    Either way, the idea is to keep the main thread freed up most of the time to run the GUI, and have it periodically check for completion of your measurement sequence.  While you're waiting in the main thread, you may want to make sure the user can't inadvertently re-trigger another measurement sequence until the active one is complete.
    If you do find yourself doing a dead wait, you'd want to break this up into a series of shorter waits, and in between each wait, do a ProcessSystemEvents from the main thread to keep the GUI active.
    Menchar

  • User interface lags severely on my 2.2GHz mbook pro 3,1

    I usually run my laptop just plugged in without battery ever since i had my first battery totally fry on me within 6 months of usage. And i needed to use my computer intensively the last few days so i plugged the battery in reset the computer reset power management controller and started working. Directly after bootup the computer runs fine and fast but shortly after the interface lags greatly. Scrolling in safari becomes painfull, mouse movements not as smooth, and response time to lots of things are ridiculous. Wanted to figure out what was going on. So i downloaded xbench and ran some tests, everything seems normal except for user interface tests.
    Directly after boot i would get a score of 130
    after some time when i notice it's not working well it drops to 11-15
    what could this be? I heard from some other posts it could be skype, i never launched skype still same thing. Activity monitor reports nothing unusual.
    Please help. This is ridiculous. I couldn't even use aperture when touching up a photo i took for a billboard ad.

    As Allan says, Rani, running without the battery will indeed slow down your processor, which puts it at something of a handicap right from the start.
    It sounds as if something else may be adding to this lag, though. You say that Activity Monitor reports nothing unusual. Does this apply to both CPU and RAM usage? When the problem is occurring what sort of CPU percentage is being reported for the most "CPU hungry" processes? What about the "Page ins / page outs" when you look at "System memory"?
    How full is your HD? If it is , say, less than about 20% free then it is quite possible that you are suffering from a lot of free space fragmentation. Aperture is one application which can add to fragmentation effects , too.
    As far as Aperture goes, have you tried rebuilding the Aperture database files?
    How about corrupt or duplicated fonts? It may be that the slowdown is occuring after an attempt to access such an item in one program or another. Check for corrupt or duplicated fonts with Font Book , and get rid of any that it reports.
    Have you booted up from your OS DVD and run Disk Utility to "repair disk" recently? If not give it a try. It is not uncommon for some directory corruption to build up over time. Alternatively you could try a "Safe Boot", though it won't directly provide you with as much information as using Disk Utility. (see http://support.apple.com/kb/TS1417 for a description of various options for directory repair).
    You might also want to check your HD with Smart Utility.
    Cheers
    Rod

  • EIC SAP HCM - ( Activity ) Flexible User Interface

    Hi All,
    We are implemennting EIC with EHP4, There is a badi to add custom attributes for an activiy.
    BADI : HREIC_ACT_CUSTOM_ATTR
    Enhancement Spot :HREIC_CUSTOM_ACTIVITY_ATTR
    as per my understanding we need to use the methods to edit and save any custom attribute we want to define for an activity. I am not able to understand how to show that attribute on the BSP page ActivityAttributesView.htm in BSP application HREIC_VP.
    If anyone has experience of using thsi BADI. Please explaing me how to use this BADI to display attributes on the BSP page.
    Regards,
    Puneet

    Dear Madhu,
    In the IMG, you will have to look at the following path for the step-wise WDA configuration :
    SAP e-Recruiting ->Technical Settings -> User Interfaces ->Settings for user interfaces with WDA.
    There is also an overview note which will talk in-depth about the settings(Just after the above mentioned node in IMG) & options one need to consider for the WDA screens.
    The basic thing to consider is if you want to separate your front-end from your back-end for WDA.In separated systems no sensitive data is located outside the company's firewall.
    The main advantage in using the WDA screens is that it is based on the latest UI technology & the latest functionalities released by SAP are only supported in WDA screens & not BSP.
    And WDA screens are available as of ECC 6.0 SP08 onwards.
    As of Enhancement Package 3, only the internal & external candidate screens are available in WDA. The rest are in BSP.
    In enhancement Package 4 which was just released, the Recruiter screens are also available in WDA.
    Regards,
    Sowmya
    Edited by: Sowmya Kadambi on Jan 19, 2009 11:17 AM
    Edited by: Sowmya Kadambi on Jan 19, 2009 11:28 AM

  • User interface builder for JSPs?

    Hi
    Has anyone used a good builder for a web user interface based on JSPs?
    Thanks

    There is no template for Interactive Reports like for a "normal" report. You need to modify the CSS and supply your own for this to happen.
    I believe most things are tagged with #apexir - firebug with Firebox is invaluable. This thread may help:
    Re: changing the look and feel of interactive report.

  • A more successful experiment in creating compositable user interfaces for Config Dialogs

    A couple weeks ago I posted an experiment in creating compositable user interfaces using transparent subpanels. The approach might best be described as, "It at least was notable for being novel."
    Today, I'm posting another attempt, this one along more traditional lines, and far more successful. Particularly notable: this one can do all the arbitrary composition of the last one AND it solves the TAB order problem.
    This solution uses a picture control and renders N copies of a control. When the user tabs to a control or moves the mouse over the control, a real control slides into that position to be able to catch the events (update mouse over draw state, highlight for keyboard focus, handle typing, etc). When the Value Change occurs, a master array of data is updated and the picture control is updated.
    This is something that has been attempted in various forms in the past, but there are two aspects of this particular implementation that make it nice:
    its programmatic interface for specifying the behavior of the various objects should make it fairly easy for a user of the framework to programmatically generate their dialogs
    it handles the TAB problem without flickering, something I haven't seen in other attemps
    This idea spawns out of conversation about the previous experiment -- thanks to those of you who posted on various forums, e-mailed me, or, in a couple cases, showed up at my desk. That last one is not something I'm encouraging unless you work at NI... just saying. :-)
    Now, this experiement has already yeilded some interesting conversation. We note that as long as controls are instantiated independent of each other -- that is, no property of one control depends upon the property of another control -- this dialog system scales nicely. But in this experiment, I implemented Radio Buttons, which interact with each other -- when one is set True, the others go False. As soon as controls start interacting with each other (such as graying out one control when a checkbox is toggled, or having expandable sections, or really complex cases like updating a graph as some options change, like happens in some Express VI config dialogs) then we start needing ways to refer to the other controls. This rapidly moves us in one of two directions: naming controls or creating references. The naming approach is definitely my preference as it fits better with dataflow and I can do some interesting effects with breaking apart some of the tree. But all of this quickly starts sounding like "Please implement a XAML parser in LabVIEW." For those of you unfamiliar with XAML, in the world of UI design, it might very well be the coolest thing since sliced bread. A XAML string would indeed fit with dataflow, and we could start building that up. I hesitate to head down this road for two reasons. One, as many have noted, there's really not a good XML parsing library written in LabVIEW that can give me a useful DOM tree. Two, that's a huge project and my gut sense is that you'd have to complete a fairly large chunk of it before you'd start seeing any return on investment. But it is worth thinking about -- I might be wrong. Wouldn't be the first time. This code that I've posted today can at least get you started on the generation side if one of you decides to become industrious.
    I'm turning my attention away from this project for now... coding in G is lots of fun, and I wish I could spend more days doing it, but this has been a side project and it's time to get back to my assigned projects in text programming. Building a powerful platform for automatic UI generation in LabVIEW would be really useful -- I see lots of requests for this sort of thing, and other languages are pulling ahead of us in this domain.
    [UPDATE 5/17/2012 - There is an improved version.]
    Solved!
    Go to Solution.
    Attachments:
    ConfighThroughCtrlCreation.zip ‏558 KB

    Elijah K wrote:
    Thanks for posting this Aristos.  I would normally be one of those to go bug you at your desk, but in case I'm not the only one with this question... which particular flickering problem are you referring to?  The act of switching tabs?  In all honesty, I've never noticed...
    When you move controls around on the screen, normally you try to Defer Panel Updates while you do that. But Defer Panel Updates has an effect on control's abilities to catch certain mouse clicks, so when you're trying to move a control to catch the mouse, you have to work a lot without Defer Panel Updates, so if you're adjusting captions, etc, to match the new location, you can see flicker as properties adjust. You can move the control off-screen, as long as you have already updated the picture control to reflect the changes. It took a while to catch all the ways that the flickering can crop up. I think I got 'em all.
    Attached are the VIs saved for LV 2009. Actually, they're saved for LV 8.6, but it doesn't work in 8.6 because of a bug in the picture control that existed back then.
    Attachments:
    ComposableUI_LV2009.zip ‏391 KB

  • User Interface Template for Interactive Report Region

    In 3.2, where do we set the user interface template for Interactive Reports region?
    No matter what out of the box theme I switch to, the Interactive Reports region shows the same. What and where do I change the template so that alternating rows use two different colors?

    There is no template for Interactive Reports like for a "normal" report. You need to modify the CSS and supply your own for this to happen.
    I believe most things are tagged with #apexir - firebug with Firebox is invaluable. This thread may help:
    Re: changing the look and feel of interactive report.

Maybe you are looking for

  • PI 7.1 Sender Interface and Receiver Interface  gets interchanged

    Hi All, I m facing a strange problem in PI 7.1 For many of my scenarios, the Sender Interface, sender namespace and receiver Interface, receiver namespace  information gets interchanged and displayed incorrectly. But sometimes its working fine. When

  • Screen only lights up when charging.

    What would cause the screen of a BlackBerry to stay dark? When a call is received the screen stays dark. My friend can answer the call with his Bluetooth. The only way to get the phone to light up is to plug it in to the charger. Once he unplugs the

  • How can I sync my calendar

    How can I sync my calendar & reminders with mobile phone LG P500 h which runs Android?

  • SAP ERP 6.0 Enterprise Compensation Management-Salary structure adjustment

    Using the sap portal functionality, for the Salary survey and benchmarking -> Salary strucuture adjustment, the portal displays the folllowing situation: - tab current salary structure : the values are correctly filled automatically using the related

  • ORA-01403 error in designer

    We are running OWB 10 on Oracle 10 ent. We are getting a 1403 err when we try to do pretty much anything in OWB. When I try to create a project we get OWB_NSFATAL_ERROR100ORA-01403: no data found. This also happens when we try to import target table