Developing Enterprise Apps with Weblogic and WebGain-Studio

Hi everybody,
Is anybody experienced in developing with Weblogic Server and WebGain-Studio
What could be a good environment for working with these components ?
Thanx,
Markus.

Thanks for your prompt reply. I have another question. I am very new to Java development.
In our environment, WebLogic 10.3.6 and JDK1.7 are both 64-bit. However, developers' machine are 32-bit windows. They will have Weblogic server installed locally in their machines for development. Later, the codes will be deployed and run in the 64-bit environment.
Thus, we are developing java program with 32-bit java and compile/run it with 64-bit java. Is it the right way to do it or do our developers need to use 64-bit windows?
Edited by: nww on Sep 14, 2012 2:51 PM

Similar Messages

  • Announcing: Developing JSF Portlets with WebLogic Portal Whitepaper

    Just Released: Developing JSF Portlets with WebLogic Portal Whitepaper
    A supplemental developer's guide has been published to help guide WLP 10.x customers that wish to use JSF as the web framework for building portlets on WebLogic Portal. This is a sizable document (150 pages) that covers a large number of topics. It also coaches developers on best practices and common pitfalls.
    Important: It also clarifies the supported configuration of JSF within Portal Web Projects. Workshop for WebLogic by default configures a web project in a configuration that is not supported by WebLogic Portal. The guide explains how to address this:
    * Change from the unsupported MyFaces JSF implementation to the supported Sun Reference Implementation (RI)
    * Change from the unsupported "client" STATE_SAVING_METHOD to the supported "server"
    The guide can be downloaded here:
    http://download.oracle.com/technology/products/weblogic/portal/weblogic-portal-jsf-whitepaper.pdf
    To help internet searches locate this document, the table of contents is reproduced below:
    Introduction
    1.1. Prerequisites...................................................................... 8
    1.2. Applicable Versions............................................................ 8
    1.3. Native Portlet Bridges and Standard Portlet Bridges .......... 8
    1.4. JSF Portlet Support Roadmap ........................................... 9
    1.5. Whitepaper Structure ....................................................... 10
    1.6. Look Before You Leap ..................................................... 10
    1.7. For More Information........................................................ 10
    Part 1: Converting JSF Applications into Portlets
    2. IDE Support for JSF Portlets Chapter ...................................... 12
    2.1. Workshop for WebLogic – WebLogic Portal's Supported IDE 12
    2.2. Workshop Features for JSF Support in WebLogic Portal.. 12
    3. Introduction to JSF Portlets Chapter ........................................ 18
    3.1. Creating Your First JSF Portlet......................................... 18
    3.2. Essentials of JSF Portlet Views........................................ 21
    3.3. WebLogic Portal Artifacts................................................. 22
    4. Configuring JSF within WebLogic Portal Chapter..................... 24
    4.1. JSF Library Modules in WebLogic Server ........................ 24
    4.2. Installing the JSF Libraries into a Portal Web Project ....... 25
    4.3. JSF Configuration Settings............................................... 27
    4.4. Configuring JSF 1.2 ......................................................... 29
    4.5. Building an Unsupported JSF Implementation Library Module 31
    4.6. Faces Configuration is Web Application Scoped.............. 31
    5. Navigation within a JSF Portlet Chapter................................... 33
    5.1. Navigating within a Portlet with the JSF Controller ........... 33
    5.2. Redirects.......................................................................... 34
    6. Namespacing Chapter ............................................................. 35
    6.1. Namespacing Managed Bean Names.............................. 35
    6.2. Client ID Namespacing with the View and Subview Components 35
    6.3. Client ID Namespacing with the WLP NamingContainer .. 36
    7. Logging, Iterative Development, and Debugging Chapter ........ 39
    7.1. Logging............................................................................ 39
    7.2. Iterative Development ...................................................... 39
    7.3. Debugging ....................................................................... 40
    8. Custom JavaScript Chapter ..................................................... 42
    8.1. DOM Manipulation within a JSF ....................................... 42
    8.2. Form Validation within a JSF Portlet ................................ 45
    9. Preparing JSF Portlets for Production Chapter ........................ 46
    9.1. Configuration.................................................................... 46
    9.2. Performance and Scalability............................................. 47
    9.3. Security............................................................................ 49
    9.4. Localization...................................................................... 50
    Part 2: Interacting with the Portal Environment
    10. Native Bridge Architecture Chapter ...................................... 54
    10.1. Container Architecture Overview.................................. 54
    10.2. Container Architecture.................................................. 54
    10.3. Container Interactions .................................................. 55
    11. Interportlet Communication Chapter .................................... 56
    11.1. Using Session and Request Attributes for IPC (Anti-pattern) 56
    11.2. Using the WLP Event Facility for IPC with JSF Portlets 56
    11.3. Notifications ................................................................. 60
    11.4. Comparison of the IPC Approaches ............................. 60
    12. Scopes Chapter ................................................................... 62
    12.1. Conceptual Scopes for Standard JSF Applications ...... 62
    12.2. Conceptual Scopes for Portal Applications................... 63
    12.3. Implementation Patterns for Portal Scopes .................. 63
    13. State Sharing Patterns Chapter ........................................... 66
    13.1. State Sharing Concepts ............................................... 66
    13.2. HttpSession Versus HttpServletRequest ...................... 66
    13.3. Base Code for HttpSession Patterns ............................ 67
    13.4. Single Portlet Pattern ................................................... 68
    13.5. Multiple Portlet Patterns ............................................... 69
    14. Rendering Lifecycles Chapter .............................................. 77
    14.1. WLP and JSF Lifecycles .............................................. 77
    14.2. Invocation Order of WLP and JSF Lifecycle Methods... 77
    14.3. Accessing WLP Context Objects from JSF Managed Beans 78
    15. Portal Navigation Chapter .................................................... 80
    15.1. Programmatically Constructing JSF Portlet URLs ........ 80
    15.2. Changing the Active Portal Page.................................. 80
    15.3. Redirects within a Portal............................................... 83
    16. Ajax Enablement Chapter .................................................... 85
    16.1. Ajax in JSF Portlets...................................................... 85
    16.2. Partial Page Rendering Pattern.................................... 85
    16.3. Stateless API Request Pattern ..................................... 86
    16.4. Portlet Aware API Request Pattern .............................. 87
    16.5. Controlling the WLP Ajax Framework........................... 91
    17. Additional WLP Features Chapter........................................ 93
    17.2. Portlet Container Features ........................................... 93
    17.3. Portal Container Features ............................................ 98
    18. Example: Implementing a Login Portlet Chapter .................. 99
    18.1. Login Portlet Motivation................................................ 99
    18.2. Login Portlet Design..................................................... 99
    18.3. Login Portlet Implementation...................................... 101
    Part 3: Integrating Third Party Libraries
    19. Integration Overview Chapter............................................. 111
    19.1. Types of Libraries....................................................... 111
    19.2. Roadmap for MyFaces Trinidad and ADF Faces Rich Client 111
    20. Using the Facelets View Technology Chapter.................... 113
    20.1. Introduction to Facelets .............................................. 113
    20.2. Configuring Facelets Support ..................................... 113
    21. Using the Apache MyFaces Tomahawk Component Library Chapter 115
    21.1. What is Apache MyFaces Tomahawk? ...................... 115
    21.2. Support for Tomahawk in WLP................................... 115
    21.3. Tomahawk Component List........................................ 116
    21.4. Installing and Configuring Tomahawk......................... 119
    21.5. Resolving the Duplicate ID Issue................................ 120
    21.6. Referring to Resources .............................................. 120
    21.7. forceId Attribute.......................................................... 124
    21.8. File Upload................................................................. 125
    22. Using the Apache Beehive Navigation Controller Chapter . 126
    22.1. Apache Beehive Page Flow ....................................... 126
    22.2. JSF and Page Flows .................................................. 126
    22.3. Configuring the JSF Integration with Page Flows ....... 127
    Appendices
    23. Appendix 1: Consolidated List of Best Practices ................ 130
    24. Appendix 2: Known Issues and Workarounds.................... 132
    24.1. CR383659, CR383662 Inconsistent failures with JSF portlets 132
    24.2. CR342124: IllegalStateException due to duplicate client-id 132
    24.3. CR384916: IllegalStateException due to duplicate client-id when using certain components such as Tomahawk and Trinidad...... 133
    24.4. CR361477 Problems with the integration of JSF portlets with Apache Beehive Page Flows.................................................................. 133
    24.5. CR377945 JSF 1.2 suffers from a memory leak during iterative development .............................................................................. 134
    25. Appendix 3: The JSFPortletHelper Class ........................... 135
    26. Appendix 4: The CleanupPhaseListener Class .................. 147

    Hi Peter!
    First, I wish to thank you for the great work.
    We followed your whitepaper and managed to deploy a JSF portlet on WLS.
    But we are not able to register it (consume it) as remote portlet in Oracle Portal 10.1.4. The error log is as follows:
    An error occurred while trying to refresh the provider. (WWC-43190)
    An error occurred during the call to the WSRP Provider:
    java.rmi.RemoteException: serialization error: serialization error:
    unexpected null value for literal data; nested exception is:
    serialization error: serialization error: unexpected null value for literal data
    com.sun.xml.rpc.encoding.SerializationException: serialization error:
    serialization error: unexpected null value for literal data
    com.sun.xml.rpc.encoding.SerializationException: serialization error:
    unexpected null value for literal data
    Java stack trace from root exception:
    unexpected null value for literal data
    at
    oracle.webdb.wsrp.RegistrationContext_LiteralSerializer.doSerialize(RegistrationContext_LiteralSerializer.java:107)
    at
    com.sun.xml.rpc.encoding.literal.LiteralObjectSerializerBase.internalSerialize(LiteralObjectSerializerBase.java:119)
    at
    com.sun.xml.rpc.encoding.literal.LiteralObjectSerializerBase.serialize(LiteralObjectSerializerBase.java:70)
    at
    oracle.webdb.wsrp.GetServiceDescription_LiteralSerializer.doSerialize(GetServiceDescription_LiteralSerializer.java:88)
    at
    com.sun.xml.rpc.encoding.literal.LiteralObjectSerializerBase.internalSerialize(LiteralObjectSerializerBase.java:119)
    at
    com.sun.xml.rpc.encoding.literal.LiteralObjectSerializerBase.serialize(LiteralObjectSerializerBase.java:70)
    at
    com.sun.xml.rpc.client.StreamingSender._writeRequest(StreamingSender.java:473)
    at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:62)
    at
    oracle.webdb.wsrp.WSRP_v1_ServiceDescription_PortType_Stub.getServiceDescription(WSRP_v1_ServiceDescription_PortType_Stub.java:63)
    at
    oracle.webdb.wsrp.client.design.v1.OraWSRP_v1_ServiceDescription_PortType.getServiceDescription(Unknown
    Source)Do you have any idea why this happens? Or you can provide some useful links to WLP -Oracle Portal federation?
    Thank you and best regards,
    PaKo

  • It´s possible to use the "Remote" app with Itunes and a Nokia E72 with Joikuspot installed only? Or I´ll need to buy a modem Wifi?

    It´s possible to use the "Remote" app with Itunes and a Nokia E72 with Joikuspot installed only? Or I´ll need to buy a modem Wifi?
    I was using "remote" with a D-link modem, that works fine at my iPad. But now I´m using only the cell phone as modem 3G, and don´t want to intall a router to put new cables at my notebook.

    What?
    You want to control iTunes on your computer using the Remote app on your iPad?
    And you want to connect the iPad and computer through your Nokia?
    No, this will not work.
    Just create a network with your notebook.

  • I have apps in my notification center on for notifications (like News apps), with banner and sounds, but i never get the notification from those apps. I tried reinstalling the app and restarting the phone but all in vain

    I have apps in my notification center on for notifications (like News apps), with banner and sounds, but i never get the notification from those apps. I tried reinstalling the app and restarting the phone but all in vain

    The apps I currently have are for the i phone and i pad but i would like to see this on this computer
    On the Mac Air launch iTunes. Then connect either the iPad or iPhone.
    Select the iPad or iPhone under Devices left side of the iTunes window in the source list.
    Then select Apps from the menu on the right.
    If you don't see the apps listed there, from your iTunes menu bar (top of your screen), click Store > Authorize This Computer.
    See if that makes a difference...

  • WLPS and WebGain Studio

    Good morning,
    I would like to integrate WebGain Studio with WLPS for development purposes.
    The current installation of WebGain Studio provides support for the standard
    server.
    Does any have any information that they can share on this topic.
    Thanks in advance.
    Steve Whatmore
    [email protected]

    Michael,
    Here is a copy of a message that I recieved on one of the WebGain
    newsgroups, obviously there is a little bit of work required. I have yet to
    actually try/confirm the attached solution.
    included message follows:
    It's working well for me,
    I haven't gone too deep into Dreamweaver/WLCS work yet, but as for
    VisualCafe/WLS here is what I did:
    1) Edited StartCommerce script adding "echo" to the beginning of my
    startup line. I then ran the script to get the command line I was using
    to start WLCS.
    2) Tried to start the commerce server using VisualCafe, and got the
    command line it was using from the Messages window.
    3) Compared the two startup lines to see what "-D" properties,
    weblogic.class.path entries, and Java system classpath entries I was
    missing in VisualCafe.
    4) Added the missing items in Manage Deployment Target section of the
    EJB setting in VisualCafe.
    The items I ended up adding where:
    Additional classpath Entries:
    C:\Programs\Weblogic\lib\Weblogic510sp4boot.jar
    Additional weblogic.class.path Entries:
    D:\dev\packages\oracle\classes12.zip;C:\Programs\Weblogic\lib\Weblogic510sp4
    .jar;C:\Programs\Weblogic\lib\Weblogic_RDBMS.jar;C:\Programs\Weblogic\lib\rm
    i-iiop12.jar;C:\Programs\Weblogic\lib\collections.zip;C:\Programs\Weblogic\l
    ib\foundation-bmp-deploy.jar;C:\Programs\Weblogic\lib\axiom-bmp-deploy.jar;C
    :\Programs\Weblogic\lib\ebusiness-bmp-deploy.jar;C:\Programs\Weblogic\lib\ex
    amples-bmp-deploy.jar;C:\Programs\Weblogic\lib\Helper-bmp.jar;C:\Programs\We
    blogic\lib\wljsp.jar;C:\Programs\Weblogic\lib\um_tags.jar;C:\Programs\Weblog
    ic\lib\esjsp.jar;C:\Programs\Weblogic\lib\rules.jar;C:\Programs\Weblogic\lib
    \jrulesserviceprovider.jar;C:\Programs\Weblogic\lib\esportal.jar;C:\Programs
    \Weblogic\lib\pt_admin.jar;C:\Programs\Weblogic\lib\foundation.jar;C:\Progra
    ms\Weblogic\lib\axiom.jar;C:\Programs\Weblogic\lib\bridge.jar
    Optional VM Arguments: -Dweblogic.system.name=server
    -Dcommerce.properties=C:\Programs\Weblogic\weblogiccommerce.properties
    Yours may be very different (in fact they most likely will be as I have
    WLCS installed into the same directory as WLS, which is rather
    unconventional). Debugging requires you to get ddservices, debugvm, and
    Visual Cafe debug settings in order. On windows this is pretty
    automatic I think.
    Good Luck,
    Ian
    Steve Whatmore wrote:
    >
    Hello all,
    Currently what is the support for Weblogic Personalization Server (WLPS).
    I have seen a couple of postings related to connecting WebGain to Commerce
    Server. Has anyone had any success with connecting the IDE to the commerce
    server. If so please share a quick cheat-sheet on how this isaccomplished.
    >
    Thanks in advance.
    Steve Whatmore
    [email protected]
    Ian R. Brandt
    Software Engineer
    Genomics Collaborative, Inc.
    99 Erie Street
    Cambridge, MA 02139
    (617)661-2400 Ext.2244
    (617)661-8899 FAX
    [email protected]
    "Michael Girdley" <[email protected]> wrote in message
    news:[email protected]...
    >
    >
    It should work fine because the personalization server is simplycomponents
    built on top of the standard server.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Steve Whatmore" <[email protected]> wrote in message
    news:[email protected]...
    Good morning,
    I would like to integrate WebGain Studio with WLPS for developmentpurposes.
    The current installation of WebGain Studio provides support for thestandard
    server.
    Does any have any information that they can share on this topic.
    Thanks in advance.
    Steve Whatmore
    [email protected]

  • Hibernate OR EclipseLink...Which is best with Weblogic and Oracle DB?

    Hi All,
    In my company, we are using Oracle DB and Weblogic application server. So in the process to upgrade or switch to new ORM, we shortlisted two options - Hibernate and EclipseLink.
    I gathered following summary regarding both ORMs -
    Hibernate:
    1.     When you need to train people, like we are going to do next week – most of the companies have Hibernate experts.
    2.     When you hire new developers, most of them come with specific Hibernate experience.
    3.     When you need to consult with experts, both in the internet or consultants, you have LOTS of options. Endless forums and communities all regarding Hibernate.
    4.     Hibernate is an open source which has a huge community. This means that it will be improved all the time and will push the ORM market forward.
    5.     Hibernate is an open source which means you have the code to handle, and in case needed, fit it to your needs.
    6.     There are lots of plugins to Hibernate, such as validations tool, audit tools, etc. These becomes standard as well and dismiss you from impl. things yourself.
    7.     One most important thing with ORM tool, is to configure it according to your application’s needs. Usually the default setting doesn’t fit to your needs.
    For that sake, when the market has a huge experience with the tool’s configuration, and lots of experts (see point 1 and 3) – most of chances you will find similar cases and
    lots of knowledge about how to configure the tool and thus – your application.
    EclipseLink:
    1. Fully supported by Oracle. Hibernate no. In case of pb, it could be cumbersome to prove that it is a pure Weblogic one. Concretely, we will have to prove it (waste of time and complexity).
    2. Eclipse link is developed by Oracle and the preferred ORM in the Weblogic /Oracle DB world.
    3. Even if at a certain time EclipseLink was a bit late compared to Hibernate (feature), EclipseLink evolved very fast and we can consider now that they close the gap.
    4. No additional fee as soon as you have Weblogic license. You will need to pays additional fee if you want some professional support on Hibernate.
    5. We are currently relying on Hibernate for our legacy offer and are facing pb in second level cache (JGroups). Today, we are riding off this part!. Consequences are limitation in clustering approach (perf)
    6. On EclipseLink side we do succeed to manage first and second level cache in a clustering approach.
    7. Indeed Hibernate is open source, so you can imagine handling it. In reality, the code is so complex that it is nearly impossible to modify it. Moreover as it is LGPL, you need to feedback all the modified sources to the community systematically.
    8. All tests performed by Oracle concerning Weblogic are using EclipseLink. Moreover, Oracle says that some specific optimizations are done to manage Oracle DB.
    9. Hibernate comes from JBoss community.
    Right now we are preferring Hibernate but there are concerns/reasons like EclipseLink developed by Oracle and preferred ORM in Webogic/ Oracle DB world (compatibility of ORM with DB and App. server), support comparison with both ORM, which are preventing to finalize the decision.
    Please help me with you views and opinions and share you experience with us so that we can make a perfect decision.
    If you want you can also reply to me @ [email protected].
    Thanks.

    The way the ORMs are designed, integration with application servers are relatively simple, and all provides the same features. Also since WebLogic have been around for a while, all ORMs are all well tested in this configuration.
    Hibernate has lot more users, and is likely very often used with Oracle DB, so you can expect not much bug against Oracle DB, maybe even less bug than EclipseLink, which is not much used. EclipseLink does provide support for some esoteric Oracle DB features like hierarchical and flashback queries.
    OpenJPA and DataNucleus are also JPA compliant. It’s likely that Open JPA has a higher user base than EclipseLink, so less unknown bugs.
    Oracle paying support is well known to be a bad joke. It’s a negative return to use this channel, even if they would be free. So in reality, you end up to use the open (free) forum to get support.
    What’s was lacking with Hibernate before is Dynamic Fetch Planning, but they now have some support, see http://opensource.atlassian.com/projects/hibernate/browse/HHH-3414. OpenJPA was the first to implement this must have.
    EclipseLink has query in memory, which can be used, but the API do not help to leverage it, and EclipseLink’s leadership made it clear that they are not going to make it better, instead they want to push Coherence cache.
    Hibernate has an open API for second level cache, which mean you can get out of problem by using another implementation, for example, EHCache seems to be professionally tested, so I would be surprise you find obvious bugs.
    I cannot comment on Hibernate source code quality, but I can tell you that locking mechanism in EclipseLink is used to be very fragile, and many concepts are dispersed over the code base.
    The runtime monitoring of Hibernate have always been great due to the fact that JBoss have always been strong on JMX, EclipseLink has not much usable features on this.
    If I would be you, I would consider OpenJPA or Hibernate instead of EclipseLink, the main reason is that because EclipseLink has a so low user base, I have found lot of obvious bugs in production, like if I was the only user of it. Then, when I submitted bugs to the small development team, which do not encourage user base contribution, they were too busy trying to keep up adding the JPA interfaces on top of their existing proprietary APIs.

  • What is the role of J2EE compared with WebLogic and Tomcat?

    Now that J2EE play the role of Web Services Container and Logic Services Container
    What does WebLogic do?and What does Tomcat do?
    Do they collided with each other?

    WebLogic (and WebSphere, JBoss, and Sun ONE) are all J2EE application servers. Each of them has an HTTP server and servlet/JSP engines built-in. They can handle HTML pages, JSPs, EJBs, messaging, transactions, two-phase commit to databases, etc.
    Tomcat is just a servlet/JSP engine with an HTTP server built in. It can handle HTML pages, servlets, and JSPs, but it can't run EJBs for you. If you want to stick EJBs into a servlet or JSP, you'll have to get them from a J2EE app server.
    No, WebLogic is a superset of Tomcat. It has an HTTP server and a servlet/JSP engine, so WebLogic can happily exist without Tomcat.
    If you'd like, you can have both Tomcat and WebLogic. Let Tomcat handle the servlet and JSP requests and leave the EJB enterprise stuff to WebLogic. You might use this arrangement when you'd like to have a Tomcat server running in a DMZ and a WebLogic app server inside the second firewall. Tomcat can then do authentication and forward requests back to WebLogic. - MOD

  • How to debug web app with weblogic?

    I wrote a web app that includes jsp files and some javabeans, then I put the jsp files to directory
    mydomain\applications\DefaultWebApp
    then I complied javabeans and put those classes to
    mydomain\applications\DefaultWebApp\WEB-INF\classes
    Then I start the weblogic,it runs very well.
    I modified some javabean, complie them and put classes override the old classes,
    but the web app can not find the new classes.
    Any one know How to debug web app(with javabeans) in weblogic?
    thanks!

    how to config the hot deploy?
    thxSorry, for this delay in responding. I had set notify me with email option in Watch This topic; but I never did get any email notification.
    I use wls6.1; I think the process may be very similar to this in wls8.x. In wls6.1 (sp5), this is done via the -
    Dweblogic.ProductionModeEnabled=False or
    Dweblogic.ProductionModeEnabled=True
    in the startup cmd/sh script. Out of the box, wls6.1 is set to Dweblogic.ProductionModeEnabled=False which automatically enables hot deploys.

  • How to deploy an app with servlet and background processing

    i have a servlet with background processing. it has to run 24 hours a day.
    but i have problem with shutdown (after 1-2 hours without user action). [9iAS 9.0.3.0, windows 2000]
    i created for application seperate OC4J (in the EM) and i deployed it there. first time as war file, later as ear file (because there is possible to re-deploy only ear file).
    but it seems that the servlets are not designated to run as a uninterruptible task.
    the question is: how to deploy such (servlet + uninterruptible background processing) application in the 9iAS?
    a) everything in the OC4J (then how to disable shutdown?)
    b) servlet in the OC4J. where (and how) to install the rest of application?
    b1) servlet in the OC4J + rmi/soap/... + standalone server?
    what is the standard in the oracle world :) ?
    thanks

    Better to post your topic in the iPad in the Enterprise community.
    This is the, "Using Mac App Store" forum and for the most part for troubleshooting the App Store.

  • Debuggin with WebLogic and VisualCafe

    I am developing Java Classes that run on WebLogic 5.1 using VisualCafe.
    Basically, I have a project that generates one jar file that WebLogic points
    to. I have JSP's that use classes in that jar file. I am trying to figure
    out how I can configure WebLogic and/or VisualCafe so that I can step
    through the code running on WebLogic when I call the JSP's. I played around
    with the remote debugging but could not seem to get it working. Any help
    would be appreciated.

    Hi ,
    It seems to be a issue with the environment variable CLASSPATH. To proceed further , Can you tell us the Weblogic and SOA verison which is installed on your machine / Server ? Also get us the value of your environment variables ORACLE_HOME ,  MIDDLEWARE_HOME , CLASSPATH & PATH.
    Thanks
    Lakshman

  • Creating an app with InDesign (and Creative Cloud)

    Help needed!
    I have InDesign (through Creative Cloud) and want to create an app (i am also apart of the Apple Developer Program through our company). I have watched the informative video that takes us through all the steps ("InDesign Layout to iPad App"), but when i go to 'Folio Builder' there isn't a tab called 'Create App'). I dont know what i am missing, has this button changed to something else or has the process changed? I have been going through everything and i cant find the answer.
    I have zero qualifications in creating apps (this first one is a muck-around to try out a few things i have learnt from watching videos and reading), but it was seeming quite easy through InDesign, before i got to this last step.
    THANK-YOU!!!!!!!!!!!!!!

    Creating an app with InDesign requires downloading and learning the Adobe Digital Publishing Suite. The DPS forum is best place to learn what you'll need to do so I'm moving your question there.

  • Release management with Azure and Visual Studio Online (Cloud TFS)

    What strategy would you use to manage the releasing of versioned software to Azure cloud services (web and worker roles)? We are not looking for continuous integration. We are using Visual Studio 2013 and Visual Studio Online (Cloud TFS).
    At one point, we were releasing straight from Visual Studio using the Azure Cloud Project Publish tool. This is really bad practice in my opinion as you can never be sure what you are really releasing. Additionally, there is no automated control on the labeling
    or branching of code, or the running of unit tests and code analysis checks.
    Next, we employed Release builds on Visual Studio Online. Before deployment, one would edit the appropriate Build Definition (whether it be for Test or Production by and filling in the code label (under the "Get Version" build property) that is to
    be released. This would then get the appropriate code (by the label specified), build it, and release it to whatever cloud service is specified in the targeted Cloud Project profile (this is using the AzureContinuousDeployment.11.xaml template).
    There is still a degree of manual intervention involved. Also, the fact that a version of code is built every time before it is released is not ideal (as far as I understand it would be better if it was packaged once).
    Microsoft Release Management tools
    look ideal for the job, but are not supported with Visual Studio Online.
    Is there a better way of handling our releases?

    /waves hand.. These are not the tools you seek. You are looking for continuous integration.
    Although CI has the word continuous in there, it does not mean "all the time, every checkin". It can easily refer only to those bits you want to release - -and the way to tell the system which bits you want released is to merge them to a Releases
    branch.
    If you do this, not only do you get all the joy of controlled CI, but you guarantee what you release is exactly what is controlled in your SCM - under the Releases branch, preferably tagged or otherwise noted as a particular release. That means you can also
    rollback to a previous release by simply reverting to a previous release in your SCM!
    Of course you don't have to let it happen automatically, you can set it up to build 'continually' and then remove the check on the SCM to see if any changes have been committed. You can replace this with the manual build button.

  • How to Monitor  ALBPM  APPS with Weblogic Portals

    Hi All,
    I am new to BPM,
    I have created a sample application with roles and participants ,My Requirement is i need to monitor the ALBPM Application through weblogic 9.2 Portals ,
    Please let me know if any one is working on this kind of scenario
    Thanks
    LRK

    Monitoring examples can be found here: http://middlewaremagic.com/weblogic/?p=7340
    The WebLogic monitoring dashboard can be reached at: http://hostname:7001/console/dashboard.
    For example, to view how the memory of the individual JVMs are doing you can start the JVM Runtime Heap view.
    (Some examples can be found here: http://middlewaremagic.com/weblogic/?p=7716 - in the 'testing' section.)

  • Can I avoid re-encoding of .mov files with Compressor and DVD Studio Pro?

    Hello,
    I've had some projects banned at one of the tracking sites because my iMovie 6.0.1/iDVD 7.1.1 workflow involves re-encoding of the iMovie .mov file to MPEG 2 when authored in iDVD. I did some research, and was advised that I could get around the re-encoding by using Compressor and DVD Studio Pro instead of iDVD. But, when I import the iMovie file to Compressor for authoring in DVD Studio Pro, the result is another MPEG 2 file. So, am I missing something, or is there no way for me to avoid re-encoding with Apple video production tools.
    Thanks for any assistance.

    The simple fact that you have to encode your files into an mpeg-2 stream means that you're going to experience a loss in quality.  Check the bitrate of your DV files.  The max bitrate for all of the elementary steams (audio, video) on a DVD is 9.8mbps.  So if your source has a higher bitrate than that... you're going to experience "lossiness."
    However there are some tricks that I've read about that increase the overall quality of compression... and yes they are for windows.  Check out AVIsynth and MeGUI... there is a learning curve to learning these tools though.  I never followed through with it.
    EDIT: Also forgot to mention that learning these things takes TIME.  Quality encoding takes much longer than realtime. 
    You can also check out some higher quality mpeg2 encoders like cinemacraft and HC encoder, although the former costs $$$.  The quality you get from these encoders are much better than what you have in iDVD and DVDSP/Compressor.

  • New version of app with subscription and newsstand support not visible in App Store

    This might be more question aimed on Apple Support, but maybe someone had similar experience. Today at morning i've released new version of App for customer. This version have two main news - support for newsstand and subscription. Old version disappeared from App Store, but new one is not visible on any market. i'm quite confused, anyone have idea what happened?

    Hi, Steven and Martin
    I have  this porblem now. My app is out from app store, because I delete the subscription in my app with newsstabd enable.
    I'm a little confused, because I submit a new subscription - with a new product ID - because I can't reuse the first.
    Apple don´t allow me update a new app without newsstand. Until now I hadn´t answer from apple about the new subscription and my app continuous nor visible in app store, but the status is "ready to sale".
    At least, Apple should me send a  message about this issue.
    All the problem started because I set the tier price to subscription the same value to retail price (tier 3), then when I changed the tier price to amount the period subscription - 6 months (tier 90). This price (tier 90) was set to the retail folios too, so my magazine turned the most expensive in App Store!!!
    Please, I'd like and I need to understand better how set differents prices to retail and subscription, because something happened wrong in my first try

Maybe you are looking for

  • Mac OS X 10.4 - Software RAID 10???

    Hello All... As a motion graphics artist by trade and a musician at night, I am constantly faced with the on-going dilemma of my storage needs. As you may probably already know, these two activities eat up drive space and require a speedy storage sol

  • Resolving connection lost....

    Hi, Many times when I'm moving data from one DB to another, my connection is being lost and the procedure results in "running" status for longer time. Is there any piece of code which frequently check the connection (like the one we have in Toad (Tes

  • Unable to activate the Workflow feature in sharepoint 2013

    Microsoft.Workflow.Client.ActivityNotFoundException: The activity named 'WorkflowXaml_60e6cb77_316a_49ef_8c96_b3ef192dff99' from scope '/SharePoint/default/1e658dce-78af-4b0d-88fb-ab5ec6458409/40a79cb2-9b65-4fcd-a4e6-04004504b70a' was not found. HTTP

  • Open to the first page in a document

    Adobe Acrobat, reader and creator, both default to open a multiple page document, showing the page that was highlighted at the time that the document was saved. As a result, the next document viewer will see a page somewhere in the middle of the docu

  • Master data change

    Dear all, Master data for 0mat_sales missed the procuct hierarchy i have maintained it  ,but i found the masterdata changed again for that material again with wrong values , can we identify who is the person last changed the master data any clue, Tha