Should we use struts? Or another framework?

Hi all!
The company I work at is building a set of java applications (internal tools) and a website (what the clients will use). So our internal tools' users are our employees, and clients will use the website. Anyways, small introduction to get you situated. Also we use an object oriented database system (very high tech stuff I love it) and a JDO mapping to it. Now we are at the stage where all our internal tools are built, and we need to build the website. We will not have MASSIVE traffic to it, the nature of our product is more likely to be used often by a few clients. Our website will have all the standard stuff, like login, my account, mailing list, forum, news feed, menues, and a billing process for our clients, so we need some security.
All this to ask this simple question, given these parameters, do you think its a good thing for us to use Struts, or would we be ok with just jsp / servlets? For now, we have determined that using an application server is not necessary (we cant use EJB CMP because of JDO, and like I said we dont expect massive traffic), and we are looking for using templates also (Velocity looks good). The bottleneck for us is does it require a big learning curve, considering we are still newbies at jsp / servlets also. We would like to spend no more than 1 to 1 1/2 month to build the website.
Thanks for your thoughts, sorry for long post :)

The bottleneck
for us is does it require a big learning curve,
considering we are still newbies at jsp / servlets
also. Struts definitely has a ramp up time -- especially if you are extensively using the taglibs that it comes with (and which provide most of it's power, in my opinion). If you are still ramping up on servlets and such, struts can free you from doing stuff that you would have to figure out for yourself. E.g.
1. Proper handling of forms to provide validation and little detail things like repopulating them if something goes wrong
2. Displaying messages back to the end user.
3. Boring code to get html input from the user and put it into your object model.
Personally, I think that struts makes it much easier to make robust and consistent applications, especially if multiple developers are working on a project. Also, since it is fairly well known, it's a lot easier to maintain/pickup an app written in struts rather than a custom job. Of course, that means that you don't have as much job security...;)
So the question to you may be -- given what you know of what you need to do, what do you think will take longer -- building your own framework or learning one that has a fair amount of developer support. Of course everybody could do their own thing and you could spend a month mishmashing it to work together, which isn't unheard of either (although not recommended).
ncuka

Similar Messages

  • [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

  • Should I use JSP,JSTL,SERVLETs without a framework?

    Hi Guys
    I'm making a multi player browser game. The game will have some forms to setup data into the database and the player will be able to check other players data.
    I will load the players data from the DB into a Bean when the application starts and then just get the other players information from DB when and if asked.
    I'm planing on doing it as MVC2 using JSP, JSTL, SERVLETs, BEANs
    Would you recommend me to use Struts for example? should I just use it without any framework?
    I read a lot about Struts and can't really see what it can bring to an application like mine. I can use the i18n easily with JSTL and for few validation of forms I don't know if it's worth it.
    What do you think? (-:
    Thanks in advance
    (-:

    If your going to use MVC2 then I would use a framework, otherwise where are you going to get your MVC from, were you planning on writing an MVC yourself?

  • What framework and tools should I use?

    Hi
    We are students of computer science and we are going to make web application where the main aim is to present on www a lot of charts, graphes, tables created from complicated database's queries. The interaction witch web users won't be complicated. Few forms and in SSL.
    Servers:
    PostgreSQL - i think there aren''t any better open-source database, are any?
    Tomcat - we don't have posibility to use another application server
    MVC Framework:
    I've made one project in Struts. It is very good, but I am a student and I want to learn another framework. Maybe Spring? Or I've even heard about connecting Struts and Spring
    Model - iBatis DAO and iBatis SQL Maps. I have never used this. I've read about it and I think that is ease to use and not so much heavy as for example Hibernate.
    The View - what is the best solution to present a lot of tables, graphs.. on www? What do you think about such solution like:
    Velocity
    Jasper Reporst
    JFreeReports
    jCharts
    JSF?
    What combination would you recommend me?
    At the end i would like to ask what is it Jakarta Turbine and Jakarta Jetspeed? Are they frameworks like Struts or what?

    Hi
    We are students of computer science and we are going
    to make web application where the main aim is to
    present on www a lot of charts, graphes, tables
    created from complicated database's queries. The
    interaction witch web users won't be complicated. Few
    forms and in SSL.
    Servers:
    PostgreSQL - i think there aren''t any better
    open-source database, are any?Define "better". If you know PostgreSQL, it'll work just fine.
    Tomcat - we don't have posibility to use another
    application serverThen that choice is made. As long as you don't use EJBs, Tomcat is sufficient.
    MVC Framework:
    I've made one project in Struts. It is very good,
    , but I am a student and I want to learn another
    framework. Maybe Spring? Or I've even heard about
    connecting Struts and SpringYou can use Spring without Struts, or Struts without Spring. I'd recommend Spring over Struts.
    Model - iBatis DAO and iBatis SQL Maps. I have never
    used this. I've read about it and I think that is
    ease to use and not so much heavy as for example
    Hibernate.It's not a matter of light or heavy. You might like iBatis because it's closer to SQL. Spring works with both iBatis and Hibernate, so that's a fine choice.
    The View - what is the best solution to present a
    lot of tables, graphs.. on www? What do you think
    about such solution like:
    VelocityNo built-in charts.
    Jasper ReporstHaven't used it.
    JFreeReportsHaven't used it.
    jChartsYou'll need this for charts.
    JSF?No charts in JSF. It's more like Struts.
    What combination would you recommend me?I'd recommend PostgreSQL, Spring, iBatis, and JSPs with JSTL along with a free charting library.
    At the end i would like to ask what is it Jakarta
    Turbine and Jakarta Jetspeed? Are they frameworks
    like Struts or what?Read their docs. I thought Turbine was a dead project that tried to help with persistence. I don't think it's got much traction. Jetspeed is another UI framework that also doesn't seem to have as much traction as Struts or JSF.
    %

  • Receive POST data from another URL and process using Struts

    Hi there
    We have a website and as of now we are receiving some data from another URL which is received as an appended part of the URL. My application uses Struts and we process the received data and send back a response.
    Now my question is, I have been asked to change this behavior because there are more parameters now which cannot be passed through the URL. I am supposed to get the data from the other URL as POST data (as a form) and I have to create a new Struts action to receive this data, process it and send the response back to the requesting URL.
    Please explain me how to do this using some example code snippets.
    Thanks a lot

    Lookup in XI is used to call the target data storage system and get data from there to your mapping programme.
    In XI you can do Lookup in Message Mapping, Java Mapping and in XSLT Mapping. Previously Lookup in XI was system dependent. But now what ever the system are i.e. SAP system or non-sap system(Oracle,MS SQL etc) lookup API are same.
    Overview of Lookup
    - Lookups are used to identify/request the data from mapping program.
    - It interrupt the process and looking for data which was stored in target system.
    - It get that data and comeback to process and continue with that data.
    Types of Lookups in XI
    - JDBC Lookup: JDBC lookup is used for accessing data from database (non SAP).
    - RFC Lookup: RFC lookup is used for accessing the SAP Data.
    - SOAP Lookup: SOAP lookup is used for accessing data from Webservice
    Steps to perform Lookup in Mapping
    Import package com.sap.aii.mapping.lookup.*;
    Create connection to the target Database system.
    // Determine communication channel created in ID
    Channel channel = null;
    channel = LookupService.getChannel("DB-SYSTEM-NAME","DB-CHANNEL-NAME");
    // Get system accessor for the channel.
    DataBaseAccessor accessor = null;
    accessor = LookupService.getDataBaseAccessor(channel);
    Build the Query String.
    Getting Result
    // Execute Query and get the values.
    DataBaseResult resultSet = null;
    resultSet = accessor.execute(Query);

  • Should I choose struts to learn?

    Hello,everyone!
    I have learned jsp and servlet...And I want to learn a framework for web project buliding.
    "Struts" is the first word to my mind...But I have a little bit exprience in structs,because I made a project with struts action servlet(am I right?...I think action is a branch of servlet )...but I dont think the other part of struts' taglib is good enough.And except that I have no imagnation of struts...Could you give me some advise of what's framework should I choose?
    Thank you!

    Could you give me some advise of what's
    framework should I choose?It depends on if you are doing this for a job, or for your own enrichment. If you are on a team of developers, talk it over with them and make a decision that's best for the group.
    If it is for your own, Struts probably comes to mind first since it is so prevalent. I've been using Struts about a month now. I've got mixed feelings on it, but it is a requirement of the project that it be in Struts.
    Personally, I plan on learning Struts to the best of my ability, and then choosing another framework for my own enrichment (maybe Spring?), so that I can compare and contrast the two, as well as have an additional tool to use.

  • How to use struts Logic tags in weblogic8.1

    hi
              i have used jakarta struts in JDeveloper there i used logic tags
              but the same i have to use in weblogic8.1 ,how should i use it
              i am new to weblogic platform
              it is very urgent
              please

    Hi harish,
              Procedure for using a Struts Tag Libraries in weblogic 8.1 :
              â€¢Copy the tag lib jar files under WEB-INF/lib ( if tag handler supplied as
              classes without package a jar file then we need to copy the classes
              under WEB_INF/classes.
              â€¢ Copy the tld files files under WEB-INF or create a directory under
              WEB-INF and copy tld files under this directory.
              â€¢ We need to give the information about the tag libraries in web.xml by
              adding the following lines to it as,
              <taglib>
              <taglib-uri>bean</taglib-uri>
              <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>html</taglib-uri>
              <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>logic</taglib-uri>
              <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
              </taglib>
              To use tags in jsp file we need to add taglib directive as ,
              <%@ taglib uri="logic" prefix=“logic"%>
              <%@ taglib uri="html" prefix=“html"%>
              <%@ taglib uri="bean" prefix=“bean"%>
              Every tag can support zero or more number of attributes and a tag may or
              may not support body content
              Every Tag Library Uniquely identified by uri defined in web.xml.
              we can use the tags in jsp according to the tags and attributes which are defined in *.tld files.
              if we look at .tld files we can find several tags and its attributes.
              note :any jar files that are related to struts framework ,place under the lib directory of the webapplication.
              ----- Anilkumar kari

  • Displaying  list of  items , in  a jsp , using STRUTS--Correct approach

    I have a requiremnet tht on click of a button , a list of items should be displayed on a jsp page , so tht a user can select items from tht list.
    But the problem is tht , the list is very large(Conatins 1500 record).
    So wht approach should i adopt.
    One approach is tht , i have a link on my main.jsp , where user has a link (addItems) , and on clicking this link , another page(Items.jsp), opens up , where i dispaly the list of users , and user here can select multiple items , and then those items will be shown in Main.jsp.
    Is this appraoch correct,
    also plz tell me how can i incorporate previous and next functionality , so tht 20 records per page are shown
    Can anyone tell me how 2 go abt it.
    I m using STRUTS , and weblogic.

    Hiiii
    When u want2 add textboxes dynamically,
    then declare ur proprerty in action form as of type String[]
    <form-bean
    name="userForm"
    type="org.apache.struts.validator.DynaValidatorForm">
    <form-property name="name" type="java.lang.String[]"/>
    <form-bean>
    When u add textboxes dynamically , and if the textboxes name is same as that in form bean,
    then automatically this form bean property gets populated.
    If u require further assistance do tell me

  • Using struts - jsp design question

    Using struts. Have a JSP cust.jsp
    In it half of it is very specific to that page only. rest half is shown in this cust.jsp and another report.jsp too.
    want to implement this so that code can be re-used in the other one too.
    The way I have designed is for a jsp have a prepare action and dispatch action.
    But not sure how to design this page so that I can re-use the code in another too.
    any suggesions are appreciated.
    Thanks.

    have a look at frameworks like Struts

  • Want to show errors to user using struts !!

    Hi, I am working on a application which is using struts framework., If any errors / exceptions occur, then they are forwarded to Fail.jsp.
    if (!errors.isEmpty()) {
                   saveErrors(request, errors);
                   // Forward control to the appropriate 'failure' URI (change name as desired)
                        forward = mapping.findForward("fail");I want to show to the user. the error/exception that occured. How can i send these errors to Fail.jsp. Please advice. thanks !!

    Then maybe you should go learn Struts before you come to a Java (not to be confused with Struts) forum and post unrelated questions. No go and get before I take a switch to ya! Ya bes simma!

  • STRUT, COocoon, Spring framework

    I'm about to start self-learning Cocoon, Strut, and Spring framework.
    I was wondering which to start. After a quick glance at Jakarta site, I noticed that the description of Cocoon is very similiar to Strut. Is Strut a replacement of Cocoon..and I also noticed that Cocoon is not listed as one of the project under Jakarta. has it been stop?
    And which framework should i start with? some suggest that i learn strut, since strut is more popular..but some say Sping is better than Strut, and people are shifting toward Spring framework. Basically..i'm confuse as where to start..i will probably learn them all (though probably not in detail for some framework)

    Cocoon is a high level Apache projet. It is not part of Jakarta.
    http://cocoon.apache.org/
    It is tough for anyone to tell you which framework you should be learning because they all have their uses. Yes, Struts is by far the most widely used.
    However, JSF is becoming the new standard now that Sun is pushing it. So don't count it out.
    Sorry I can't help you more with your decision. What framework to use/learn is a topic often debated. Only you can decide which one makes the most sense for you.
    Good luck.

  • Bbs using struts

    I want to design a bbs site using struts.
    But it is at my wit's end to realize a tree style list using struts.
    Anybody can give me some suggestion?
    Thanks in advance!

    Hello!
    Thanks a lot for the suggestions!
    unluckly at the moment, for some weard reasons that it is long to mention here, we cannot use the connection pool offered by the framework and so my task now is to find out how placing properties with this file :-(
    So Now I tried to specify the path as follow but it still doean't work:
    (N.B. At the moment I am trying this application out of the struts framework...so you will not see WEB-INF/classes and so on...)
    here the code of the bean
    package mirg.sql;
    import java.sql.*;
    import java.util.*;
    public class SQLInterfaceBean {
    private String database ;......
    public SQLResultSetBean queryExe() throws SQLException {
    ResourceBundle connProperties = ResourceBundle.getBundle("mirg/sql/DatabaseBundle.properties");
    database = connProperties.getString("database");
    String url = connProperties.getString("urlName");
    String username = connProperties.getString("username");
    String password = connProperties.getString("password");
    try {//Loading driver
    Class.forName ("org.postgresql.Driver");
    } catch (java.lang.ClassNotFoundException e) {
    System.out.println("Failed to load the current driver.\n\n");
    System.err.println ("java.lang.ClassNotFoundException: "
    +e.getMessage ());
    try{//Getting the connection
    Connection con = DriverManager.getConnection(url+database, username, password);
    Statement stmt = con.createStatement();
    //Executing the query into the database
    query = this.buildQuery();
    ResultSet rs = stmt.executeQuery(query);
    results = new SQLResultSetBean();
    results.setResultSet(rs);
    results.storeValues();
    stmt.close ();
    con.close ();
    }catch(SQLException ex){
    System.out.println("\n----SQLException caught from SQLQueryBean---\n");
    while (ex != null){
    sqlException = ex.getMessage();
    System.out.println("Message: "
    +sqlException);
    sqlException = ex.getMessage();
    System.out.println("SQLState: "
    + ex.getSQLState());
    System.out.println("ErrorCode: "
    + ex.getErrorCode());
    ex = ex.getNextException();
    System.out.println("");
    return results;
    ...And the files are located as follow:
    /home/raparperi/lpagani/katia/beans/studycase/mirg/sql/SQLInterfaceBean.class
    /home/raparperi/lpagani/katia/beans/studycase/mirg/sql/DatabaseBundle.properties
    /home/raparperi/lpagani/katia/beans/studycase/TestSQLInterfaceBean.class
    Now I specified only the package PATH ...should I specify all the PATH?
    DO you can understand what's wrong with that code???Please HELP!
    cheers
    katia
    Hi Katia.
    to use database I suggest you to declare datasource on
    struts config :
    <data-sources>
              <data-source key="studycase">
    <set-property property="type"
    pe" value="org.apache.commons.dbcp.BasicDataSource"/>
    <set-property property="autoCommit"
    toCommit" value="true"/>
    <set-property property="description"
    cription" value="Data Source Configuration"/>
    <set-property property="driverClass"
    verClass" value="org.postgresql.Driver"/>
    <set-property property="maxCount"
    maxCount" value="15"/>
    <set-property property="minCount"
    minCount" value="5"/>
    <set-property property="password"
    password" value="katia"/>
    <set-property property="url"
    rty="url" value="jdbc:postgresql://raparperi:5432/
    "/>
    <set-property property="user"
    ty="user" value="katia"/>
              </data-source>               
         </data-sources>
    you have to add commons-dbcp.jar (from apache) to your
    libs.
    now, you can play with a wonderfull connection pool
    (here with 5 connection minimum and 15 maximum)
    on your init method (servlet) :
    (import javax.sql.DataSource;
    import java.sql.Connection;)
    DataSource lDS =
    (DataSource)this.getServletContext().getAttribute("stud
    case");
    Connection con=ds.getConnection();
    I think it's a better way to use datasource and to
    declare it on struts config (not in web.xml)
    now, if you realy want to play with properties files
    RessourceBundle search for properties files on the
    classpath, so place this file on the classes/ folder
    (not on classes/sql/).
    If you are using a IDE like eclipse, you may place it
    on the source folder, when you rebuild project, it
    will be copied on the classes folder.
    good luck !

  • Using Struts or Spring dilemma?

    HI all,
    just a query , if we want to create a huge application having around 100's of Enterprise Beans and JSP pages around 1000, which Framework one should choose or go for between Struts and Spring. I have worked on Struts it seems to be popular choice and stable. But don't even have a vague notion about Spring Framework.
    Wherein the application demands stability and performance enhancement.
    Avadhoot.

    Struts and Spring are two seperate frameworks , one can be used to implement View lyer using MVC and the other can contain all aspect of your application from the view to business and back end connection.
    you can use Struts with spring , int this scenario struts will be the View layer and spring framework will handle other stuff like DA , Mailing , Transaction , Secrity ,....
    I can say that :
    go with EJB for Business layer , Use struts for View
    and use netbeans 5 as IDE , it made developing ejb stuff too easy.

  • EWS Managed API Should I use GUID or DefaultExtendedPropertySet.PublicStrings while constructing DefaultExtendedPropertySet

    I am developing C# .NET Framework 4.5 Windows Form application using EWS Managed API 1.2 with Exchange Server 2007 which performs some sort of syncing of mails.
    Now that I am dealing with Extended Properties, I want to be clear some things:
    Q1. What is the purpose of DefaultExtendedPropertySet class?
    MSDN says "Defines
    the default sets of extended properties."
    Is it just to group the extended properties?
    If yes, why is the grouping there at first place?
    Do we have any Ews API method which can fetch values of all extended properties belonging to the same group on an item?
    Q2. I am unable to decide whether should I use custom GUID or DefaultExtendedPropertySet.PublicStrings while
    constructing ExtendedPropertyDefinition:
    ExtendedPropertyDefinition MyXProp = new ExtendedPropertyDefinition(
    DefaultExtendedPropertySet.PublicStrings,
    "MyXProp", MapiPropertyType.String);
    OR
    Guid MyPropertySetId = new Guid("{C11FF724-AA03-4555-9952-FA248A11C3E}");
    ExtendedPropertyDefinition extendedPropertyDefinition = new ExtendedPropertyDefinition(
    MyPropertySetId, "MyXProp", MapiPropertyType.String);
    What are the factors that should dictate the above decision?
    Also what difference it makes by above two approaches?

    1.  Have a read of
    http://blogs.technet.com/b/exchange/archive/2009/04/06/3407221.aspx which explains the history and why's and what's of named properties.
    >>Do we have any Ews API method which can fetch values of all extended properties belonging to the same group on an item?
    No EWS will only return the properties you ask it to return there is no way to enumerate all the extended properties on an Item.
    2. There is no right or wrong answer to this using PS_PUBLIC_STRINGS with a generic propertyname is generally a bad idea because another product could decide to use the same propertyname and you have a clash. So using your own guid can have
    it's advantages. Personally I find working with PS_PUBLIC_STRINGS make things more discoverable and easier to use if you need to integrate further with MAPI or Transport Agents.
    Cheers
    Glen

  • Should I use Coldfusion?

    Hi I am getting ready to create a large web site. I am still
    contemplating whether or not to use Coldfusion over another
    language.
    Over the weekend, I've been reading the info on CF on the
    main web site and other article about Coldfusion's benefit over
    other languages as I have to make a decision soon.
    I just am still unsure. I'm worried about finding the support
    I need if I get into trouble with coding or if I want to try
    implementing something interesting. With ASP I usually could ask
    around and I'll get a pretty quick response about what I need to
    do.

    re: Opinion (unless you actually have proof, but you've
    never
    provided hard
    proof when asked for it, have you Andley?)
    Download vs.net (there's a free version specifically for
    building web
    apps) - prove it for yourself! Does cf have event driven
    databound grids
    that offer zero coding and complete flexibility for advanced
    scenarios?
    Heck, it doesn't even have a RAD IDE! Sorry - but the proof
    is there for teh
    taking of you could just take your blinkers off for 10
    minutes (yes, 10
    minutes, thats all it takes to build in asp.net what it would
    take days to
    do in cfml)
    > Microsoft seriously pissed off all their ASP developers
    when they released
    > ASP.Net. Where is ASP 6 now? Yeah, it has a "certain
    future".
    you got to be kidding! It was a revolution that was widely
    accpeted. IIS 7
    still has classic asp! So not sure where you gt teh idea that
    asp was dead
    either!!
    You seem to want proof and stats for everything. But when
    they are provided
    you belittle them. Truth is, the proof is right there fo rteh
    taking - and
    most people have taken it. Hence, lousy cf adoption.
    Lets look at just one of hundreds of details that point to
    the lack of
    demand (death?) of cf. Did O'Reilly not pull their CF book
    from print and
    will no longer be publishing it based on a total lack of
    demand of a once
    popular title? YES! Is this just one stray meaningless figure
    or is it
    backed up with tons of such data? Do sites like sitepoint
    suggest cf is
    alive and well or that it is "stagnant". Dude, your proof is
    all over the
    place in many varied forms. Just look at the number of posts
    that come
    through here each day - it's practically a ghost town!!
    (relatively
    speaking, it IS a ghost town!)
    re: Yep. you really are that delusional. Wow. You have a
    pretty big ego to
    think
    that just because of you, the image functionality was added
    to CF.
    Yes and No. You have to think of me as the represenation of
    all those that
    feel as I do - that cf needs more people to stand up and make
    a fuss about
    the way its going to the dogs (or the rich folk). If Adobe
    can't see how
    many people come to this very forum and see so much negative
    endorsement
    their product recieves, then we hav big problems. I like to
    think they
    "listen".
    "Kronin555" <[email protected]> wrote in
    message
    news:[email protected]...
    >> An Asp.Net app can be built far faster than
    comparable Cf app.
    >
    > Opinion (unless you actually have proof, but you've
    never provided
    > hard
    > proof when asked for it, have you Andley?)
    >
    > > [ColdFusion] just not widely adopted and simply has
    nowhere near as many
    > advnatges as most other web dev platforms. Any
    advantages it has are far
    > outweighed in typical scenarios.
    >
    > Since you're so well-versed in ColdFusion and "most
    other web dev
    > platforms",
    > why don't you elaborate on these advantages that other
    web dev platforms
    > have
    > over CF? If you're going to state something like this,
    you really should
    > have
    > items to back it up with.
    >
    > > re: > I'm not sure what .NET has to offer that
    CF doesn't for MySpace,
    > > smoother integration
    > integration with what?
    > > better support
    > OK, point 1
    > > lot more functionlity
    > like?
    > > industrial strength & robust languages
    > Nice buzzwords. Do you have data to back the "industrial
    strength" one up?
    > > utilise skills across organisation, not just web.
    > Most web developers don't develop desktop apps, and vice
    versa. This is a
    > solution looking for a problem.
    > > faster execution
    > Numbers?
    > > more third party tools, support
    > > more talent/coders
    > Arguable. I haven't yet met someone that focuses on the
    Microsoft stack
    > that
    > I'd call a skilled engineer. I'm sure they're out there,
    but they're
    > hidden in
    > all the noise.
    > > a certain future witha stable owner
    > Microsoft seriously pissed off all their ASP developers
    when they released
    > ASP.Net. Where is ASP 6 now? Yeah, it has a "certain
    future".
    >
    > > Sadly, CF has been shunned by the web dev community
    and I'm sick of
    > > people
    > telling me they think it is dead adn making comments
    like "coldfusion, oh,
    > is
    > that still going is it!??"
    >
    > You know what's really funny about this?
    YOU are adding to this
    > belief!!! (then in the next breath, say that you're sick
    of it). Are you
    > really
    > that delusional?
    >
    > > My whinging got the image functionality put into
    the latest release, so
    > > be
    > grateful someone bothers to make a fuss about the state
    of cf
    >
    > Yep. you really are that delusional. Wow. You have a
    pretty big ego to
    > think
    > that just because of you, the image functionality was
    added to CF.
    >
    > To sum up: "My name is Andley. Don't use CF. It isn't
    marketed well. It
    > doesn't have the functionality of other web dev
    frameworks. Ruby on Rails
    > and
    > ASP.Net rock. If CF ends up getting marketed, I'll take
    credit for it. And
    > even
    > though I say not to use CF, don't go badmouthing CF
    because I can't stand
    > that.
    > Oh, and I really do like CF, wish I could use it, but
    noone wants it.
    > Don't
    > ever think I am badmouthing CF, I'm just helping Adobe
    see the error in
    > their
    > ways. Oh, and yes, I use many different aliases to get
    my point across.
    > That
    > doesn't make me look like an idiot or anything, it's a
    means to an end to
    > get
    > Adobe to recognize the importance of what I (and my 50
    other "friends")
    > are
    > saying."
    >
    > Seriously.
    >

Maybe you are looking for

  • Query not executing with "Insufficient Shared Objects Memory Available"

    Hi , We have few Reports on a Multi provider, which are working fine earlier both in Web Analyzer and  Bex Analyzer. Now we have created an Entry in the MULTIPROVIDER  Hint table  as we have data based on Fiscal Year in 3 different cubes. This went f

  • Intellegent F4 help for contacts in Opp

    Hello All, We have the following issue and I hope to get answere from someone. In PCUI on Opportunities Partner Tab when we select contact person Partner Function and click on partner Input Help link it opens a BP search window and user can pick any

  • Add a Human Task in BPEL but it shows as an Auto Task in BPA

    Hi, all, I create a BPMN flow in BPA and mapping to BPEL. And I add a Human Task in jDeveloper, and saved back to BPA server. But the problem is the updated BPMN flow shows that I added a Auto Task in BPA. Could you help me on that? Thanks in advance

  • Nokia E71 Mail for exchange "Connection Error. Try...

    Hi I have used /Nokia E71 with latest MfE, i got my details from my Employers Microsoft outlook 2007 like exchnage server, domain and user name. I just want to synchronise E-mails, whenever i try to synchronise i get "Connection Error. try Later". Pl

  • Cannot connect 2 Airport Express after replacing router

    I recently had to replace my wireless router resulting in the need to update the configuration on my two airport expresses to join the new network.  They are both n and are running firmware version 7.6.1.  I use them only for airplay.  I am able to u