Will the CTOs go for it?

Please excuse the non technical nature of this topic... But quite a few of us are dependent upon currently established web development processes that have been in place for a while and our creative talents are limited by such folks as product managers and the like that have usually pulled the graphical artists under their wing for developing "click throughs" and JPG screen images as needed for the dog and pony shows du jour.
This has created a whole class of graphical artists that generate markup. And usually this markup is the "deliverable" to the code hacks like myself. For instance, on the first development effort where I had the honor of using struts, I was not allowed to use the taglibs. Why? Because the "look-and-feel" was embedded way down at the HTML level by the artists and it was easier to just pull the static html pages into a jsp file and dynamitise(sp) using plain java.
For this reason, i believe that for web development tools to advance smoothly, all teams involved with the development process have to be addressed.
So what is my point?
I feel that JSF may be taking too much of a baby step toward becoming mainstream. I see a day when the JPEG ( or whatever ) artistic design proofs can be directly generated from a layout manager that can also be used to generate the JSP content. But with the current JSF spec, the magic 8 ball says "reply hazy, try again later". I'm afraid that by the time this is available, XFORMS (http://bugzilla.mozilla.org/show_bug.cgi?id=97806) will be the dominant markup. (OK, this was a cheesy cut... but it was supposed to mean sometime in the distant future.)
The sort of thing that I can see useful is a photopaint (pardon the reference to Corel) sort of tool where the "objects" can be nested on top of each other to make panes (think tiles) that are composed of the sort of components currently described in the JSF spec. This tool can be used both by the artists and... well... the rest of us.
...So in the end, the back-enders are happy, the front-enders (including the artists) are happy, the product managers and marketing types have the materials they need. Everyone does their job efficiently and subsequently the CTO is happy (and decides to --M$).
-Tony

This has created a whole class of graphical artists
that generate markup. And usually this markup is the
"deliverable" to the code hacks like myself.
For this reason, i believe that for web development
tools to advance smoothly, all teams involved with the
development process have to be addressed.
So what is my point?
I feel that JSF may be taking too much of a baby step
toward becoming mainstream. I see a day when the JPEG
( or whatever ) artistic design proofs can be directly
generated from a layout manager that can also be used
to generate the JSP content. But with the current JSF
spec, the magic 8 ball says "reply hazy, try again
later". I'm not sure I get exactly what you want to see, or what your beef with JSF is, but if you're under the impression that JSF is only usable with JSP, let's clear that up.
JSF offers an API that you can use to programatically configure UI components, handle events, etc. and decouples the rendering from the components (through RenderKits) so that the JSF UI components can be used with a number of different rendering technologies; JSP is only one of them, included in the spec because it's believed it will become a popular one.
But you should also be able to use JSF components in frameworks similar to Barracuda and Tapestry, i.e. with clean HTML files as "templates" that a "graphical artist" can develop in any standard HTML tool, and separate Java classes (and/or XML configuration files) that configure the UI components through the API. This set up gives you complete separation of HTML (or whatever ML you use) and the presentation logic, with no need for special tags in the template files.

Similar Messages

  • Will the current plugins for Sigma DP1/2 RAW files work with files from the DP1/2 Merrill cameras? A

    Will the current plugins for Sigma DP1/2 RAW files work with files from the DP1/2 Merrill cameras? And if not, is Adobe developing plugins for these cameras?

    Not sure what plugins you mean, Hornet - Lr doesn't rely on plugins to read new cameras.
    If you mean the Adobe Camera Raw (ACR) plugin - that's for Photoshop, not Lightroom. Lr has the same functionality as ACR, but it's hard-coded into the program, so if you're looking for support for a new camera, you need to wait for a new version of Lr.
    And nobody here can say when Lr support for a given camera will happen.
    Hopefully someone with a Merrill will be able to chime in about whether its files work with the current Lr.

  • Will the dock keyboard for first generation iPad work with iPad third generation?

    Will the dock keyboard for first generation work with the new iPad third generation?

    It should, which is based only on the fact that the connections are remaining the same (the 30 pin usb connection)
    that said, the 3 is thinner and smaller than the first one, so if it's dependant on a tight fit it may not work exactly like it does on the 1.

  • Will the bash fix for Lion work on Snow Leopard?

    Will the bash fix for Lion that fixes a security flaw in the bash UNIX shell, work on Snow Leopard?
    OS X bash Update 1.0 - OS X Lion

    theblueglow wrote:
    eyeman wrote:
    I will go back to using the tcsh shell.
    Unfortunately this is not the path to security since it appears other services like CUPS use bash.
    I agree. When I tried using symlinks to send calls to bash & sh to tcsh instead, I found a lot of broken shell scripts. I don't think tcsh has been maintained very well since it's use with OS X 10.0 through 10.2.  I had better luck with xsh, though.
    This is what I used for a day or so with Mavericks:
    sudo mv /bin/bash /bin/bash.bak
    sudo mv /bin/sh /bin/sh.bak
    sudo ln -s /bin/zsh /bin/sh
    sudo ln -s /bin/zsh /bin/bash

  • I want to preorder a book that will be available this fall, but I'll be living abroad for a short time when it's available for download. Will the book download for me while I'm living abroad, or do I have to wait to get back to my country?

    Specifics are: Currently living in the U.S. and will be studying abroad for a semester this fall in London. I want to preorder a book that comes out in October and be able to read it while I'm over there, but I don't know if the book will download for me since I won't be living in the U.S. Has anyone had any experience with this sort of thing?

    Thanks for your concern M.r kamran well, i am doing OCA or certification for 11g i thought its the latest thing i am really new in this field and have no idea about this world..as you said that the book i m reading which is ...Oracle Database 11g: SQL Fundamentals I Exam Guide (Exam 1Z0-051)..you said that this is book is enough but the thing is i am not satisfied there are only one lab question and 10 MCQS after each chapter which is i think is not enough to clear the exam...so the problem is i need some material or work book any exam patern or something like that ..where to buy them or how will i get approach of these things? so please if anyone knows where to get those things and how..i will be so much thankfull ..

  • Will the memory leak for queue when used in producer and consumer mode in DAQ to transfer different sized array.

    In the data acquisition, I use one loop to poll data from hardware, another loop to receive the data from polling loop sent by queue.
    But everytime the size of the transferred data array may not be the same, so the system may assign different array size and recycle very frequently.
    Will it cost memory leak. Or will it slow down the performance, since the array size is not fixed, so every time need to create a new sized array.
    Any suggestion or better method. 
    Solved!
    Go to Solution.

    As i understand your description, your DAQ-loop acquires data with the setting '-1' for samples to read at the DAQmx read function. This results in the different array sizes.
    Passing those arrays directly to a queue is valid and it does not have significant drawback in performance (at least as far as i know) and it definetly does not leak memory.
    So the question is more or less:
    Is it valid that your consumer receives different array sizes for analysis? How does your consumer handle those arrays? 
    hope this helps,
    Norbert 
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • What will  the replacement be for the ipod nano 1st gen

    Would like to know if anybody knows what will the replacement be? Also has anybody received it? I'm still waiting for the box will be 3rd week waiting.....thanks for any information

    Apple appears to be replacing 1st generation nanos with the same product - 1st gen nanos. The only difference seems to be that the new ones do not have any personal engraving.
    Be sure you stop using your old nano.
    Best of luck.

  • How to identify which key figure will the numeric pointer for deltas?

    Hi All,
    I have created a numeric pointer for generic extraction ? but how to identify which key figure will the numeric pointer will use for deltas ?
    how to identify the key figures which is suitable for numeric pointer. And the generic extraction is based upon the copa table?
    Can anyone suggest me how the numeric pointer works and how to identify deltas are carried out at numeric pointer?
    Thanks
    Pooja

    Pooja,
    If you are using a generic extractor which is based on COPA table, then numeric pointer may not be the suggested delta extraction mechanism. 
    A time stamp would be the better one to use.  In a time stamp, you can give a lower limit value of 300 seconds.. so that it will try to fetch the missed records.
    Moreover, a delta would be based on a character, preferably a time char.
    In your requirement, try to figure out the character on whichdeltas will be based.
    Sasi

  • When will the RAW support for Nikon DF be release?

    Anyone know when they will release the RAW support for Nikon DF?

    Anyone who knows that, would not be allowed to post this information here. Only the Apple developers could tell you, and they never announce this kind of information in advance, sorry.

  • Will the EOS utility for the Rebel SL1 work with the 40D?

    We first bought the Rebel EOS 300D many years ago and then upgraded to a 40D at my wifes shagrine (heavier) and have now bought my wife a new Rebel SL1.  I would like to be able to download all three camers on my computer Win7 and her's WinXP.  I'd like to know if the new discs that came with the SL1 has an EOS Utility application that will handle all three or at least the 40D and SL1.
    Thanks much,
    Bob

    Hi, RobTrek6500!
    The version of EOS Utility on the CD that came with your Canon EOS Rebel SL1 will allow you to download photos from both the Rebel SL1 and the EOS 40D, on both Windows 7 and Windows XP.
    Unfortunately, the "Original" EOS Digital Rebel, known internationally as the EOS 300D, is no longer supported by current versions of EOS Utility, and going to an earlier version will cut out support for the later-model cameras.  EOS Utility's setup does not support having two separate versions on the same computer, so we recommend sticking with the newest version as it will be the most convenient for you.
    The best workaround for this is to use a memory card reader for the original EOS Rebel.  Many desktop computers have CF card slots already built in, and if you don't already have a CF card slot, a CF card reader can be purchased for a low price at almost any electronics store.  This turns your CF card into the equivalent of a flash drive, and image files can be dragged and dropped onto your computer with ease.  Meanwhile, you can continue to use the current version of EOS Utility to download images from the Rebel SL1 and the EOS 40D.
    We hope this helps!

  • HT4059 Will the iBooks content for the Malaysia store be expanded soon?

    For the Malaysia App Store, will the Books content ever be expanded to include mainstream titles? Currently available are mostly classic novels.

    We are just fellow users on here, we won't know until if/when Apple announce something. But before Apple can sell an item in a particular country's store they need to be granted a license from the content provider e.g. the book publisher.
    Do you have access to other ebook apps/stores e.g. Amazon/Kindle, Nook, Kobo ?

  • HT5661 when will the ios 7 for ipads come out?

    when will the ios 7 come out for the ipad retina?

    Indeed, I just connected my iPod Touch 4 to iTunes and it will be stuck on iOS 6.1.3.

  • Will the special price for cs users still be available if i buy a one month plan

    I'm thinking about "extending" trial of CC InDesign by buying the app for a month at $29.99. I have CS3 and so am eligible for the special deal for a complete CC package for a year at $29.99 per month which I may choose to do at some point after that. My question is, by buying the one month plan, am I making myself ineligible for the special deal for CS owners?

    kimcats wrote:
    so what happens if you don't connect every 30 days with a monthly subscription?
    Same as described above by kglad on day 100 with the annual membership.
    kimcats wrote:
    is that why my programs have DRASTICALLY become so slow to open or do anything!?
    Unlikely to be related. That sounds like a separate issue. Licensing checks don't affect software performance. If you're financially up to date the software works. If not then it does not.
    kimcats wrote:
    and what exactly do i need to do every 30 days online? connect how?
    Nothing special. Just connect to the internet.
    The licensing mechanism built into the software will do what it needs to do automatically and silently In a few seconds while you work.

  • Re: When will the YOUTUBE problem for SONY Model XBR65X900A be fixed?

    Will someone from SONY please read what I wrote and write me an answer?
    I'm also curious whether messages are just passed around in a circle by a computer..............or.......do human beings actually see them. Are there any human beings there? Is there a way to talk with someone at SONY........anyone? even a janitor?

    How do I get to my "inbox"?
    and 
    I'm trying to get a simple answers to a simple questions.   On my SONY TV, model xbr 65x900a,  YOUTUBE does not work.  I can't understand all of the technical explanations that are on the SONY website.
    I would like simple answers to three simple questions.
    1.  Will SONY do something to make it possible for me to have YOUTUBE work on my TV?
    2.  If yes, about when do you expect YOUTUBE to start working on my TV?
    3.  If SONY is not going to make it possible to have YOUTUBE work on my TV, is there some alternative thing I can do to get YOUTUBE to work on my TV?
    Please answer these three questions in non technical words, and please don't send me to another site where I am supposed to find out by reading technical information,   If these questions can't be answered in an email, would you please give me a phone number where I can talk to an actual person who knows the answers to these questions.
    Thank you.
    Gary Schwendiman   

  • Will The Sims 3 for Leopard 10.7.5 work on my Lion OS X 10.7.5?

    I have a Macbook Pro 13in early 2011
    I would like to purchase The Sims 3, however, it says that the system requirements are
    Mac System Requirements
    OS: Mac OS X 10.5.7 Leopard or higher
    CPU: Intel Core Duo Processor
    RAM: 2 GB RAM
    DISC DRIVE:
    Hard Drive: At least 6.1 GB of hard drive space with at least 1 GB of additional space for custom content and saved games
    Video: ATI X1600 or Nvidia 7300 GT with 128 MB of Video RAM, or Intel Integrated GMA X3100
    This game will not run on PowerPC (G3/G4/G5) based Mac systems, or the GMA
    will I be able to play this on my mac?

    We can't help much unless you tell us exactly what happens when you try to install Mavericks. Also, please tell us exactly what model MBP you have, RAM installed, etc.

Maybe you are looking for