Data grid for jsp applications

Someone knows where i can get a good data grid (free or cost ) for JSP applications

I just stumbled across this thread as we are developing a stateless BSP application and plan to use model binding in it.
For our application the part of the models state that changes is displayed in the view in form fields, so our idea is to reload the model from the db in the doInitattributes-Method and let the model binding do the rest of the work filling in the values that changed in the view. It seems to work so far - so i guess persisting the state of the object to the db is only necessary when something changed that is not part of the view, right?
My second question is on Brians recommendation to use MVC only at exactly one level. Is using Sub-Controllers a problem when they have got their own model? I guess the extra work Brian mentions is all about telling the subcontrollers which model to load, right?
It would be good to know if there are any serious pitfalls when using a hierarchy of controllers instead of a controller with a collection of views.
Martin

Similar Messages

  • Data Grid on JSP Application...

    Someone knows where i can get a good data grid (free) for JSP applications.
    tanks
    Daniel S.

    yes there is, almost anything is possible in a web application so probably a data grid too.
    Might be nice idea to first give information about what you udnerstand under a datagrid before asking information on it.

  • [b]Data Grid in jsp using Struts [/b]

    I need to develop a data grid in JSP using struts .
    I am using Tomcat web server , Intellij IDEA IDE.
    If any one has code, please sent it.
    Thanks in Advance.

    hi,
    Use Struts-Layout datagrid framework to full fill your needs
    Related Topic link
    here is the clear documentation for your topic
    http://struts.application-servers.com/datagrid/index.html
    here is the download link
    (Struts-Layout datagrid framework)
    http://deltha.uh.cu/java/docs/struts-layout-1.0-docs/download.html
    related discuss
    http://forum.java.sun.com/thread.jspa?threadID=5202989&messageID=9811082

  • Due date grid for FP04 transaction

    Hi Folks,
    I need a report layout showing the due date grid for all the open items. Using FP04, I created layouts with all the required fields, but I'm unable to see the grid for due days. Few screenshots of the layout I designed and the summarization fields I defined in our system.
    As shown in the output screenshot above, it doesn't display the total grid horizontally for a given customer, instead it is showing rows individually for each grid (30, 60,etc.).
    Please advise how this can be fixed to show all the grids for a given customer (30, 60, 90, 180, etc.) in a single row.
    Thanks in advance.
    Regards,
    Santosh

    Hi Amlan,
    Thanks for your response.
    Here is the layout I have defined.
    I initially had few subtotals maintained, but I removed them later as it was not working.
    Please advise.
    Thanks,
    Santosh.

  • Data Grid in Web Application

    Is there Any possiability of implementing Data Grid in Web Application .
    Can Any One Give Some information on this.

    yes there is, almost anything is possible in a web application so probably a data grid too.
    Might be nice idea to first give information about what you udnerstand under a datagrid before asking information on it.

  • What is the best data type for wallet application?

    Hi Friends..
    I want to know what is the best data type for wallet application..
    Assume that, i want to the Total of money saved digitally in Applet Wallet..
    And then if there's any transaction the Total of money which saved digitally in Applet Wallet would be Subtracted or Added depends on how much money that spent or saved..
    Which one is the best implementation of these scenarios :
    1. I save the User ID and Total of money in the Java Card, and then if there's any transactions, it would be added or subtracted directly and then saved again in the Java Card
    2. Or.. I save the User ID in the Java Card whereas Total of money in the Database, and then if there's any transactions, the ID would be read from the Card, and then select the Database based on that ID, and then Add or Subtract the money depends on how much money spent in the Transaction
    Please help me regarding this
    Thanks in advance

    Hi,
    Personally I would choose to store the total amount stored on the card. You could use two shorts (short[] perhaps) to store an integer (add more shorts to increase precision) and simply handle overflow your self. You could even look into using a third party library (or class) that treats a byte array as a big integer etc. There were some posts recently on floating point arithmetic that could be helpful for you since you will probably want to use decimals and JC does not natively support floats.
    Cheers,
    Shane

  • Specify initial page following mod_osso login for JSP application?

    I'm developing a JSP application that is stand-alone from Portal, but that is protected via mod_osso. (What's the proper term for this - its sort of a Partner application, really an External application, but not registered w/ Portal at all...) Following mod_osso validation, if the login page was brought up (ie, the user was not signed when the application page was requested), I'd like the user to be taken to a 'default' application page (where I can retrieve other user info from the db for use in subsequent pages of the app.) Is there a way to specify this w/ mod_osso? (ie, after login, take user to a specific page.) I could put a flag in the session, check it on each page (ie, Boolean hasVisitedHomePage or such), then redirect to the home page if its false, but would rather not do this if there is a smarter method.
    Thanks,
    Jim

    Following are the steps to use SSO with an J2EE application:
    Steps to enable SSO/OID user authentication to your J2EE application
    1)     Deploy your apps to Oracle9iAS mid-tier instance e.g. mid-tier-host
    2)     Connect to your SSO server in your infrastructure host as follows:
    http://inf-host:<port>/pls/orasso/orasso.home and
    Login as orcladmin. The default password should be same as your IAS_ADMIN password
    3)     Click on SSO Server Administration and then Administer Partner Applications
    4)     Click on Add Partner application
    5)     Enter the following information for your environment and click on Apply:
    Home URL: http://inf-host:<port>/osso_login_success
    Success URL: Home Page for URL for your apps which you want to secure
    Logout URL: http:// inf-host :<port>/osso_logout_success
    6)     Logon to EMWebsite for the Mid-tier Oracle9iAS Instance
    Select the HTTP Server -> Advanced Properties -> mod_osso.conf and add the following. Please make appropriate change for your environment
    <Location /context-to-secure >
    AuthType Basic
    require valid-user
    </Location>
    And then restart HTTP Server
    7)     Now when you access your apps, the logon screen will appear
    hope this helps
    Debu

  • Deployment for JSP Application on OAS 4.0.8.2

    Hi,
    I would appreciate, if someone could share its experience of deploying the JSP application which utilizes certain JavaClasses for database access and businesslogic.
    My question is that do we need to add JSP files or .java files created under the myprojects directory. Also where do we place the java classes.
    Also, do I need to get my classpath settings in the environment variables for JSP's to run. Because my WinNT crashed twice on changing the env settings.
    Any help shall be appreciated
    Thanks

    Hi ,
    As u had said in the previous mail... I also have lot of basic doubts. Let us share them..
    What do u mean by a JSP cartridge... Should i download it or something...
    Regards,
    Ganesh R

  • Data Grid Control +JSP+Sorting

    Hi,
    Can any one help me regarding In JSP by using Data Grid Control to sort columns in table and displayed in same JSP.

    Yes! We can help! Do you have any other questions?
    Edited by: SoulTech2012 on Sep 20, 2008 11:51 AM

  • Data Grid in JSP

    Hi guys
    I need to create a Data Grid on a JSP. It has to display data retrieved from database. I should be able to select a row and delete it from database.. I think I can manage the database stuff... But how dow I create the grid?
    Any suggestion? Links?
    Do help!
    Thanx a ton!

    Let your backend return a list of data.
    Put the list on the request (request.setAttribute...).
    Use jstl tag like
    <c:forEach items="${myList}" var="myRow">
    <c:out value="${myRow.firstname}"/>
    <c:out value="${myRow.lastname}"/>
    </c:forEach>

  • "Not data found' for an application after installing Yosemite

    Since I installed Yosemite on my MacBook Pro, when I try to open an application (Y), i am asked to refresh its content and then, a window pops up and says : Your data cannot be found at : users/me/library/Y... the software will now try to start using the default data file location.
    And I cannot open the application..
    Can you tell me what to do ?
    I have tried to disentail/delete/erase the app and then to reinstall it but it always the same.
    Thanks

    Do a backup.
    Quit the application.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.systempreferences.plist. Move the .plist to your desktop.
    Restart, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • Data Grid in BSP Application

    Can somebody direct me with an example of displaying data in the form of a grid, and allowing users to update that grid, then saving those changes in a table?

    A great place to start is by looking at the SAP Sample Application SBSPEXT_TABLE. 
    The BSP Extension you want is <htmlb:tableView>, probably the most powerful extension elment there is.  You might search on documentation and weblogs that cover the table view as well as Table View Iterators.  Here are couple of Weblogs that I found right off the bat.
    /people/brian.mckellar/blog/2003/10/30/bsp-programming-bsp-element-expressions-bees
    /people/brian.mckellar/blog/2003/10/31/bsp-programming-htmlb-tableview-iterator
    /people/thomas.jung3/blog/2004/09/15/bsp-150-a-developer146s-journal-part-xi--table-view-iterators
    /people/ulli.hoffmann2/blog/2004/10/28/personalize-my-bsp-tableview

  • Resource not available error for JSP application

    Hi
    i have developed J2EE - Web Module DC with JSP pages. I built the .WAR file of this application. Now I created J2ee - Enterprise application DC which references above WAR file and created EAR file. This EAR was then deployed on the server and RC was 0. but when i try to access the JSP page, it is giving me "The Requested Resource is not available".
    this error comes only when i deploy the DC thru NWDI. if I deploy it directly from NWDS, i can access the JSP.
    Please guide.
    Deepak

    The Deployment is not successful, the activity associated with the deployment is still in import queue.
    Check in http://<hostname>:<port>/TCS/Deployer and check in <namespace>_<trackname>_D and see if the activity is in import queue.
    Trigger the deployment manually.
    Hope this helps.
    Cheers-
    Pramod

  • Data types for accounting applications

    Hi all. I'm in the process of writing a financial/accounting application.
    I'd like to get hints about the right data types to be used to represent monetary data (amounts and prices in USD or EUR; discounts and so on). Should I use the java's primitives double or float or something like BIgDecimals? Any drawbacks (a lot of objects allocation/garbage collection?, ...)?.
    Is there any open source-something I can study?
    Thanks in advance

    Really, your employer doesn't mind you freely
    distributing source that you wrote as part of your
    job?He doesn't have to tell his employer that, does he?
    Or is this wrong ethics...Well ethically it seems wrong to me.
    And depending on the country, region, type of employer and contractual agreements it could open the employee up to criminal and civil penalties.

  • Data schema for timesheet application

    I have to design a timesheet application.
    Th epurpose is to store a worker, a project, an accounting code, a date and
    a duration.
    How would arrange the tables and their relations to do that?
    Message was edited by: Jochem van Dieten

    My interpretation was that the OP wanted to build an application like that, not that he had.
    Dave Watts, CTO, Fig Leaf Software
    http://www.figleaf.com/
    http://training.figleaf.com/

Maybe you are looking for

  • Free goods with material type = ROH

    Hello, i would like to give free-goods for a particular finished goods sales. the free-goods' material type is equal to ROH. when i maintain the free goods from VBN1, system tells me that "xxx Material  is not defined for sales org xxxx with dist. ch

  • Ruleset Corrupted

    Hi Gurus, I had to modify few functions in ruleset by moving few t-codes from one function to another another function. When we transported the changes to production one function got updated with the changes and another function never updated. So I m

  • SSL_ERROR_UNKNOWN_CA_ALERT: Unknown CA

    Hi, I use Java System Web Proxy Server 4.0.20 as a reverse-proxy on https. Some time I get this error message in log of proxy (SSL_ERROR_UNKNOWN_CA_ALERT: Unknown CA) But my certificate is valide until 28 Februrary 2013 by Thawte. Can somebody help m

  • Shared Apple ID - How do I set up a new ID but not lose any of my apps

    Hi there, My wife and I have been sharing an Apple ID ever since she got here first iPod Touch (version 1).  She asked me to set up the Apple ID in her name as she didn't feel comfortable with iTunes and setting everything up.  When I bought my first

  • Is it possible to prefix a field with value in search layout in CRMOnDemand

    Hi Folks, We have a requirment where customer wants to prefix Service Request No field with "489124-" in the search layout,so that the agent can type in the remaining part of the SR number in the search layout w/o having to type "489124" every time a