Web application for different groups

I need to develop an application, which is used by 3 different group of people (each group from a different state, I might need to distinguish orders from different state). All the users data is stored in central LDAP server.
I need to design schema for datbase and come up with a good architecture for web application (Servlets/jsp's etc).
Guys, if you have worked on a similar project or if you have any suggestions on how to structure the application, please reply me with your suggestions and hints. I have to start working on this project from next week..I am planning to take few days for designing the application then I want to start coding

I need to develop an application, which is used by 3
different group of people (each group from a different
state, I might need to distinguish orders from
different state). All the users data is stored in
central LDAP server.
I need to design schema for datbase and come up with a
good architecture for web application (Servlets/jsp's
etc).
Guys, if you have worked on a similar project or if
you have any suggestions on how to structure the
application, please reply me with your suggestions and
hints. I have to start working on this project from
next week..I am planning to take few days for
designing the application then I want to start codingAre you getting paid? Are you willing to split that payment to those who help?

Similar Messages

  • Set different ringtone for different group of people

    I can not set different ringtomes within iphone 4s for different group people in order to know the different rigntone from which group of people.

    You can't and need to assign the ringtones to your contacts on by one.

  • A web application for online music

    hi,everybody,now i want to develop a web application for online music using jsp.The function includes listening online and downloading,can anyone give me some advice or source code?thanks a lot.

    Hi,
    Download Apache Axis http://ws.apache.org/axis/.
    You may also need Xerces XML parser http://xml.apache.org/dist/xerces-j/.
    you can find a class called DynamicInvoker.java under \axis-1_4\samples\client and read the "readme: file in the same folder for classpath / other info..
    We had a similar requirement and were able to succesfully invoke the WS.
    U can use this class in your jsp to invoke any webservice by its URL, Function name and parameters.

  • SharePoint 2010 - Create new site collection in existing web application with different existing content DB

    I have a SharePoint 2010 root level site collection SC1 in web application WEBAPP1. I want to create copy of that site collection in same web application WEBAPP1. Apart from Import/Export, Restore/Backup options, will following approach work? If yes , how?
    I took backup of content database of web application.
    Restored database with different name
    Mounted Content database to this WEBAPP1 by assigning new ID to DB
    Created new site collection by using this newly mounted DB
    Site collection gets created successfully but content does not appear.
    Please guide if i can achieve desired functionality by using this approach.
    If this helped you resolve your issue, please mark it Answered

    It is because the Site GUID is identical, and each GUID can only be present on the farm once. You can use Backup-SPSite/Restore-SPSite (which is full-fidelity, unlike Export-SPWeb/Import-SPWeb), which will generate a new GUID for the restore Site Collection,
    even in the same Web App.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to retrieve Min(startDate) and Max(endDate) for different groups of data? (sql server 2000)

    My sample dataset (below) contains 3 groups -- 'a', 'b', 'c'.  I need to retrieve the Min(startDate) and Max(EndDate) for each group so that the output looks something like this (date format not an issue):
    fk   minStart       maxEnd
    a    1/13/1985    12/31/2003
    b    2/14/1986    12/31/2003
    c    4/26/1987    12/31/2002
    What is the Tsql to perform this type of operation?  Note:  the actual data resides in a sql server 2000 DB.  If the Tsql is different between version 2000 and the later versions -- I would be grateful for both versions of the Tsql
    --I noticed that multiple lines of Insert values doesn't work in Sql Server 2000 -- this sample is in Sql Server 2008
    create table #tmp2(rowID int Identity(1,1), fk varchar(1), startDate datetime, endDate datetime)
    insert into #tmp2
    values
    ('a', '1/13/1985', '12/31/1999'),
    ('a', '3/17/1992', '12/31/1997'),
    ('a', '4/21/1987', '12/31/2003'),
    ('b', '2/14/1986', '12/31/2003'),
    ('b', '5/30/1993', '12/31/2001'),
    ('b', '6/15/1994', '12/31/2003'),
    ('b', '7/7/2001', '12/31/2003'),
    ('c', '4/26/1987', '12/31/1991'),
    ('c', '8/14/1992', '12/31/1998'),
    ('c', '9/10/1995', '12/31/2002'),
    ('c', '10/9/1996', '12/31/2000')
    Thanks
    Rich P

    Rich
    It is unclear what you are trying to achieve, you said that it is SQL Server 2000 but provide a sample data with SQL Server 2008 syntax
    Is it possible to use UNION ALL for your queries to make its one 
    select * from
    select * from #tmp2 t1 where exists
    (select * from (select top 1 * from #tmp2 t2 where t2.fk = t1.fk order by t2.startdate) x where x.rowID = t1.rowID)
    UNION ALL
    select * from #tmp2 t1 where exists
    (select * from (select top 1 * from #tmp2 t2 where t2.fk = t1.fk order by t2.Enddate desc) x where x.rowID = t1.rowID)
     as  der order by fk
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Need help with a customized interactive web application for  apparel

    Help!!!!
    Hi I am a web designer at beginners stage with web
    devlopment. I am seeking guidance on how to develop a customized
    interactive web application so that the end user can change color
    and patterns of apparel on vector images such as teamsports
    uniforms and tshirts. Once the design is customized to their liking
    they can save it with all of the spec information in a file to
    there desktop or to a database to send to the manufacturer.
    Also looking for a possible way to use a CMS so I can upload
    templates of the garment easily for the end user to customize
    online. Can this be done and if so how? This is an example the kind
    of application I am looking for:
    http://www.dynamicteamsports.com/elite/placeorder.jsp
    I am in desperate need of some brilliant developer to help
    with this.
    Thanks in advance for anyone who is willing to assist or give
    me guidance,
    Danka
    "Reap what you sew"

    some parts of that are doable using non-advanced skills, but
    will be difficult and unwieldly if there are more than a few
    colors/patterns.
    saving the image to the server is a bit more advanced and
    you're going to need some server-side scripting like php, perl, asp
    etc. in addition to some flash programming ability.

  • Where used in web templates  for parameter groups

    Does SAP deliver any where used functionality for parameter groups? I need a report or function that can take as input a parameter group (fully qualified) and deliver back all the web layouts and planning folders that the parameter group (or for that matter global planning sequence) is used.
    I can find the XML of the web templates but that is a bear to parse and have not found the tables that show the details of planning folders (if any).

    Hello Corwin,
    we don't have a where-used functionality but in SAP NetWeaver 2004s you can use programs UPC_CUSTOMIZING (for BPS0), UPB_CUSTOMIZING (for folders) and UPWB_CUSTOMIZING (for web interfaces) to display and search through the configuration. It's one folder or web interface at a time but it's certainly quicker than doing it manually.
    Regards,
    Marc
    SAP NetWeaver RIG

  • How to upgrade the extended web application for FBA from MOSS 2007 to SharePoint 2010?

    Hi All,
    Currently my farm version is MOSS 2007 with SP3.
    I have a web application on port 80, and is based on windows authentication, and i extend it on the port 90, and the authentication is FBA with SqlServer.
    I know that SharePoint 2010 has a new claims based authentication, and in a single web application you can do both windows authentication and FBA.
    Now i want to know, when i migrate the MOSS 2007 port 80 and port 90, which method should i choose?
    1. in SharePoint 2010 farm, Create  a classic based web application on port 80, and extend it on port 90, enable FBA on port 90. It is the same as MOSS 2007.
    2. in SharePoint 2010 farm, Create a claims based web application, and enable both windows authentication and FBA.
    Thanks.

    FBA requires claims so you'll need to create a claims based web application. Whilst you might extend the site to give you a FBA portal the web application itself will have to be claims based.
    I would definitely be looking at using a database attach upgrade path in your case to give you the opportunity for testing as moving between authentication providers can be painful.

  • SQL Server 2012 license Web Application for Public

    Hi,
    We have ASP.NET application and planned to host public accessible. So All public users can see my web application, then share the link via twitter,facebook and Linkedin.
    Can You suggest me which licensing model is best for me like, SQL 2012 Standard With CAL model or Core Licensing model. 
    Thanks,
    Thangaraj

     You can call Microsoft 1-800-426-9400 Monday through Friday, 6:00 A.M. to 6:00 P.M. (Pacific Time) to discuss licensing.
    Kalman Toth Database & OLAP Architect
    SELECT Query Video Tutorial 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Web application for Daigrams

    Hi everyone,
    I 'll appreciate if somone could answer my question or give me any ideas.
    I have developed a desktop application using JGraph project library in order to draw uml graphs,ER diagrams.
    I want to develop it as web application now.
    Cause i am new to JSP technology but with background of ASP programming,does anyone know if there is a tag
    library for diagrmas or a an open source project in order to get it done?
    Any resource hints or ideas will be appreciate it
    Thanks in advance
    Chris

    Sorry, I cannot answer your question, but was interested to know how your diagrams are outputted.
    If you can get your classes to output to an image file, you could call the classes from JSP, then re-read the image back into a subsequent jsp/html page.
    If it is possible to output to an image file, you would not have to re-engineer the whole thing.

  • Default favorites portlet for different groups in oid

    Hi,
    We are using Portal 10.1.4.
    I want to use the favorites portlet to have default favorites for different user groups (So different set of default favourites for diffrent portal group)
    Is this possible? Is the portlet cached at the system level? can this be changed?
    Also, How do I hide the help link and image from the 'personalize' wizard?
    Can the display in the wizards be modified in other ways?
    cheers
    Kev

    Vijay, that doesn't seem to work. What I need (and I think it is the same as the original poster ) is to have several different instances of the favorites portlet or one instance that can have its links access controlled. e.g. A favorites portlet for the students group with links that only that OID group can see, a favorites portlet for staff with links that only the staff OID group can see. I am using portal 10.1.4 and cannot see any way to access control the default favourites.
    Thanks,
    Steven.

  • Long pauses in web application for a Full GC

    I am currently investigating an issue with a web application where a Full Garbage collection is taking up to 60 seconds. When this occurs the tomcat instance that the web app is running on normally crashes with OutOfMemoryErrors. This crash will only occur intermittently.
    JAVA_OPTS is set to -server -Xms900m -Xmx900m -verbose:gc
    we are running the app with:
    java version "1.4.1_03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_03-b02)
    Java HotSpot(TM) Client VM (build 1.4.1_03-b02, mixed mode)
    When the full garbage collection occurs I have noticed these statements in the log files:
    [GC 514485K->451538K(911360K), 5.5196490 secs]
    [Full GC[Unloading class sun.reflect.GeneratedMethodAccessor3127]
    [Unloading class sun.reflect.GeneratedMethodAccessor3134]
    [Unloading class sun.reflect.GeneratedMethodAccessor3135]
    [Unloading class sun.reflect.GeneratedMethodAccessor3133]
    [Unloading class sun.reflect.GeneratedMethodAccessor3126]
    [Unloading class sun.reflect.GeneratedMethodAccessor3122]
    [Unloading class sun.reflect.GeneratedMethodAccessor3131]
    [Unloading class sun.reflect.GeneratedMethodAccessor3130]
    [Unloading class sun.reflect.GeneratedMethodAccessor3128]
    [Unloading class sun.reflect.GeneratedMethodAccessor3132]
    [Unloading class sun.reflect.GeneratedMethodAccessor3125]
    [Unloading class sun.reflect.GeneratedMethodAccessor3123]
    [Unloading class sun.reflect.GeneratedMethodAccessor3129]
    [Unloading class sun.reflect.GeneratedMethodAccessor3136]
    [Unloading class sun.reflect.GeneratedMethodAccessor3124]
    451732K->299683K(911360K), 56.2060790 secs]
    What I want to find out is if this is normal behaviour for these classes to be unloaded and whether it could be the root of the problem? Has anyone got any thoughts on this?
    Many thanks, Tania

    Unloading classes is highly unlikely to have anything to do with the long GC pause. It's more likely that your heap configuration and/or the GC type is inappropriate for your workload. GCing 450MB of objects and collecting nearly half of them, as your GC log shows, may take quite a bit of time indeed.
    For one thing, you may try to switch from JDK 1.4.1 to JDK 1.4.2 - it looks like memory management in the latter has been improved significantly, at least for some apps. But generally to optimize your VM wrt. garbage collection, you need some understanding of how it works. Try this website: http://java.sun.com/developer/technicalArticles/Programming/GCPortal/ - it seems to have both white papers and some tools to tune GC.

  • WSUS Manage Approval for different Groups

    We have different products the the company hosts and they require that servers be patched on Test servers prior to a code release. Once the the servers are tested then the same set of patches should be deployed to the production servers during a scheduled
    time when the code is released to the production servers. And that is the case for other products but the cycle between the product is always different. So we always want test group be product match the production group by product. What is the best solution
    to implement for this type of environment to be able to approve any missing update to the test group for a product and when time comes how to push the same updates to production groups.
    The way I have it seems messy because i have bunch of nested groups by datacenter > product name > purpose of the server "wether it is QA webserver, prod webserver, dev webserver, other servers,
    etc... and what i do is from Update Reports, run "Update Status Summary" report on the test group that has a status of "Needed, Failed, No Status" and from there approve the updates to that test group. Install the updates, etc... and then
    when I want to deploy the updates to certain groups, I run the "Updated Tabular Status for Approved Updates", select the same test group that was deployed to and the option "Installed/NotApplicable, Needed" and approve to the Production
    group. Seems like I am doing this all wrong. Appreciate the help. Thanks.

    Hi,
    I’m not sure if I have got your idea correctly. After you approved for test group, and there is any problem. You need approve for production group or all computer group.
    A similar question here:
    How does the WSUS approval process work ?
    For more information about approval process please refer to:
    Approving the Updates
    http://technet.microsoft.com/en-us/library/cc708474(v=ws.10).aspx
    Step 7: Approve and Deploy Updates in WSUS 3.0
    http://technet.microsoft.com/en-us/library/cc708475(v=ws.10).aspx
    Hope this helps.

  • Error: Accessing the Reader Extensions Server web application for the first time

    Hi,
    I've followed the the installation guide line by line. Everything OK.
    But when i access the Reader Extensions Server web application i see the following error:
    An error has occured
    Error 473: The credential permission settings could not be determined: 'com.adobe.document.pdf.CredentialLoginFailure: IDL:com/adobe/document/pdf/CredentialLoginFailure:1.0'.
    Have you ever faced this kind of message before?
    To tell you the truth i'm not very sure if my Rights Credential file is valid. But is this the cause of this message?
    I use Form Server 6 and Reader Extensions 6 with a Websphere Application Server 6.0
    Thanks in advance

    Hi Stelios,
    Yes, it seems to me also, as a bad certificate issue.
    If memory serves, I run into this message once, where the certificate was valid. Anyway, Websphere v6 is not a supported app server. Have you tried installing on v5.1?
    You might want to read this post, too:
    matt cockburn, "Fix for LiveCycle Reader Extensions 7.0 install error" #, 6 May 2005 8:22 am
    If you are located in Greece, we may be able to help you. You may contact me "ekokkoris at anodos.gr", should you wish.
    Regards,
    Evangelos

  • [C# development] How to built a web application for videoconference

    Hello to everyone! 
    I'm a .net development and i have to built a web application (html/javascript and webapi writing in c# or aspx pages) that using the videoconference calls. I have no ideas how to built it.
    I think i have to built a platform server that put in comunication a person with another one like:
    user ---> platform <--- user
    where this two users are behind a router
    but i don't know how put in comunication this two users... anyone have some idea about how can i built this platform? i'm in looking for ideas and good suggestions.
    Thanks a lot!
    Lorenzo

    http://forums.asp.net/
    Maybe, you should post to a Web forum.

Maybe you are looking for

  • Upgraded 4s to iOS8 and can't connect to certain wireless networks anymore

    I have an iPhone 4s that I updated to iOS 8.  Prior to update, I was using iOS 7 (whatever the latest iteration was), and was able to connect to various wireless networks. Following the update, I am no longer able to connect to the wireless network a

  • [Q] How to by pass RAM check while install 10g OEM?

    I am installed ORACLE 10G Grid Control (OEM) on Redhar LINUX. There has message pop up : you only have 756 MB RAM, 10g need 1024 MB RAM Does there has way by pass it? Thanks.

  • Adjust The Duration Of A Clip

    I've tried everything I know to try, and I've research all over the internet -- but I can't find anything that tells me how to adjust the length of a clip to match what I want it to be. Here's the deal: 1. I have a 12 second clip that I want to "stre

  • Using keyword within uicontrol

    Hello again, I have another "Best Practices" question that is causing some debate at my organization. DITA allows the use of the <keyword> element within <uicontrol> and several other User Interface elements (not <wintitle>). Authors are split as to

  • Re-install database console

    Hi, I removed the database console (enterprise manager) from the 10g installation. How can I re-install the EM without the entire database installation. When I started Universal Installer, it asked me for a new Oracle home. Thanks. Andy