Is the Bea weblogic workshop IDE develop use the Java?

is the Bea weblogic workshop IDE develop use the Java?
beautiful UI.I like it.
but i think it develop use C#!

Dear carls:
Thank you very much.I'm look forward to the day it is released!
"Carl Sjogreen" <[email protected]> wrote:
Thanks for the compliment!
At the current time, BEA is not planning to release the workshop look and
feel to third parties, or make it available via open source. However, its
all standard swing code -- just a lot of custom drawn controls!
In a later release we may open up these libraries to partners who want to
work closely with the Workshop environment.
-Carl Sjogreen, Product Manager
"andiyang" <[email protected]> wrote in message
news:3cff0bc5$[email protected]..
Dear Anurag Pareek:
Thank u very much,I want to know to do it?is it Open and standard ?where has develop
resource about it?
thank u very much!
andiyang
"Anurag Pareek" <[email protected]> wrote:
Hi,
As beautiful as it looks, it has been developed entirely using Java Swing
components:-)
Regards,
Anurag
Workshop Support
"andiyang" <[email protected]> wrote in message
news:3cfd727d$[email protected]..
is the Bea weblogic workshop IDE develop use the Java?
beautiful UI.I like it.
but i think it develop use C#!

Similar Messages

  • How to speed up the BEA weblogic workshop perforkmance?

    Hi,
    Does anybody knows how to speed up the BEA weblogic workshop,as it consumes heavy memory.
    I've configured the settings in workshop.cfg file and set the maximum memory size as 1024m midium size 516m and minimum size as 256m
    and deleted all the files from .workshop directory before open up the workshop file.
    But it hanging up the system when i opened the worshop file after some time. what could be the problem . i am using 2GB ram size

    Hi Vishnu,
    I agree this can also be one of the reason for the performance. There is Trend Micro Office Scan client installed on my system, but i couldn't not do any settings ,as it is disabled by sys admin .
    however, i removed all the scanning processes from task manager and set the high priority for the java process! still, no improvement. There are only few jpd files not even 500kb size, but when i open them, weblogic cried and utilized lots lots of memory! :-(
    I am afraid to open the weblogic which had jpd files,as it hanged my whole system, unable to perform any other tasks!

  • Is there a way to attach request/response handlers in BEA Weblogic Workshop similar to Axis?

    Apache Axis allows developers to attach Request/Response handlers to do
    stuff like logging, authorization check etc.
    Something like...
    public class MyHandler extends org.apache.axis.handlers.BasicHandler {
    public void invoke(org.apache.axis.MessageContext msgContext) throws
    AxisFault
    Does BEA Weblogic Workshop has a similar capability?
    Thanks.
    Best Regards
    Hitesh

    Hi Hitesh,
    The logging in Workshop user log4j and is configured in the
    <WL-HOME>/weblogic700/server/lib/workshopLogConfig.xml file.
    To log the SOAP responses, add the following lines in the xml file:
    <category name="knex.SoapJwsReq"> <priority value="debug" /> <appender-ref
    ref="MYLOGFILE" /> </category>
    <category name="knex.SoapJwsResp"> <priority value="debug" /> <appender-ref
    ref="MYLOGFILE" /> </category>
    The MYLOGFILE can be configured by copying from the already defined
    appenders. The file location is relative to the domain directory.
    <appender name="MYLOGFILE" class="org.apache.log4j.RollingFileAppender">
    <param name="File" value="mylog.log" />
    <param name="Append" value="true" />
    <param name="MaxFileSize" value="3000KB" />
    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern" value="%d{DATE} %-5p %-15c{1}: %m%n"/>
    </layout>
    </appender>
    As of now, the SOAP request message is not logged, only the responses are
    getting logged. This will be corrected within the next few days. Please also
    note that if you are using the Test View for running the web service, you
    should use the 'Test XML' tab for seeing the SOAP requests/responses. The
    'Test Form' tab uses HTTP GET, and hence you will not see any SOAP messages.
    Do let me know if you have any further queries.
    Regards,
    Anurag
    Workshop Support
    "Hitesh Seth" <[email protected]> wrote in message
    news:[email protected]...
    Thanks Anurag. What is the best recommended way in BEA Weblogic Workshop
    today to implement a logger which will log all SOAP Requests & Responses
    into a custom logging system.
    Best Regards
    Hitesh
    "Anurag Pareek" <[email protected]> wrote in message
    news:[email protected]...
    Hitesh,
    You can modify the SOAP request and response payload by using ECMA
    Script
    and XMLMaps.
    In the current release, Workshop does not support 'handlers' for SOAP
    messages.
    Regards,
    Anurag
    Workshop Support
    "Hitesh Seth" <[email protected]> wrote in message
    news:[email protected]...
    Apache Axis allows developers to attach Request/Response handlers to
    do
    stuff like logging, authorization check etc.
    Something like...
    public class MyHandler extends org.apache.axis.handlers.BasicHandler {
    public void invoke(org.apache.axis.MessageContext msgContext)throws
    AxisFault
    Does BEA Weblogic Workshop has a similar capability?
    Thanks.
    Best Regards
    Hitesh

  • Weblogic WorkShop IDE does not start

    My weblogic workshop IDE was working until today. When I try opening it up, nothing happens. It doesn't open up or show me any error messages. I don't even know where to begin trouble shooting. Any ideas?
    Thanks.
    gtata
    Edited by gtata at 12/10/2007 3:38 PM

    I reproduced this problem on my 2 CPU x86 laptop with Solaris 11,
    and I think I know what is the root of the problem.
    It seems to be a scheduling problem. If I run these "cpu-eating"
    programs without setting priority, prstat shows that they get high priority:
    PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
    6449 nikm 1448K 768K run 10 0 0:17:04 50% loop_sqrt_1/1
    6637 nikm 1448K 768K cpu0 10 0 0:12:19 49% loop_sqrt_1/1
    They both have PRI=10, NICE=0. As a result they do not allow java
    to get enough cpu time to start Sun Studio IDE, because it runs with
    lower priority: PRI=59, NICE=0
    6680 nikm 311M 26M run 59 0 0:00:00 0.0% java/13
    If I run these "cpu-eating" programs with a specified low priority,
    everything works just fine, and Sun Studio IDE starts without
    any problems. Try to run them using "nice -20":
    nice -20 loop_sqrt_1 &
    nice -20 loop_sqrt_1 &
    sunstudio &
    Perhaps we shall set priority in the "sunstudio" script to avoid such conflicts.
    Thanks,
    Nik

  • REgarding succesive orders on a bea weblogic workshop

    hello
    I am working on Bea weblogic workshop.I have workflows which are listening to a channel . Now in my WLI server i have all my workflows .On recieving a message from the channel i set a static boolean value say XX to true , however on recieving another message on the same workflow , when i check for the static boolean XX it gives me results for the false condition. CAn anyone explain whether in workflows in Weblogic Integration the static values set by one order can be read by another .

    hello
    I am working on Bea weblogic workshop.I have workflows which are listening to a channel . Now in my WLI server i have all my workflows .On recieving a message from the channel i set a static boolean value say XX to true , however on recieving another message on the same workflow , when i check for the static boolean XX it gives me results for the false condition. CAn anyone explain whether in workflows in Weblogic Integration the static values set by one order can be read by another .

  • Customizing BEA Weblogic Workshop?

    Greetings
    Is there documentation available around customizing BEA Weblogic Workshop?
    For instance, creating a custom control, intercepting a web service etc?
    Thanks.
    Best Regards
    Hitesh

    HI,
    you can contact oracle sales people for having training on weblogic workshop 10.x.
    I hope if you contact them directly they will provide you this course material including training.
    After training if you have any quires on workshop and its related issues you can open ticket with oracle weblogic workshop team.
    Hope this information is enough for you to get down to train to your people.
    you can also post queries on this forum if you need any further help.
    All the Best.
    Regards,
    Kal.

  • Best Practices for Workshop IDE (Development Workstation Setup)

    Is there any Oracle documentation that describes best practices for setting up Workshop and developing on a workstation that includes Oracle's ODSI, OSB, Portal, and WLI? We are using all these products on a weblogic server for each developer's machine and experiencing performance and reliability issues. What's the optimal way to use these products on a developer's workstation. Thanks.

    Hi,
    Currently you dont see such best practice site with in workshop.
    but you can verify most issues from doc.
    http://docs.oracle.com/cd/E13224_01/wlw/docs103/
    if you need any further assistance let me know.
    Regards,
    Kal

  • BEA Weblogic Workshop 10 training

    Hi all,
    We need to train our developers. Do you any course offer for Weblogic Workshop 10?
    Thanks,
    Liem.

    HI,
    you can contact oracle sales people for having training on weblogic workshop 10.x.
    I hope if you contact them directly they will provide you this course material including training.
    After training if you have any quires on workshop and its related issues you can open ticket with oracle weblogic workshop team.
    Hope this information is enough for you to get down to train to your people.
    you can also post queries on this forum if you need any further help.
    All the Best.
    Regards,
    Kal.

  • IE11 compatibility of application developed using webdynpro java in NWDS7.01.12

    Hi,
    I have a webdynpro java application developed using NWDS 7.01.12 with jdk1.4. This portal application is not working when accessed using IE11 browser. The action on buttons and selection from a drop down list in this application is not responding in IE11. Its working well with mozila fire fox vrs 31. On click of action the following error is encountered:
    SCRIPT438: Object doesn't support property or method 'attachEvent'
    File: sapUrMapi_ie6.js, Line: 683, Column: 7
    which points to the below piece of code:
    function sapUrMapi_initLinkStatus() {
      var oNodes = document.getElementsByTagName("A");
      for (var n=0;n<oNodes.length;n++) {
        if (oNodes[n].href.indexOf("javascript:void")>-1) {
          oNodes[n].attachEvent("onmouseover",sapUrMapi_resetStatus);
          oNodes[n].attachEvent("onfocus",sapUrMapi_resetStatus);
    Also on selection from the combo box the below error is displayed.
    SCRIPT438: Object doesn't support property or method 'createEventObject'
    File: sapUrMapi_ie6.js, Line: 2193, Column: 2
    Code:
    oComboBoxSCEvent = document.createEventObject( oEvt);
    The above mentioned errors are being pointed to sapUrMapi_ie6.js file.
    Is there any solution to over come these issues other than setting "user agent string" value in the browser?
    Can this be resolved with any changes in the application or is there any SAP provided solution?
    Please help me to resolve this issue.
    Similar issues are also pointed to popup_ie6.js files at "window.attachEvent("onload",sapPopup_init)" and
    "window.document.attachEvent("onmousemove",resetMouseOver)".
    Thankyou.

    Hi Karthika,
    It is mentioned in Ervin's famous doc, that NWDS version must match that of RunTime System.
    NWDI vs. NWDI content
    I thought the NWDS must be updated via update sites, but surprisingly I could find the patch in service market place.
    I do not know how to get the download link directly for you.
    Perhaps you can spare a few seconds and navigate to
    http://service.sap.com/swdc
    Support Packages and Patches
    A-Z Index
    N
    SAP NetWeaver
    EHP1 for NetWeaver 7.0
    Entry by Comopnent
    Developer Studio
    BR, Tom

  • BUILD WINDOW in Weblogic Workshop IDE

    I acciendly closed the build window. I tried to click "View - Windows - Build Alt+5"
    option. No use. I guess it must be hiddlen or very tiny between some windows,
    I could not be able to figure it out.
    Is there any config file for me to remove the current setting and go back to original
    default setting?
    Any other help please? Much appreciated.

    Prashanth,
    I suggest posting this message in the weblogic.developer.interest.workshop.extensibility groups.
    Cheers
    Raj

  • SamplesApp from BEA Weblogic Workshop :handling data, binary Flow

    Hi,
    Everything is fine if I want to upload an image, but I would like to upload another kind of file in a database, PDF for example, how I can access it after uploading and saving in a database? Are amy examples about this?
    Any help is appreciated.
    Thank you in advance,
    Mariana

    nevermind - I'm am following the instructions in this thread. Sounds like the problem that I have
    http://forums.bea.com/bea/thread.jspa?forumID=2022&threadID=200007092&messageID=200020921&start=-1#200020921

  • With weblogic workshop 9.2 I see Java Model Exception

    Hello,
    With workshop 9.2 I see error window displayed when importing projects form my zip file.
    com.bea.wlw.controls.core.publish.AssemblyException: Java Model Exception: Java Model Status [EJBproject does not exist]
    at com.bea.wlw.controls.core.publish.ClassPathBuilder.buildClassPathImpl(ClassPathBuilder.java:45)
    at com.bea.wlw.controls.core.publish.ClassPathBuilder.buildClassPathImpl(ClassPathBuilder.java:34)
    at com.bea.wlw.controls.core.publish.ClassPathBuilder.buildClassPath(ClassPathBuilder.java:18)
    at com.bea.wlw.controls.core.validation.ControlValidator.build(ControlValidator.java:69)
    Why this is happening ?
    Liang Zhong

    Hello Liang,
    I've seen a similar issue occur in Workshop 9.2 when I import a set of projects which have interdependencies. In my case the error window is displayed and then disappears as soon as the build is able to find the class.
    If this is the same behavior you are seeing in Workshop 9.2 then you can safely ignore the window
    This issue has been fixed in the newer Workshop build.
    cheers
    Raj

  • BEA Weblogic 6.1

    I'm trying to find a a version of BEA Weblogic 6.1 to use with some examples that came with a book. Does anyone know if I can find one or is it just too old?

    You can get old releases from support.bea.com
    That being said, if you're new to WLS then I'd suggest going ahead with
    WLS 8.1 even if your book is based on 6.x.
    -- Rob
    Bjorn Hakansson wrote:
    I'm trying to find a a version of BEA Weblogic 6.1 to use with some examples that came with a book. Does anyone know if I can find one or is it just too old?

  • Workshop IDE for WebLogic Platform - JSF Portlet Development

    Hello,
    I am trying to develop JSF based portlets using BEA Workshop for WebLogic Platform IDE. The capabilities of the IDE in terms of JSF is like a simple text editor. Since the IDE is eclipse based, I wanted to to use some Third Party Plugin for JSF development.
    I evaluated the following:
    1. Workshop Studio for JSF
    2. MyEclipse PlugIn for JSF
    Problem 1:
    Workshop Studio for JSF is a separate product and cannot be installed as an plugin over the Workshop IDE.
    Is this acheivable?
    Problem 2:
    I created a Portal application Workspace through Workshop for Platform and opened the same using Workshop Studio for JSF. It crashed saying some runtime exceptions.
    Problem 3:
    MyEclipse PlugIn for JSF doesnt integrate properly with Workshop IDE. The Faces navigational flow view is not working properly.
    Questions:
    1. What is BEA's recommendation for JSF development?
    2. Can you guide me how other developers are using the IDE for JSF development?
    Thanks and regards,
    Pazhanikanthan. P

    Hi Pazhanikanthan,
    Unfortunately, in the current release the JSF features cannot be used to create JSF portlets.
    Please check the following URL for additional information on JSF portlet creation
    http://e-docs.bea.com/wlp/docs92/portlets/building.html#wp1062147
    If you are planning on building JSF web applications, you can always evaluate and purchase a copy of Workshop for JSF or Workshop Studio.
    if you are planning on building JSF based pportlets, you will need to sue the tooling provided by Workshop for WebLogic 9.2
    Applications built in Workshop for WebLogic cannot be imported into Workshop Studio. On the other hand, you can always create a webapp in Workshop Studio,a nd then import it into Workshop for WebLogic as a component.
    hope this helps.
    cheers
    Raj
    If you have additional questions specific to portlet development, please post to the portal newsgroup at http://newsgroups.bea.com/bea/forum.jspa?forumID=2044

  • BEA Workshop for WebLogic Platform9.2  can use with weblogic server 9.1?

    Wanted to know whether BEA Workshop for WebLogic Platform9.2 can be used with weblogic server 9.1?. If it cannot be used then which ide we need to use to build the j2ee application to deploy on to weblogic server 9.1

    try http://edelivery.oracle.com
    accept the licenses and in the next screens
    "Select a Product Pack" select Oracle BEA
    and your platform (i.e. Windows)
    then select the media pack you want
    i.e. "BEA WebLogic Media Pack for Linux x86"
    and voila!
    "WebLogic Platform 10.2 for Microsoft Windows (32-bit)"
    (in the Platform includes WebLogic Server, Workshop for WebLogic, WebLogic Portal and WebLogic Integration)
    ./ydes

Maybe you are looking for

  • Rejected Qty reference in Purchase order

    Dear Gurus I have created PO of 100 qty ,i have taken GRN of 100 qty ,in Quality rejection i have rejected 10 qty and accepeted 90 qty ========>>> Now if you will do the normal rejection i.e Return Delivery You will get the reference of this in the P

  • How much memory does SQL Server 2008R2 Standard use on Windows Server 2008 R2 64-bit?

    Hi, can anyone tell me how much RAM will really be used by SQL Server? 72 GB are currently installed. As Windows is only able to use 32 GB is SQL Server able to use the other 40GB + the unused part of the first 32 GB? Thank you very much! BR Matthias

  • Problems Installing Oracle Companion CD on Mac OS 10.4

    I have already installed Oracle 10.1.0 on my Macintosh G4 running OS 10.4. It is up and running. I have downloaded the Oracle Companion CD and I am trying to install it on my Mac but I am having problems. I am trying to install it as oracle. I am una

  • Spotlight is not showing any results!

    I just upgraded to Leopard and now my spotlight app will not show any results when typed upon. I have tried to re-index the volume through system pref. but it didnt work. Anyone know any other methods to get it back into shape? thanks

  • I have upgraded Norton 360 to latest ver but does not work with FF ver 22/?

    I do live updates on Norton 360 on daily basis. After upgrading to FF 22 from ver 21, I get the message that Norton toolbar is not compatible. I have rolled back to FF ver 21 due to this conflict as Norton works fine with ver 21. Win7 64-bit Enterpri