What are Struts?? How they can be Used?

HI anyone
what are struts? are they different from JSP?
tks

You should refer to the Struts FAQ which starts with questions like yours:
http://jakarta.apache.org/struts/userGuide/kickstart.html
Bottom line is that Struts I believe is designed to enforce more disciplined coding which makes code easier to read and maintain. JSP conversely can be misused wherein developers fill up JSP pages with Java code and there is no separation of presentation from business logic.

Similar Messages

  • How do you burn photos to a disc so that the titles are shown and they can be used in windows?

    How do you burn photos to a disc so that the titles are shown and they can be used in windows?
    do

    Are they in iPhoto?
    Select the pics in the iPhoto Window and use the File -> Export command. In the resulting window, at File Name, select 'Use Title'. Also check the boxes at Title and Keywords, and they will be written to the IPTC metdata of the files. Complete the export to a folder on the desktop and iPhoto will export the photos using the Title as a Filename. Burn that folder with the Finder.
    Regards
    TD

  • What are the entities that can be re-used in different servers, SI App, SI instance? And how?

    Greetings,
    What are the entities that can be re-used in different servers, SI App, SI instance? And how?
    e.g. can I use a deployed IQStreamable@app1  into app2?
    can I use a deployed observable/app1/siInstance1/Server1 into another query/app3/siInstance3/server2?
    On the presentation titled "04 – Installing, Deploying and Maintaining the SQL Server 2008 R2 StreamInsight Runtime Engine" with file name SQL10R2UPD05-DECK-04.pptx on ecn.channel9.msdn.com/o9/learn/SQL2008R2TrainingKit/Presentations/SQL10R2UPD05-DECK-04/SQL10R2UPD05-DECK-04.pptx
    It is mentioned one of the deployment option is "Deployment: Standalone Server"
    and it mention the following:
    "Use this option for the following scenarios:
    - Metadata objects need to be shared between applications
      - Event Types
      - Adapter Types
      - Query Templates
    - A data source registered with the server provides an event stream for another existing application"
    Could you please provide good example that explain the above statement?
    Cheers, Muhammad

    First, that statement - and those materials - refer to the "legacy" StreamInsight query/adapter model. They do not refer to how things work with the Reactive model introduced in version 2.1. Specifically, it talks about Dynamic Query Composition (DQC).
    You cannot use a deployed Observable in another instance of StreamInsight. You may be able to use them across applications in the same instance - off the top of my head, I'm not sure. I'm getting ready to get on a plane but will take a look at it later.
    Typically, however, applications act as containers (comparable to .NET AppDomains) so I don't think that you'd be able to do this easily. That said, the code and assemblies
    can be reused across multiple instances/applications. You would have separate instances of the classes involved but you would be able to reuse the query logic. That's a common use case.
    Can you be more specific about your use case and what you are trying to accomplish here? It's possible that there are alternative ways to do what you are trying to do.
    DevBiker (aka J Sawyer)
    Microsoft MVP - Sql Server (StreamInsight)
    If I answered your question, please mark as answer.
    If my post was helpful, please mark as helpful.

  • What are Struts and how it is used in SAP

    Hi
    can anyone give a idea that what are struts and how it is used in SAP
    Regards
    JM

    Hi John,
    In this case google.com really us your friend - Struts is not an SAP technology, rather it is an MVC development paradigm (love using that word for Java.  There are lots of useful websites with generic information around struts as well as a number of good books available from Amazon for instance.
    As far as Struts and SAP goes - SAP use Struts for their Internet Sales CRM Webshop application.  Of course, like anything else from SAP it has been modified slightly but is essentially the same.
    Gareth.

  • What are .ds_store files and can they be removed?

    What are .ds_store files and can they be removed?

    Probably the easiest way is to use Onyx.
    If you show invisibles you can see ds_store in each folder.
    Open Terminal.app (it's in /Applications/Utilities) and copy & paste this command at the prompt...
    sudo chflags nohidden
    Press return.
    The reverse is
    sudo chflags hidden

  • What are the pros and cons of using people keywords, given that my catalogue is already uptodate with regular keywording of all subjects?  e.g., will the people keyword transfer to other programs?, can I use the same name for a people keyword and regular

    What are the pros and cons of using people keywords, given that my catalog is already up to date with regular keywording of all subjects?  e.g., will the people keyword transfer to other programs?, can I use the same name for a people keyword and regular keyword in the same photo?

    What are the pros and cons of using people keywords, given that my catalog is already up to date with regular keywording of all subjects?  e.g., will the people keyword transfer to other programs?, can I use the same name for a people keyword and regular keyword in the same photo?

  • What is RFC? How it can be used?

    Hi All,
         Can anybody explain about RFC (Remote Function Call) and also explain how it can be used?
    Thanks in Advance.

    Hi,
    RFC- remote functional call. It may be any external device used to make an entry in SAP.
    For example Bar Code reader is on of RFC.
    U need to study for what purpose u r using this RFC and and what data u want to captured out of this RFC.
    One need to implement the abap code so that to accept the per defined format for this RFC.
    Please take the help fo ur ABAP associate to map this requirement.
    Hope this will help u to understand the RFC.
    Regards
    JB

  • Hi, i am using iphone 4. People are complaining that they can't hear my voice while talking to them? Pls help

    hi, i am using iphone 4. People are complaining that they can't hear my voice while talking to them? Pls help

    My son had the same problem with his 4 after updateing to 5.1.1. Apple would not replace it and he ended up getting a re-furb for £119.00.
    He was 100% sure it was the upgrade that caused it but apple said it was the motherboard.

  • What are the parameters? can u say what type of parameters regularly used?

    what are the perameters? can u say what type of perameters regularly used?

    Dear Srikanth
    Thank  for your  up date .  in my case   the customer  is assigned  with   two sales area. The  org model  ,  nothing  is  maintained  in the  attributes , still one  is appearing in the  pop up and  and  other  one  is not . It is surpricing.
    if you  can mention the logic  of maintaining  the   division and  distribution  channel inthe attribute  it is  of great help.
    Regards
    Raj

  • What are the things taken care while using multiple suites?

    Hi all,
    I have created a plugin which sends the current file path to an url,
    its working fine with debugging in Visual studio 2005 and while it is added to the Adobe Illustrator its works only once.
    That is its sending the file path only for one file. While i tried for the second time its not working
    I am using following suits in my plugin
    AIDocumentSuite
    AIFilePathSuite
    AIActionManagerSuite
    AIUnicodeStringSuite
    AIURLSuite
    I am using the "AIURLSuite" for calling the url and it is calling the url multiple times while its used alone, and its only working once with the multiple suites.
    What are the things taken care while using multiple suites? , is it neccessary to release all variables and the suites after completing the task?
    Should they released in the same order in which they are acquired?
    Thanks in advance
    Sreejesh K V

    Hi,
    The problem was with the "sAIDocument->GetDocumentModified(mod);"
    The "GetDocumentModified" is crashing after  executing once, i just removed that statement , and now
    i am forcefully saving the document with out checking the modification status!
    Its working fine now!
    Could you please tell me how can we lock a plugin , or a particular function in a plugin.
    There is any specific standard to use the GetDocumentModified function?
    Thanks and Best Regards
    Sreejesh K V

  • What are the advanteges and disadvanteges of using pl/sql over hibernate

    i knwo that pl/sql are well structure and provide a lot of functionalities with oracle databse , but my question is the hibernate might give some advnateges of scalability over pl/sql.
    so what are the advanteges and disadvanteges of using pl/sql over hibernate?
    and does oracle recommend using hibernate for connecting JSP with oracle 11i , or it is better to connect the JSP pages with oracle databse using pl/sql ?

    812643 wrote:
    but if i search for the diferencess then there are a lot of opinions about this ..., specially when they say that with hibernate you can integrate with any DB , and it provides object printed architecture, etc.All databases are not equal. This is a basic and fundamental fact. SQL-Server is not Oracle. Oracle is not SQL-Server. As it is the case with Sybase, Ingres, DB2 and other database products. They are all different. And there are some very core differences between them.
    So how would a product like Hibernate treat these database products with their differences? By using the lowest common denominator. Which means your expensive database product is dumbed down - and even MS Access will likely have better and more features.
    You also need to decide what is the "permanent" part in your architecture. What is going to the core? What is the expensive part? The app server (with Hibernate)? Or the database server?
    What are you likely to change next year? The app server server? Or the database server?
    In the vast majority of cases, the core is the database server. That is your biggest expense and investment. As it should be - as it holds that which is most precious to business, data. You want to ensure the integrity of that data. The accuracy of that data. Make sure that it can be easily backed up and recovered. Is flexible to use. Etc. Etc.
    The database server is the core - and that is where you need to realise your return on investment. By using the database server to its full extent.
    Hibernate does not do that. And in that respect, it is junk.
    Why does it not do that? Because many Java developers are totally and fully clueless about what database servers are and how to use them. And want to use them as little plug-in black boxes - bit buckets that are only there to provide a data persistence layer. Instead of using the database server to its full extent, they instead use Hibernate, and try to do their own "+database thing+" in the app layer - and do it poorly and with utter lack of any scalability. (and no, only ignorant Java heads think that scalability means throwing more money and h/w at it)
    My largest database processes billions of rows per day, every day, 356 days a year (between 350 to 450 million new inserts into a single table per day). And have been for several years now. It does so using PL/SQL. Using Oracle to its full extent. Then there are Java heads that cannot even design and code an app that effectively process 1% of this volume... and grasp at straws like Hibernate and other Java cr@p to "fix" this - when the actual problem is their total lack of ignorance in how to use and scale the database server.
    Hibernate is trash - and a symptom of Java developers's ignorance of database technology.

  • RE: (forte-users) .fnd & .fso files ?? What are them,how to generate th

    'kay dudes.
    complcl does the trick
    thanks
    j-p
    -----Message d'origine-----
    De: Jean-Paul Gabrielli [mailto:Jean-Paul.Gabriellisema.fr]
    Date: mercredi 4 octobre 2000 11:39
    À: zeForte-users
    Objet: (forte-users) .fnd & .fso files ?? What are them, how to generate
    them?
    Hi,
    Sounds like an information about currency symbol is stored in the
    fnd file,
    whereas fso is binary.
    What are they, what do they come from, and how to regenerate them ?
    thanks
    j-p
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    Maybe this is something you already did, maybe not.
    You need to manually add "DCE" to the list of "Installed Libraries" in the
    properties dialog of the NT-node (using E-Console).
    Of course, don't forget to export your target environment and re-import it
    in your development environment.
    Pascal Rottier
    Atos Origin Nederland (BAS/West End User Computing)
    Tel. +31 (0)10-2661223
    Fax. +31 (0)10-2661199
    E-mail: Pascal.Rottiernl.origin-it.com
    ++++++++++++++++++++++++++++
    Philip Morris (Afd. MIS)
    Tel. +31 (0)164-295149
    Fax. +31 (0)164-294444
    E-mail: Rottier.Pascalpmintl.ch
    -----Original Message-----
    From: Tucci, Lisa M. [mailto:LMTucciWest.com]
    Sent: Friday, December 15, 2000 10:23 PM
    To: forte-userslists.xpedior.com
    Subject: (forte-users) unable to move partitions.
    We have an odd problem. We have 2 partitions that when we do initial
    partitioning are placed on our Unix node but we need to move them to our NT
    node. For some reason forte will not allow us to move these particular
    partitions. They need to have the DCE thread package to be able to move
    them to the NT node but we can't seem to find any way to give them that
    thread package. Any suggestions, documentation anything would be greatly
    appreciated. We are due to deploy this application on Monday and are unable
    to do anything until we can get these partitions moved. We have been able
    to move them in the past but it seems to have been a fluke. We have not
    found any identifiable pattern of what has allowed us to move these
    partitions.
    Thanks!
    Lisa M. Tucci - Applications Programmer
    Inbound Forté Application Support and Development - West Telemarketing
    Corporation
    tel.: (402) 964-6360 ex: 208-4360 stop: W8-IS e-mail: lmtucciwest.com
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • What are the delta mechanisms and tables used for  Lo Extraction & COPA

    Hi all
    what are the delta mechanisms and tables used for  Lo Extraction & COPA.
    please explain clealry.
    Thanks & Regards,
    James

    James,
    Please go through Roberto's weblog :
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    Anyways,
    As you know LO cockpit consists of different modules(MM, PP, SD, etc)
    They are called appl components. Each of them have a number (eg.MM=02) and for each appl comp they might be different Data sources and for each DS they might be different tables. So, unless you be specific we cant tell a specific table for a DS.
    coming to the delta mechanisms, there are " direct delta, queqed delta and serialized delta".
    Copa is based on the oepration concern. it can be created on " accouting based" or "costing based".
    Assign points if helpful
    Kalyan

  • What are all the objects can be imported  and exported...

    Hi all,
    what are all the objects can be imported ..
    and what are all objects exported....in XI..
    and what is context objects and logical routing..
    Cheers,
    Raghavesh

    Hi,
    Your question 1 is not very clear. Are you taking about Export and Import under TOOLS --> EXPORT / IMPORT? If yes, all objects created in the IR and ID can be exported and improted. They are used for moving your objects from one environement to another .TPZ files.
    Individual Objects that can be improted in the IR  are those that come under
    1. External Definitions --> XSD, WSDL, DTD which acts
    as the message types.
    2. Idocs and RFC's.
    3. Imported Archives -->External Mapping progrars ( Java and XSLT ) , external .jar files etc.
    Context objects is nothing but to put in simple words an XPATH. At times XPATH can become too long and complex and to avoid typing them at different places, you create CONTEXT Objects for these path and then use them.
    Logical Routing refers to Conditional Receievr / Interface Determination where on the basis on some conditoon your target Recievr / Interface is determined.
    Regards,
    Bhavesh

  • What are the different tools(software) we  used in support projects and avi

    hi,
    What are the different tools(software) we  used in support projects(sap) and aviailable in market??/
    Thanks,
    bajee

    Hey Bajee,
    I believe you are talking about Ticketing tool used for AMS ( Application Management Support )....
    There are several tools available for this by several vendors....
    They are Magic Service desk, HP open view, BMC remedy, Peregrine help desk, SAP Solution Manager can also be used as support desk tool...
    I hope that what you asked for and if its not then please clarify your questions !!
    Inspire ppl by rewarding !!
    Regards,
    Anand

Maybe you are looking for

  • Firefox won't let my laptop scrollwheel scroll up or down

    This is confusing me very much because I have never had this problem before, with the previous FF version. pg-up and pg-down works, but my laptop scrollwheel won't. This is starting to really get on my nerves, because using the pg up/down buttons tea

  • Material valuation at company code level

    Hi, We have the valuation at company code level and when we transfer material from one plant to another (Two step stock transfer) the system dont post  fi document. When the profit center of the material is assign an fi document is posted. Somebody k

  • Add 1 single element in Java Mapping

    I have quite a simple requirement for my Java Mapping, however as I have done just message mappings and XSLT mappings maybe you could help how to achieve the following: I have an input message with attachment, what I want to do now is to read a strin

  • Itunes problem. Urgent assistance needed please!!

    Hello: Yesterday I updated my itunes version and installed the new 7.0.2 version but every time that I open the itunes, my computer get restarted. Please let me know what I have to do to resolve my problem. Thank you very much.

  • Expression node line too long

    Hi, I have an expression node which is very long.  How do I break it into multi-lines? Thank you in advance. Qing