Book on "Enterprise Application Development" .

I am looking for a Java book on "Enterprise Application Development" . The book must detail using a sample business application complete software development life cycle i.e Analysis , Design, Development and Implementation . Kindly suggest me some good suitable titles .
Rgds
B V Mittal

Don't cross-post:
http://forum.java.sun.com/thread.jsp?forum=54&thread=533586&start=15&range=15&hilite=false&q=
http://forum.java.sun.com/thread.jsp?thread=368825&forum=54&message=1559748
http://forum.java.sun.com/thread.jsp?thread=388131&forum=31&message=1672870
http://forum.java.sun.com/thread.jsp?thread=409039&forum=31&message=1795254

Similar Messages

  • Regarding Oracle ADF Enterprise Application Development - Made Simple book

    Hi guys,
    I am trying to do Sten Vesterli's Oracle ADF Enterprise Application Development - Made Simple
    book. But I am stuck setting up OTPC. When I am trying to run "tpcinstaller.jar" and give my database connection information I am given a TPC-90019 error.
    The log file says it is a "ORA-01882: timezone region not found" error.
    My timezone is 'Asia/Calcutta'.
    This is what tpcinstaller log file contains,
    -------------------------------------------------------------------------------------log_file
    oracle.alminternal.version.Version: file:/C:/install/tpcinstaller.jar!/META-INF/version.xml
    11.1.1.4.37.59.23
    Launched from jar:file:/C:/install/tpcinstaller.jar!/oracle/alminternal/installer/Installer.class
    Found installer jar file /C:/install/tpcinstaller.jar
    Installer jar file name: /C:/install/tpcinstaller.jar
    Created temporary directory: tpctemp
    Execute command[tpctemp]: [D:\Oracle\Middleware\jdk160_21\bin\jar.exe, -xf, /C:/install/tpcinstaller.jar, lib]
    Extracting files ...
    Launching installer wizard, it may take a minute or so, please wait ...
    Execute command[tpctemp\lib]: [D:\Oracle\Middleware\jdk160_21\bin\java.exe, -classpath, annotations.jar;commons-io-1.2.jar;dms.jar;forms-1.0.6.jar;ideimpl.jar;idert.jar;javatools-nodeps.jar;javatools.jar;javax-ide.jar;javax.persistence_1.0.0.0_2-0-0.jar;jewt4.jar;oicons.jar;ojdbc6dms.jar;ojdl.jar;ojmisc.jar;oracle.ide.jar;oracle.ide.webbrowser.jar;oracle.ide.webupdate.jar;org.eclipse.persistence_1.0.0.0_2-1.jar;share.jar;TimingFramework.jar;uic.jar;xercesImpl.jar;xmlparserv2.jar;/C:/install/tpcinstaller.jar, oracle.alminternal.installer.Installer, -W]
    Temporary directory: connector created
    C:\install\tpctemp\lib\otpc created
    Jan 5, 2013 11:38:33 PM oracle.alminternal.installer.ideimpl.webbrowser.ProxyAddin loadProxyNative
    WARNING: Unable to default HTTP proxy: Native support is not available.
    :::settingsInitialized = false
    jdbc.url = jdbc:oracle:thin:@localhost:1521:xe
    jdbc.user = BOOK
    jdbc.password = BOOK
    SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    -------------------------------------------------------------------------------------log_file
    Regards !
    Sameera
    Edited by: samme4life on Jan 5, 2013 9:10 PM

    I have the same problem, when I delete row and after that I use refresh button in internet explorer. What I do is I drag and drop button "removeEntity" and edit it in backing beans adding new bindigs that commit changes and referesh page. Code:
    public String commandButton2_action1() {
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding =
    bindings.getOperationBinding("removeEntity");
    Object result = operationBinding.execute();
    if (!operationBinding.getErrors().isEmpty()) {
    return null;
    OperationBinding commit1 = bindings.getOperationBinding("Commit");
    commit1.execute();
    OperationBinding requery = bindings.getOperationBinding("findAllRezerwacja1");
    requery.execute();
    return null;
    In page definition I added "Commit" action and code with methodAction is:
    <methodAction id="removeEntity" InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" MethodName="removeEntity"
    RequiresUpdateModel="true" Action="999">
    <NamedData NDName="entity"
    NDValue="${bindings.findAllRezerwacja2.currentRow.dataProvider}"
    NDType="java.lang.Object"/>
    </methodAction>
    <action id="Commit" IterBinding="findAllRezerwacja1Iter"
    InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" RequiresUpdateModel="true"
    Action="2"/>
    Can sb tell is there is normal that when I delete row in table, and after it I refresh manually by IE page is normal that I get error messages. I this is the same situation using Back in IE. Deleting row that is commited to database works fine, but the problem is with manually refreshing page?
    Next question is about using Delete action from node instead of removeEntity, what is the difference? As you can see, I use removeEntitity method. Choosing Delete action instead doesnt works. Why? Rest of the code is the same but instead of dropping method removeEntity I drop Delete action
    Sorry for my English, its not my native.
    Thank in advance

  • Book for learning application development

    I need a good book for learning application development for ios.
    If you have a website, it will be good.
    If I can buy through the site, it's even better.

    Use the resources you pay for with a dev account in the iOS Dev Center(s).
    iOS Human Interface Guidelines
    iOS Starting Point
    Start Developing iOS Apps Today
    App Development Overview
    App Store Review Guidelines for iOS Apps
    Your First iOS App
    iTunes Connect Developer Guide
    iTunes Connect Guide
    Learning Objective-C: A Primer
    Also: iTunes U

  • Enterprise Application Development Using Oracle NoSQL Database

    Hi,
    I am following the below link given by Re Lai, to develop the Kvitter application using NoSQL database. But there is no link to sample code in the given below blog.
    Application Development Using Oracle NoSQL Database
    Please help me with the link for the Kvitter Application Code.
    Thank you.
    Regards
    Anvesh Raju

    Hi Anvesh
    Here is the direct link to source code of the above sample program. The link is also posted under Demo/Sample Programs section.
    HTH
    Anuj

  • Help book iOS 5 Application Development hour 8 files

    I need copy of the final ViewController.m  and  .h files to check errors.

    Don't waste time w/those lousy iOS books - they're written with outdated code and you can't ask questions to the people that took you money (not us!). You could be doing everything they tell you and end up wasting time against their errors. Hope you kept the receipt.
    Use the resources you paid for in the IOS Dev Center. Also iTunes/iTunes U ~ Stanford.
    Ken

  • Enterprise Java-Based Application Development

    This company appears to be doing some rather interesting things for Java based enterprise application development. Looks like you can build apps much faster than any traditional method I have seen...can build work flows too.
    http://www.veloxtp.com

    Not sure if this helps.... ( It only will help if you are some how using Javascript to talk to the applet. )
    Macintosh computers do not support "LiveConnect" in any of their browsers. So if you are using Javascript to interact directly with the applet, i.e., to modify properties on the applet itself, then you're out of luck.
    http:\\www.unix.org.ua/orelly/web/jscript/ch19_01.html

  • J2EE/SAP Enterprise Portal - Developer Position

    Our client is looking for Enterprise Application Developer with strong J2EE and SAP Portal knowledge.
    Please submit your resume to [email protected] for an immediate consideration.
    ENTERPRISE APPLIC. DEVELOPER
    Description:
    EDUCATION: B.Sc. Computer Science or equivalent Required Technologies: - Strong J2SE and J2EE experience - APIs knowledge - JSP, Java Serlvet, JMS, EJB (Session and CMP 2.x), JDBC, JNDI, JCA, J2EE Deployment, JAX-RPC, SOAP 1.2 - Web UI development framework such as Struts or SAP WebDynpro - Source Code Version control system such as CVS - Java Ant - Java Security and J2EE Security - Eclipse - LDAP JOB DUITES: - Develop plan and implement SAP EP into a large IT environment. This will include providing the technical expertise required to make this happen in a timely manner. - Work with internal clients to translate the defined business requirements into technical solutions, do feasibility assessments and identify the appropriate technical approach to meet those needs. - Technical architecture and design, and hands-on development of Portal solutions which are based on SAP best practices and J2EE standards. - Execute the software development life cycle, develop and carry out development best practices, and participate stress test and performance test. - Support and enhance existing applications.
    EXPERIENCE: - Competency in the development of customized software and architecture processes - Java Application Server development, delivery and overall system optimization - Solid experience of software development life cycle (requirements, specifications, design & analysis, construction, testing, deployment). - Proven ability to meet deadlines - Demonstrate the ability to prioritize tasks and work effectively with minimal supervision in a collaborative environment -Must be details-oriented and have a strong commitment to client satisfaction - Strong analytical skills and ability to create innovative solutions to complex problems -Strong communication skills Required Experience: -Object Oriented analysis and design -Solid Java application development experience -Solid Web tier development experience -Solid XML and Web Services experience -Web application security such as Single Sign On architecture -Web application profiling -Experience design and document enterprise applications - Solid troubleshooting skills - Experience with source control system -Web application and enterprise application integration - Knowledge and/or exposure in SOA architecture - Relational database experience, knowledge of repository framework -Commercial Portal product experience is a bonus Desired Experience/Technologies: - Hands on experience in SAP Enterprise Portal 6 - Knowledge of SAP HR, R3, BW - Knowledge of ABAP - Hands on experience in webMethods product suite.

    hi aditya,
    u can also refer to this links to feel comfortable with portal.
    New to EP..
    Very new to EP with Little knowledge on JAVA....Help on this
    http://help.sap.com/saphelp_nw04s/helpdata/en/10/4baa42cdccda11e10000000a155106/frameset.htm
    Beginning EP Development
    Oliver's favorite SDN link collection
    Top Weblogs of All Time [19 to 14]
    Installing and configuring the preview edition of EP
    What is EP ??
    About portal
    e-Books on EP
    Beginner to EP
    Start with EP
    Portal Development
    regards
    bhargava
    note:reward points if useful

  • Book on Enterprise Business Application Development

    Dear Sir,
    I am looking for a good book on "Dveloping Enterprise Business Application using J2EE" . The book must present a complete life cycle of business application development including Analysis/Logical Design/Physical Design/Component Coding etc . Incase book covers a sample business application to explain the complete software application development life cycle then it can be very much usefull .
    Kindly suggest me some good titles to suit the requirement.
    Rgds
    B Mittal

    Don't cross-post:
    http://forum.java.sun.com/thread.jsp?forum=54&thread=533586&start=15&range=15&hilite=false&q=
    http://forum.java.sun.com/thread.jsp?thread=368825&forum=54&message=1559748
    http://forum.java.sun.com/thread.jsp?thread=388131&forum=31&message=1672870
    http://forum.java.sun.com/thread.jsp?thread=409039&forum=31&message=1795254

  • Which books to refer for OCP Application Developer track.

    Hi All,
    I am appearing for Oracle certification in Application Developer stream
    with following papers 1z0-051 -> 1z0-144 -> 1z0-146.
    I would like to know the list of reference books, study notes etc.
    Also any related websites would be a great help.
    Regards,
    Aalok

    Hi,
    The Oracle pages provide sample questions and recommended practice tests, see...
    1z0-051: http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_051
    1z0-144: http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_144
    1z0-146: http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_146
    Recommended 051 book: http://www.amazon.co.uk/Oracle-Database-Fundamentals-Exam-Guide/dp/0071597867/ref=sr_1_1?ie=UTF8&s=books&qid=1259592786&sr=1-1
    http://blogs.oracle.com/certification/2009/05/the_route_you_choose.html
    Mike

  • Which books to refer for OCP Application Developer.

    Hi All,
    I am appearing for Oracle certification in Application Developer stream
    with following papers 1z0-051 -> 1z0-144 -> 1z0-146.
    I would like to know the list of reference books, study notes etc.
    Also any related websites would be a great help.
    Regards,
    Aalok

    Aalok.Shelar wrote:
    Hi All,
    I am appearing for Oracle certification in Application Developer stream
    with following papers 1z0-051 -> 1z0-144 -> 1z0-146.
    I would like to know the list of reference books, study notes etc.
    Also any related websites would be a great help.
    Please post your question in the appropriate forum and for certification related issues/queries, this is the one,
    Oracle Certification Program
    HTH
    Aman....

  • SQL Server Enterprise support for Offline / Online Application development

    Hi,
    We have suggested to use the SQL Server 2012 as Database for our Enterprise application. We have the Offline/Online two set of application. Can you suggest any offline database to sync the Online SQL Server database.
    Thanks,
    Sethu

    What is an offline database?
    One can setup an "online" database and an "offline" database using SQL Server 2012 Enterprise Edition.
    SSIS packages can be used to synch data between the databases:
    http://blogs.msdn.com/b/jorgepc/archive/2010/12/07/synchronize-two-tables-using-sql-server-integration-services-ssis-part-i-of-ii.aspx?Redirected=true
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Best development platform for enterprise applications on the Oracle DB

    We have been developing enterprise applications for many years based on Oracle technologies, right now we have reached a significant number of systems developed with Oracle Forms 6i and a few ones with Oracle Forms 10g. Although according to Oracle Statement of Direction of March 2012 Oracle remains committed to the support of Oracle Forms and Reports, there won’t be new features added to these products, and we can predict that eventually they are likely to be discontinued. Although we will continue using the Oracle Database, we have started to look for a replacement of our development platform, for the new developments and the migration of our existing Forms applications. Our Oracle database is installed on a Linux server. We are also planning to retain our existing programming staff and most of them have no experience with other tools or languages.
    This way, I would like to hear from people who has faced the same problem what development platform (development framework, IDE, programming language, application server) they chose for developing their next generation enterprise applications and what factors they considered in making that decision.
    Any suggestions, ideas, recommendations, considerations or advices you can give us would be welcome and really appreciated. Thank you very much for your time and thank you in advance for your answers.
    Edited by: lorpad on Aug 10, 2012 9:05 AM

    Your question is not an uncommon one. However, my opinion is that which product or technology you use for an application should not be solely based on what is "cool" today. Some of today's most popular product may not be able to do what you need them to do or at least may not allow you to do it easily. You need to use a product and/or technology which falls into this group:
    1. Does the product/technology offer the features our application will need?
    2. Does the product/technology scale to the level we need? Both in user base and application size?
    3. Does the product/technology offer the level of security we need?
    4. Does the product/technology fall in line with our development team's skill set?
    5. Does the product/technology fall in our budget?
    Whether you are speaking of an Oracle product or competitor's product, all have their advantages and disadvantages.
    The views expressed in this posting are my own and do not necessarily reflect the views of Oracle.
    .................................................................................................................................

  • Regarding Enterprise Application infrastructure development

    Hi all,
    I am working in a development process of an enterprise application in java. I want help from expertise to develop the infrastructure. I am planning to use STRUTS for the Web Client EJB3 for Application Business Logic in JBOSS AS. In this context i want to know how to send the complex object from the client to the remote EJB server.
    thank u

    VijayMohan wrote:
    So you are telling if i am having a Entity Bean that also i need to keep in client side to assign value to it,
    or i should use a client business bean and send it to Application Server and from there, i should use a
    translator for translating from the client business bean to the business entity in the Application server and
    send back the client business after reverse translation.that's entirely up to you. there are respected EJB developers who will argue both sides of that debate. i personally prefer not use entities as DTOs because it tends to cause more issues than it solves, but i've written applications both ways.

  • Oracle Solutions for development of enterprise application

    Can anyone tell me what my options are in the Oracle world for developing an enterprise application, and what would be needed for deployment?

    It appears to me that for a Forms application you HAVE to purchase the Enterprise Edition of the Application server because it is the only edition that has the Forms (and Reports) services, which is needed for a Forms application. This is priced at 30,000 per processor.
    Whereas, all you need for a J2EE application is the Java Edition of Oracle's Application Server which is 5,000 per processor.
    Is my assessment correct?

  • Development of enterprise applications

    Hello
    What are your advises on using model driven  development in developing enterprise applications. LiveCycle  Data Services looks very promising, I have found numerous  tutorials/videos that shows how fast an application can be build by  having methods/functions auto-generated.
    What are the best-practices, is it good/bad to use those  auto-generated methods, they can really save a lot of time.
    All suggestions are welcome, also if you know some existing  blog/discussion please let me know.
    Thanx

    Any generated code is going to follow a specific pattern, and is not a one size fits all solution. Depending on the application, it is important that developers have the ability to customize the generated code to suit their needs. With Data Services, not only can you generate code, you can customize the generated code.
    There are a couple of options to customize code:
    1. Modify the template: All generated code is backed by a template (we use Freemarker). You can modify the template to fit your application design pattern. The limitation with this approach is that you cannot add/remove templates.
    2. Plugin to Modeling plugin: Developers can extend the modeling plugin, and hence the code generation capability. With this approach, developers have full control on what gets generated.
    Note: You need to have a good understanding of Fiber core and it's APIs to successful control code generation. These API are in Java and provides you a run-time representation of the data model.
    Model driven form follows the same pattern. It is unlikely that you like the generated code as is - I would recommending modifying the template (especially the look and feel) to suit your application design.
    However with some application all forms may not have the same consistent look and feel. In such cases, the generated code may be a good starting point, but may require context specific customization.
    One of the limitations with LCDS code generation today is that we don't support multiple templates in an application. Developers cannot choose a different template for each entity. We may add this capability in the future. However, if this is really important, you can always extend the plugin to offer this functionality.
    Hopefully this provides the information you were looking for.
    Thanks,
    -Anil

Maybe you are looking for

  • Run Multiple SSIS Packages in parallel using SQL job

    Hi , We have a File Watcher process to determine the load of some files in a particular location. If files are arrived then another package has to be kick-started. There are around 10 such File Watcher Processes to look for 10 different categories of

  • JSP newbie.  Strange classnotfoundexception

    I have recently started writing JSPs. I am an experienced Java programmer, but have not ventured into JSPs until just now. While writing some test JSPs, I have run into a big problem that I cannot seem to resolve. While attempting to run my JSP from

  • Do I need to get a new Screen?

    I dropped my screen a while ago. My ipod will charge and will play music...the screen even lights, but no words will show up. I've tried restarting, ect ect. Is there anything else I can do before I have to go out and buy a new screen?

  • Photoshop CC randomly crashing!

    So CC has been crashing at a lot recently after being stable for ages.  The first few times it was when using the liquify filter - Faulting application name: Photoshop.exe, version: 15.2.0.236, time stamp: 0x542531ba Faulting module name: Liquify.8bf

  • Is there a way to convert all your music w/o it taking 10 hours?

    Hi, my brother got an ipod nano for xmas and i have a 60 gig. All my music right now is in apple lossless and takes up a bunch of space. i have about 50 gigs of music but he only has room for 4 gigs. Is there a program that u can just convert it all