ANN: JPlates 2.1 is available - great alternative to JSP

          I know you're all busy with your current projects, but maybe the next
          one will be much easier if you use JPlates.
          JPlates 2.1 is now available for licensed use and evaluation. JPlates
          is a fully object-oriented template-processing system that combines
          many of the best features of Java with great template processing
          features to create a terrific alternate to JSP. JPlates works great
          with Struts and you can replace your JSPs one at a time.
          JPlates generates true JVM classes that are seamlessly compatible with
          Java, and every JPlates method is an executable template. What that
          means is that you can build your MVC views using objects and classes
          and methods (and not includes), just like you build everything else.
          Take a look at http://www.jplates.com, and please follow the link on
          the left side to the note about JSP scriptlets.
          Thanks for reading,
          Dan Jacobs
          Founder, JPlates Inc.
          

You should always try to keep client and server patch levels syncronised. Client should never be earlier than server. Ideally you should try and install the latest database version (10.2.x) and latest patch (10.2.0.3.0) or if you must work with 9.2.x use 9.2.0.8.0 for the database version you are using. Note 9.2.0.1.0 and 9.2.0.2.0 are not supported for XML DB

Similar Messages

  • What's the available value for weblogic.jsp.encoding in web application.

    Hi,
              I'm using chinese windows nt 4.0 and weblogic 5.1 sp6.When I did not set
              weblogic.jsp.encoding to GB2312 , when the jsp file contain's chinese , the
              output will be error .And when I did not set it , the output is correct, but
              when I use request.getParameter("SomeFormElement")(the element inputed
              chinese), the return value is error.
              How should I set weblogic.jsp.encoding value to satisfy all this problem?
              When I set the value to ISO-8859, there is an exception:
              java.io.UnsupportedEncodingException: Charset: 'ISO-8859' not recognized,
              and there is no alias for it in the weblogic.httpd.charsets property. So
              What's the available value for weblogic.jsp.encoding in web application?
              Pan
              

    hi ,
    i think the best way is to create java beans ,in that bean call your EJB ,
    and check the validation over there.
    and make that bean scope to session.
    in each and everypage try to check the session ,if it is not valid then forward to your login page...
    otherwise continue to give access to him like guest
    Regards,
    AfTaB

  • ANN: XDK 9.0.2Beta Available

    New Beta releases of the Oracle XDKs (9.0.2.0.0A) are now available online
    athttp://otn.oracle.com/tech/xml.
    In these releases, in addition to the bug fixes, are the following new
    features and enhancements:
    - New XMLType bean and XMLDiff bean are introduced.
    - XML Schema Processor for Java now supports the official W3C Schema
    Recommendation.
    - XSQL Servlet:
    - New Performance Improvement Option for <xsql:include-owa>
    - <xsql:set-page-param> now supports xpath="Expr" Attribute
    - New Airport SOAP Service Demo
    - Simplified inclusion of XML from CLOB and VARCHAR2 Columns
    - New <xsql:include-posted-xml> action handler to include posted XML
    - Support for the Apache FOP 0.18 release
    Also the following new XDK for Java features are available:
    - XSU support for SAX 2.0 and generating the XML Schema of a SQL Query.
    - DOM level compression support in the XML Parser for Java.

    Hi Steve,
    Some Questions...
    1. Does this release support XMLType and other URI Refrences features of 9i in Java?
    2. Does it support Schema ClassGenerator?
    3. Does it support the MetaData API in Java?
    There are many features for XML in Oracle 9i but they are present currently only on the PL/SQL level. When will these features find support on Java side?
    Please advise...
    Thanks

  • [ANN] Simple WYSIWYG Text Editor Available

    What's Great about it:
    a) Super Fast;
    b) Resilient (you can run within ajax tag like cfwindow
    without sweat, pure plugin and play)
    probably more...
    Caveat:
    a) only a few core features;
    b) currently supports mainly IE (but FireFox3 is expected to
    be supported as well)
    If interested pm me.

    Adobe sells Acrobat Standard and Pro, that's it. Editing text in a PDF is not a trivial task, they're not intended to be editable documents.

  • ICO Format Plugin from Telegraphics not available now - alternatives?

    Hi everyone, this is my first post on the forum.
    I went to telegraphics.com.au/sw/ to download the plugin for photoshop so I can create a favicon - - but the page has been taken down due to them boycotting Israel over the Gaza incident.
    Is there any alternative?
    Thanks for your help!

    IrfanView http://www.irfanview.com/main_download_engl.htm is a free stand alone program that can read (but not write) PSD files and can output ICO files. It's an excellent file viewer/converter and is absolutely free. I've been using it for years.

  • ANN: FrameScript v.6 beta available

    FYI, Frank Elmore has announced the availability of FrameScript v.6 for beta testing. There are some very powerful new features that should make this a compelling upgrade.
    For full details, please see the message over in the FrameScript forums at Yahoo Groups.
    See: http://tech.groups.yahoo.com/group/framescript-users/message/10507  [Note: you may need to join the group to see this]

    Please read this other forum about the roboform issue.....
    * https://support.mozilla.org/questions/1001655

  • Alternative to JSP templates

    [This is a cross post. I posted the same thing over at the coderanch: http://www.coderanch.com/t/554956/JSP/java/Alternative-JSP-templates]
    Hey,
    I've built and worked on quite a number of web applications using JSP for HTML templates.
    I always found that the templates would get quite messy and confusing even if you use JSTL instead of scriptlets.
    In a few projects I used other libraries for the HTML templates, Velocity for example.
    Though, that's just the same in a slightly different syntax. I've also worked with numerous other technologies in Ruby land,
    but I'm not happy with them either.
    To come to the point of this post: I don't like it very much and so I've created an alternative: Wandledi
    To describe it shortly: Instead of including scriptlets or custom tags into HTML files Wandledi uses a separate layer that's only responsible
    for transforming HTML markup in order to fill it with dynamic data and so on.
    For further information please have a look at http://wandledi.org *.
    The idea isn't entirely new, though I don't know any other library that implements it in this way and not only for Java,
    but for Scala, too.
    The reason I post this here is that I was hoping to get some feedback from Java (and possibly Scala) developers on the whole thing.
    Do you find the idea totally ludicrous or do you think it could make sense?
    I for one am actually using Wandledi in several projects and I like it very much.
    However, I might be a little biased. ;)
    Regards,
    Markus
    * For an actual Java example see: http://wandledi.org/spells/duplication.html
    Edited by: user5480329 on 06.10.2011 12:25
    Edited by: user5480329 on 06.10.2011 13:33

    First off: Thank you for your input.
    Please let me point out that Wandledi is in no way a web framework. It is a rather small library merely 'living in the presentation layer'.
    889994 wrote:
    +"The HTML markup stays clean and can even be edited with HTML editors such as Dreamweaver without getting confused.+" - This kind of argument is pretty widespread. Both ways. If there is some existing text editor for a given format they say - you may use editor XXX. If the format is too new they will tell - you do NOT need any special editor and sell that as an advantage. As of me I call that a "tools oriented approach" - as if starting a brand new technology we should first of all take a decision which editors it will comply to.
    In reality developing a technology as a whole (really new ideas included) costs non less than 50 times more than any editor. Editors must follow technology, not vice verse.I agree. This point I added because I thought of it as a little bonus.
    It's not something I had considered in the design of Wandledi. I use redcar for everything anyway! ;o
    889994 wrote:
    HTML files can be changed directly and the view is updated without recompilation. No compilation or runtime errors as a result of changes to templates - they may tell this. If is not a case they may tell something about how it is reliable when everything is compiled in advance.
    My 15 years of contact to JSP pages tells me that all end-up with including compilation of JSP as a step of a build. Otherwise you have a convenience of extra redeployments to production.Well, in the end the only thing that brings relative security are integration tests, I suppose.
    Cucumber to the rescue.
    Still the point of making recompilation unnessary is pretty valuable for development,
    because it makes it way quicker if you only make changes to the markup, which happens rather often
    when you're trying to circumvent another IE6 bug. ;)
    889994 wrote:
    "By putting the transformation logic into plain classes you can use the full power of the language (Java, Scala, ...) to describe the view transformations.
    This includes inheritance, composition and polymorphism to build up larger, more complex transformations OOP-style." - I have strong doubts that transformation logic is something needed for presentation. What about "the markup is also easier to read for humans, too."? - once you hide all under Java-coded transformations.This is a valid point. You can do all sorts of mischief with those transformations. But that's possible with any technology and it lies in the responsibility
    of the developer to be reasonable about it. It's important to point out that you usally do not want to generate HTML with Wandledi (referring to your print("<html>") statement). You merely transform. That is add, remove or change HTML attributes or duplicate portions of markup that is already there.
    One of the motivations behind Wandledi is that you should be able to express conditions and loops in an actual programming language instead of a cumcersome surrogate language or tags. The framework you suggested also makes this possible, which is good.
    To bring an example of Wandledi for loops.
    When you usally would do something like this:
    JSP:
    &lt;ul class="users"&gt;
      &lt;% for (String user : users) { %&gt;
        &lt;li&gt;&lt;%= user.name %&gt;&lt;/li&gt;
      &lt;% } %&gt;
    &lt;/ul&gt;I find this very ugly. The use of EL only improves the situation mildly.
    With Wandledi this would look like this:
    HTML:
    &lt;ul class="users"&gt;
      &lt;li&gt;Hans&lt;/li&gt;
    &lt;/ul&gt;
    Scala:get("ul.users li").foreachIn(users)( (li, user) => li.text = user.name )What I hope is that already in this small example the markup is more comfortable to read without the obfuscation through JSP. It is to me.
    Also it isn't more code, less even in this example. Just put into another file.
    Of course this would be less consise in Java. You would need about 5 lines of Java to express the same thing.
    889994 wrote:
    "The web designer can start building a functioning HTML page locally first without needing a server. Also they don't need to know jack about Java, JSP, JSTL, etc.." I agree. But. That may be said about ANY technology, including the JSP itself.That's not entirely true. What I mean is that the web designer can actually build the page locally and view it in his browser, simply by opening the file he is working on. Of course that is no longer possible once you start building stuff by including other files and so on.
    But you can build the components and simply view them in the browser. You can build concrete instances.
    Just as I did in the example above by inserting "Hans" instead of some variable name.
    You can show the page to anyone with a browser, no fragments. But mock content which will later get replaced with actual content.
    889994 wrote:
    One big piece missing in your proposal is about components and code reuse in general. That's the thing. It isn't. Because it is already there. You just do it the same way you would do it with your normal Java code.
    Because it is normal Java code.

  • HTML Server Pages - an alternative to JSP

    Your comments would be appreciated on an alternative approach for
    developing web applications using HTML Server Pages (HSP).
    Rather than convert the Server Pages to Java code, the approach
    is to create the Server Page as an XHTML document and
    process it as XML.
    The id attribute is used to link the HTML tags to the servlet
    code. For example:
    <p id="greeting"> </p>
    The servlet code uses a Framework based on the MVC design pattern. A
    value is displayed by creating a Text Model object and associating
    it with the id attribute.
    The advantage of this approach is that the Server Page can be
    validated against the XHTML DTD and there is a clear separation of the
    HTML and Java code.
    For more details see the Brill Software web site:
    http://www.brillsoftware.co.uk
    Thanks
    Chris

    Thank you 'maesj' and Robert for taking the time to post some very interesting comments.
    Please find below my comments on the points raised.
    Best Regards
    Chris Bulcock
    Also every page redirect, link goes through a kind of a commandservlet that processes the page?The HSP Framework follows the same approach as that used by the JSP Model 2 architecture. The entry point is a Java Servlet.
    You can store and process JSP's as XML, too.The advantage of using XHTML is that a web designer can edit the pages using an XHTML aware editor such as Adobe GoLive and Preview them.
    <p id="greeting"> </p>
    What exactly does this do?The id attribute is used to connect the <p> tag with the dynamic content that is generated by the application. When displaying the page the Framework will get the Text Model that the application has created and insert the contents into the Text Element part of the <p> tag. If the Model contained "Hello World" the HTML sent to the Web Browser would be
    <p id="greeting">Hello World</p>
    How do you do loops?The HSP Framework supports a Table Model for the display of tables. The row HTML is duplicated for each row in the table.
    I think it is a bad idea to use the id since this is normally meant to uniquely identify instances in an XML document. If you want to adhere to this rule you could easily insert the same contents twice in a single page.A number can be included in the id attribute to make it unique within the document. e.g. greeting-1, greeting-2.
    Rather than duplicate the same content twice the common HTML can be placed in a single file and included in other pages as required. The <object> tag is used for this purpose.
    How then does the data get into the XHTML element?The data is inserted by the Framework.
    But you have to bind them together in some place.The id attribute is used to bind the XHTML tags to Model objects.
    Plus: fixing the format to XHTML prevents such things as inclusion of other files. This OTOH would impove the options for a modular design.The XHTML <object> tag is used to include one file (View) within another. With the Brill Software web site the Menu bar and Footer are held in separate files and included into each page.
    Unfortunately I did not find documentation there.The documentation is at:
    http://www.brillsoftware.co.uk/bswebapp/bsservlet?cmd=DisplayCmd&view=UserGuide1
    I would not buy such a framework since there are good and mature frameworks out there - for free.The cost of a framework needs to be considered in relation to the overall cost of a project. If a framework saves you time and effort it may be worth paying for. It depends on what value you place on your time and the time saved by using a particular framework.

  • Alternative AppsLocalLogin.jsp

    I want to restrict all users from logging into the system with some exceptions. To achieve this I want copy the AppsLocalLogin.jsp to XXAppsLocalLogin.jsp and provide this to the list of users who are in the exception list.
    I will also replace the AppsLocalLogin.jsp (with information about the cause).
    But when I copy the page to XXAppsLocalLogin.jsp it's not working, it says "page cannot be displayed". What could be the problem???
    We have just patched the EBS with ATG RUP5. In ATG RUP4 it worked.
    Activated logging for Jserv
    [13/03/2009 12:05:35:198 CET] <servletLog> java.lang.RuntimeException: Cannot access oracle.app.fnd.sso
    at oracle.apps.fnd.sso.SSOAccessEnabler.&lt;init&gt;(SSOAccessEnabler.java:47)
    at oa_html._XXAppsLocalLogin._jspService(_XXAppsLocalLogin.java:196)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:534)
    Found the following in a technical form
    https://metalink2.oracle.com/metalink/plsql/f?p=200:27:3752157369023068857::::p27_id,p27_show_header,p27_show_help:708067.992,1,1
    Edited by: ahlqvism on 2009-mar-13 04:50

    Hi,
    Found the following in a technical form
    https://metalink2.oracle.com/metalink/plsql/f?p=200:27:3752157369023068857::::p27_id,p27_show_header,p27_show_help:708067.992,1,1
    Does it mean that this is no longer an issue?
    Regards,
    Hussein

  • ANN: Soliciting Input for Step-by-step BC4J+DAC/JSP Examples

    All,
    We are looking for user input to guide our current work on writing additional examples and "how to" tutorials for the next major JDeveloper release.
    Feedback here in the forum from other discussion threads provides ample motivation that these additional "how to" topics are needed, so here we're looking to get down to the specifics.
    The four key areas that appear to need more meaty examples are:[list][*]Exploiting Business Components to Model Applications[*]Building Real-world DataBound Java Swing GUI's with the additional DAC framework, on top of BC4J business components.[*]Building Real-world, DataBound JSP GUI's with the additional JSP DataTags tag library, on top of BC4J business components, and possibly[*]Working with inbound and outbound XML messages on top of BC4J business components.[list]
    These should encompass the basics of multi-form/page applications as well as user authentication as well.
    If you have opinions on the specifics of any of these topics that you would like covered, have additional "big-ticket" topics that are missing from this list, or have common use cases that our current documentation has not helped you with, please chime in on this thread.
    Steve Muench
    Lead Product Manager, BC4J

    The most important thing is that the examples should demonstrate how to customize the wizard-generated code. I agree that the 3.2 documentation is a bit better in this regard. Nevertheless what I would have liked when I started on this rocky road is:
    (1) Working code demonstrating use of all widgets e.g. LOV, dropdown lists, checkboxes, etc.
    (2) Examples that step through all the tabs on the EditObject wizards e.g. what happens if I set the ViewObject property DESCRIPTION?
    (3) On a related tip, the underlying base tables should have real world column names e.g. EMP_NO rather than EMPNO (I realise that altering the SCOTT schema is sacrilegeous and I'm not actually suggesting it, but you are introducing new tables). This particular issue would have revealed the bug in the _LABEL property early on.
    (4) Instructions on doing programmatic defaulting and validation would be useful.
    (5) I second kirkk's advice about CRUD - the Data Tag example was particularly bad in this respect.
    The key problem with the documentation is context. There are lots of code snippets in the syntax pages but other there's no explanation of why we should use it.

  • [ANN] Article about JSP/JSF clashes and a better alternative

    I believe some of you might be interested in my latest JSF article, published on ONJava.com today:
    http://www.onjava.com/pub/a/onjava/2004/06/09/jsf.html
    I hope it will lead to some interesting discussions regarding a better alternative than JSP for the JSF views in a future version of the spec.
    Hans Bergsten (EG member)

    Great article, Hans. I agree that the JSF community should be looking into alternative ViewHandlers. So far, it's been an underappreciated API, but teams like MyFaces and, yes, Tapestry too, should be thinking about how to innovate here. There's a lot of room for progress to be made, and we don't have to wait for the spec process to turn its gears to see some enormous improvements in the usability and power of JSF. Remember folks, the EG built extensibility and pluggability into JSF for a reason!
    -- Adam Winer (EG member)

  • Is there a way to make the message+ app use wifi as default if wifi is available available?

    I often am on WiFi with very little service and message+ tries to send it over service and if fails. I then have to turn on airplane mode and wifi to get it to send over the WiFi network. Is there a way to make this just happen automatically?

    I can see that becoming pretty annoying, Garrett611. We do try extremely hard to make sure you get a reliable signal in as many places as possible. Since there are places where Wi-Fi is available but there's factors beyond our control that decrease cellular service, Wi-Fi is a great alternative! If you go into Verizon Messages > Menu > Settings > there is an option to Sync Over Wi-Fi only when connected to Wi-Fi.
    JenniferH_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • Any good alternatives to DVD burning? VCD? S-VHS?

    I am totally disillusioned with the time it takes to encode and burn a DVD with my PB. AppleCare acknowledges that it takes 8x - 10x source material for successful burning & if you look on these (amazingly honest & helpful)forums you soon learn that DVD burning on any Mac can be very intimidating and problematic.
    I am wondering if there is info readily available for alternatives:
    1. VCD burning. I have a ton of small clips and could trim down larger clips to burn onto cds. Are there crazy problems with this as with DVDs?
    2. This PB has an S-VHS output & I got a stereo audio cord for output. Will videos created like this be viewable? I suppose it depends on the quality of original material & how do I find this info?
    My PB is loaded with every imaginable video and audio pro & standard app. including ToastTitanium7, FinalCutPro, CinemaTools, DVD-StudioPro, QuickTimePro7 etc.
    I was praying that DVD burning was a lot simpler than my experiences with Windows based machines. There one needed to have a stand alone powerhouse & Re-Install Windows every couple dozen burns to get rid of all the corruption but not even doing that with a Mac seems to make the process as easy as Advertised. Live & learn.
    thanks,
    frank

    I can only speak from my experience, but I've not found creating and burning DVDs to be at all intimidating and certainly not problematic. Every video DVD I've created has gone smoothly; your mileage may vary, of course. Please note that these forums are for people who are having problems; the many, many people who use their systems with no trouble at all have little incentive to post in a troubleshooting forum.
    I notice that you list a number of pro apps including DVD Studio Pro; DVDSP is not intended for consumer use and has a very steep learning curve (although DVDSP 4 has a mode with a simplified interface that's easier, but it still takes some learning). If you want simple, you should be using iDVD; that's Apple's consumer application for creating video DVDs, and the latest versions of iDVD and iMovie (part of iLife '06) make it, in my experience, about as easy as it can get. You can get results with DVD Studio Pro that you cannot with iDVD, but it's going to take work, just as working with FInal Cut Pro will involve more learning time than working with iMovie.
    As to creation time for the disk, that's strictly a function of how fast your system can process. Compressing to MPEG-2 (which is the format video DVDs use and which is what takes the majority of the time involved in burning the DVD) takes a lot of processor horsepower, and a single-processor PowerBook isn't going to be as fast as a dual-processor G4 and much less so than a G5. If you're encoding and burning DVDs regularly, you might want to consider moving to a system with higher processing power. To optimize compression time on your PB in the meanwhile, make sure that no other application is running when you're processing the DVD and that your system has plenty of available hard drive space (for the temporary files that will be created).
    As to alternatives, that depends on your needs. If you need playback in a DVD player, then burning a DVD will be your best route. Very few players can play a VCD, and as MacNoel said, quality isn't stellar. Whether or not VHS would be an acceptable alternative only you can say.
    Regards.
    Message was edited by: Dave Sawyer

  • Java servlet to check availability of time slots for booking meeting

    I am keeping two time stamps into a table ie start time and end date.Start date and end date should be greater than present system date.In a java servlet i am linking and comparing the time stamps that entered through availability checking form.Availability check form , a jsp ,will take the start time and end time .After pressing the search button it will yield the available slots for choosing to book.Can you please suggest me how can i implement the logic.I have tried to use vector to store the slot info but resulted in error .

    Well, at the minimum you will need a Booking object. It will at a minimum have start and end as Date variables. You probably will also want another Date called bookedOn (or something similar) or use a boolean to indicate that the slot is no longer available.
    You will have to write a SQL query that will use the start and end dates the form supplies for time slots that match these criteria (and likely bookedOn values not equal to null). Your DAO will populate a series of Booking objects based on the query results.
    When the user selects a given slot, populate the bookedOn date or the boolean flag indicating the time slot is now taken.
    Without more requirements or where you are stuck, it's hard to help beyond that.
    - Saish
    PS: Unless you need synchronization, use List/ArrayList rather than Vector

  • JSF without JavaScript... alternative

    I've been looking around to see if JSF is really a good choice for the projet i'm working in... I'm between JSF and Struts for the development..
    The framework must:
    * have a great performance: lot's of visitors and a great ammount of data (member profiles and lots of database access...) everytime...
    * internacionalization
    * dynamic: the visitor is able to choose the Look and Feel for the page (templates, color schemes, ...).
    JSF has shown to be great for this aspect.. but all the implementations i've seen make an extensive use of JavaScript (even for a simple link...). The project MUST be able to work with users who has JavaScript enabled and disabled.
    I read somewhere you could have a DHTML and a HTML Renderer and decide at runtime which one to use... Is it a greate alternative? Is it worth the cost?
    Thanks everybody!

    This is a good list of open-source web frameworks. Perhaps there is something in this list that will suite your needs:
    http://java-source.net/open-source/web-frameworks

Maybe you are looking for